|
rec::robotino::api2 C++ interface
|
Debug info from SmartRobotinoMPSDocking component. More...
#include <SmartLog.h>
Public Member Functions | |
| SmartLog (const ComId &id) | |
| void | setComId (const ComId &id) |
| void | sendRequest (const char *jsonData, const unsigned int jsonDataSize) |
| virtual void | smartLogEvent (const char *jsonData, const unsigned int jsonDataSize, const char *payloadData, const unsigned int payloadDataSize) |
Public Member Functions inherited from rec::robotino::api2::ComObject | |
| ComObject () | |
| virtual | ~ComObject () |
| ComId | comId () const |
Friends | |
| class | SmartLogImpl |
Additional Inherited Members | |
Protected Attributes inherited from rec::robotino::api2::ComObject | |
| ComId | _comID |
Debug info from SmartRobotinoMPSDocking component.
| void rec::robotino::api2::SmartLog::setComId | ( | const ComId & | id | ) |
Sets the associated communication object.
| id | The id of the associated communication object. |
| RobotinoException | if given id is invalid. |
1.8.11