ReportConfiguration Message Implementation. More...
#include <ReportConfiguration.h>
Inherits openjaus::model::Message.
Public Member Functions | |
| ReportConfiguration () | |
| ReportConfiguration (model::Message *message) | |
| ~ReportConfiguration () | |
| 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. | |
| ConfigurationNodeList & | getNodeList (void) |
Static Public Attributes | |
| static const uint16_t | ID = 0x4B01 |
Private Attributes | |
| ConfigurationNodeList | nodeList |
This message is used to provide the receiver a table of all existing components located on the source’s subsystem or node depending on the value of field 1 of the ID 2B01h: Query Configuration message.
| openjaus::core::ReportConfiguration::ReportConfiguration | ( | ) |
| openjaus::core::ReportConfiguration::ReportConfiguration | ( | model::Message * | message | ) |
| openjaus::core::ReportConfiguration::~ReportConfiguration | ( | ) |
| int openjaus::core::ReportConfiguration::from | ( | system::Buffer * | src | ) | [virtual] |
src - The source openjaus::system::Buffer from which this message will be unpacked.
Reimplemented from openjaus::model::Message.
| ConfigurationNodeList & openjaus::core::ReportConfiguration::getNodeList | ( | void | ) |
| int openjaus::core::ReportConfiguration::length | ( | void | ) | [virtual] |
The number of bytes this message would occupy in a buffer
Reimplemented from openjaus::model::Message.
| int openjaus::core::ReportConfiguration::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::ReportConfiguration::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::ReportConfiguration::ID = 0x4B01 [static] |
1.7.1