#include <Main.hpp>
Public Member Functions | |
Main (int argc=0, char **argv=0) | |
virtual int | run () |
Static Public Member Functions | |
int | main (int argc=0, char **argv=0) |
Protected Member Functions | |
void | unitTest (const std::string &what=std::string()) |
Protected Attributes | |
InterCom * | mIcLayer |
std::string | mUTests |
|
Constructor |
|
Static function to run this class |
|
Actual main method
|
|
Do unit testing |
|
Intercom layer interface |
|
Tests to run |