// connect everything in the app to the cs. This makes the connection of temperature from Simulation to the input of the monitor because they are the same variable in the CS module.
findTag(".*").connectTo(cs);
// FIXME: At this point a status aggregator would connect everything with tag STATUS
// show how it looks in the application (C++ hierarchy)
dump();
// show how it looks on the cs side (virtual hierarchy)