|
| Exception () |
|
virtual | ~Exception () |
|
| Exception (std::string description, std::string fileName, int lineNumber) |
|
std::string | getFile () const |
| Accessor to get the value of file. More...
|
|
bool | setFile (std::string file) |
| Accessor to set value of file. More...
|
|
int | getLine () const |
| Accessor to get the value of line. More...
|
|
bool | setLine (int line) |
| Accessor to set value of line. More...
|
|
virtual std::string | toString () const |
|
| Event () |
|
virtual | ~Event () |
|
| Event (std::string description) |
|
std::string | getDescription () const |
| Accessor to get the value of description. More...
|
|
bool | setDescription (std::string description) |
| Accessor to set value of description. More...
|
|
float | getMaxLoggingHz () const |
| Accessor to get the value of maxLoggingHz. More...
|
|
bool | setMaxLoggingHz (float maxLoggingHz) |
| Accessor to set value of maxLoggingHz. More...
|
|
bool | isSave () const |
| Accessor to get the value of save. More...
|
|
bool | setSave (bool save) |
| Accessor to set value of save. More...
|
|
std::string | getNameSpace () const |
| Accessor to get the value of nameSpace. More...
|
|
bool | setNameSpace (std::string nameSpace) |
| Accessor to set value of nameSpace. More...
|
|
const Time & | getTime () const |
| Accessor to get the value of time. More...
|
|
bool | setTime (const Time &time) |
| Accessor to set value of time. More...
|
|
| Accessable () |
|
virtual | ~Accessable () |
|
bool | isGlobalRead () const |
| Accessor to get the value of globalRead. More...
|
|
bool | setGlobalRead (bool globalRead) |
| Accessor to set value of globalRead. More...
|
|
bool | isControllerRead () const |
| Accessor to get the value of controllerRead. More...
|
|
bool | setControllerRead (bool controllerRead) |
| Accessor to set value of controllerRead. More...
|
|
bool | isControllerWrite () const |
| Accessor to get the value of controllerWrite. More...
|
|
bool | setControllerWrite (bool controllerWrite) |
| Accessor to set value of controllerWrite. More...
|
|
std::vector< std::string > | getOwnerUri () const |
| Accessor to get the value of ownerUri. More...
|
|
bool | setOwnerUri (std::string ownerUri) |
| Accessor to set value of ownerUri. More...
|
|