RegisterServices Message Implementation. More...
#include <RegisterServices.h>
Inherits openjaus::model::Message.
Public Member Functions | |
| RegisterServices () | |
| RegisterServices (model::Message *message) | |
| ~RegisterServices () | |
| virtual int | to (system::Buffer *dst) |
| Pack this message to the given openjaus::system::Buffer. | |
| virtual int | from (system::Buffer *src) |
| Unpack this message from the given openjaus::system::Buffer. | |
| virtual int | length () |
| Get the number of bytes this message would occupy in a serialized buffer. | |
| std::string | toXml (unsigned char level=0) const |
| Used to serialize the runtime state of the message to an XML format. | |
| ServiceList & | getRSServiceList (void) |
Static Public Attributes | |
| static const uint16_t | ID = 0x0B00 |
Private Attributes | |
| ServiceList | rSServiceList |
| openjaus::core::RegisterServices::RegisterServices | ( | ) |
| openjaus::core::RegisterServices::RegisterServices | ( | model::Message * | message | ) |
| openjaus::core::RegisterServices::~RegisterServices | ( | ) |
| int openjaus::core::RegisterServices::from | ( | system::Buffer * | src | ) | [virtual] |
src - The source openjaus::system::Buffer from which this message will be unpacked.
Reimplemented from openjaus::model::Message.
| ServiceList & openjaus::core::RegisterServices::getRSServiceList | ( | void | ) |
| int openjaus::core::RegisterServices::length | ( | void | ) | [virtual] |
The number of bytes this message would occupy in a buffer
Reimplemented from openjaus::model::Message.
| int openjaus::core::RegisterServices::to | ( | system::Buffer * | dst | ) | [virtual] |
dst - The destination openjaus::system::Buffer to which this message will be packed.
Reimplemented from openjaus::model::Message.
| std::string openjaus::core::RegisterServices::toXml | ( | unsigned char | level = 0 |
) | const |
level - Used to determine how many tabs are inserted per line for pretty formating.
const uint16_t openjaus::core::RegisterServices::ID = 0x0B00 [static] |
1.7.1