|
| ConfirmAnalogVideoSensorConfiguration () |
|
| ConfirmAnalogVideoSensorConfiguration (model::Message *message) |
|
| ~ConfirmAnalogVideoSensorConfiguration () |
|
virtual int | to (system::Buffer *dst) |
| Pack this message to the given openjaus::system::Buffer. More...
|
|
virtual int | from (system::Buffer *src) |
| Unpack this message from the given openjaus::system::Buffer. More...
|
|
virtual int | length () |
| Get the number of bytes this message would occupy in a serialized buffer. More...
|
|
std::string | toXml (unsigned char ojIndentLevel=0) const |
| Used to serialize the runtime state of the message to an XML format. More...
|
|
std::string | toString () const |
| Returns a string populated with the Message name and ID More...
|
|
RequestIdRecRefRecord & | getRequestIdRec (void) |
|
ConfirmSensorListRefArray & | getConfirmSensorList (void) |
|
| Message () |
|
virtual | ~Message () |
|
| Message (Message *message) |
|
int | to (system::Buffer *dst) |
| Operation to. More...
|
|
int | from (system::Buffer *src) |
| Operation from. More...
|
|
| Wrapper () |
|
virtual | ~Wrapper () |
|
AckNakType | getAckNak () const |
| Accessor to get the value of ackNak. More...
|
|
bool | setAckNak (AckNakType ackNak) |
| Accessor to set value of ackNak. More...
|
|
bool | isCompressible () const |
| Accessor to get the value of compressible. More...
|
|
bool | setCompressible (bool compressible) |
| Accessor to set value of compressible. More...
|
|
bool | isMustArrive () const |
| Accessor to get the value of mustArrive. More...
|
|
bool | setMustArrive (bool mustArrive) |
| Accessor to set value of mustArrive. More...
|
|
uint16_t | getSequenceNumber () const |
| Accessor to get the value of sequenceNumber. More...
|
|
bool | setSequenceNumber (uint16_t sequenceNumber) |
| Accessor to set value of sequenceNumber. More...
|
|
WrapperType | getType () const |
| Accessor to get the value of type. More...
|
|
bool | setType (WrapperType type) |
| Accessor to set value of type. More...
|
|
Priority | getPriority () const |
| Accessor to get the value of priority. More...
|
|
bool | setPriority (Priority priority) |
| Accessor to set value of priority. More...
|
|
BroadcastType | getBroadcastFlag () const |
| Accessor to get the value of broadcastFlag. More...
|
|
bool | setBroadcastFlag (BroadcastType broadcastFlag) |
| Accessor to set value of broadcastFlag. More...
|
|
LargeMessageType | getLargeMessageFlag () const |
| Accessor to get the value of largeMessageFlag. More...
|
|
bool | setLargeMessageFlag (LargeMessageType largeMessageFlag) |
| Accessor to set value of largeMessageFlag. More...
|
|
const Address & | getDestination () const |
| Accessor to get the value of destination. More...
|
|
bool | setDestination (const Address &destination) |
| Accessor to set value of destination. More...
|
|
system::Transportable * | getPayload () const |
| Accessor to get the value of payload. More...
|
|
bool | setPayload (system::Transportable *payload) |
| Accessor to set value of payload. More...
|
|
const Address & | getSource () const |
| Accessor to get the value of source. More...
|
|
bool | setSource (const Address &source) |
| Accessor to set value of source. More...
|
|
TransportData * | getTransportData () const |
| Accessor to get the value of transportData. More...
|
|
bool | setTransportData (TransportData *transportData) |
| Accessor to set value of transportData. More...
|
|
virtual int | prioritizedValue () |
| Operation prioritizedValue. More...
|
|
virtual Wrapper * | clone () |
|
virtual | ~Transportable () |
|
| Transportable () |
|
virtual | ~Prioritized () |
|
| Trigger () |
|
virtual | ~Trigger () |
|
double | getTriggerTimestamp_sec () const |
| Accessor to get the value of triggerTimestamp_sec. More...
|
|
bool | setTriggerTimestamp_sec (double triggerTimestamp_sec) |
| Accessor to set value of triggerTimestamp_sec. More...
|
|
uint32_t | getId () const |
| Accessor to get the value of id. More...
|
|
bool | setId (uint32_t id) |
| Accessor to set value of id. More...
|
|
std::string | idString () |
| Operation idString. More...
|
|