class MyModuleInit {
public: MyModuleInit() {
MyModuleInit::setDefaults();
#ifdef DEBUG
// run tests here..
#endif // DEBUG
}};
MyModuleInit mymoduleinit; // Run at launch.
Run a constructor with arbitrary commands at launch. nedwaves.com 2017 [171108]