Public Member Functions | Static Public Attributes | Private Attributes

openjaus::mobility::QueryLocalPathSegment Class Reference

QueryLocalPathSegment Message Implementation. More...

#include <QueryLocalPathSegment.h>

Inherits openjaus::model::Message.

List of all members.

Public Member Functions

 QueryLocalPathSegment ()
 QueryLocalPathSegment (model::Message *message)
 ~QueryLocalPathSegment ()
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.
uint8_t getQueryPresenceVector (void)
void setQueryPresenceVector (uint8_t value)

Static Public Attributes

static const uint16_t ID = 0x2410

Private Attributes

model::fields::UnsignedByte queryPresenceVector

Detailed Description

This message shall cause the receiving component to reply to the requestor with a ID 4410h: ReportLocalPathSegment message. A logical AND shall be performed on the requested presence vector and that representing the available fields from the responder. The resulting message shall contain the fields indicated by the result of this logical AND operation.


Constructor & Destructor Documentation

openjaus::mobility::QueryLocalPathSegment::QueryLocalPathSegment (  ) 
openjaus::mobility::QueryLocalPathSegment::QueryLocalPathSegment ( model::Message message  ) 
openjaus::mobility::QueryLocalPathSegment::~QueryLocalPathSegment (  ) 

Member Function Documentation

int openjaus::mobility::QueryLocalPathSegment::from ( system::Buffer src  )  [virtual]

src - The source openjaus::system::Buffer from which this message will be unpacked.

Returns:
The number of bytes unpacked from the source buffer

Reimplemented from openjaus::model::Message.

uint8_t openjaus::mobility::QueryLocalPathSegment::getQueryPresenceVector ( void   ) 
int openjaus::mobility::QueryLocalPathSegment::length ( void   )  [virtual]

The number of bytes this message would occupy in a buffer

Reimplemented from openjaus::model::Message.

void openjaus::mobility::QueryLocalPathSegment::setQueryPresenceVector ( uint8_t  value  ) 
int openjaus::mobility::QueryLocalPathSegment::to ( system::Buffer dst  )  [virtual]

dst - The destination openjaus::system::Buffer to which this message will be packed.

Returns:
The number of bytes packed into the destination buffer

Reimplemented from openjaus::model::Message.

std::string openjaus::mobility::QueryLocalPathSegment::toXml ( unsigned char  level = 0  )  const

level - Used to determine how many tabs are inserted per line for pretty formating.

Returns:
The serialized XML string

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines