[core] [oils] [libraries] [C++ messages] [coding guidelines] | [up to overview ] |
#include <msg/demo/mTest.h>
mTest ();
A simple test message just used for tests and demonstrations.
Here is how you send a message:try { mTest m; m.Send(); } catch(exception& ex) { cerr << "an error has occurred: " << ex.what() << endl; exit(1); }