DtSensorListResponse is the response from the server with a list of configured sensors.
More...
Public Member Functions |
| | DtSensorListResponse () |
| | CTOR/DTOR.
|
| virtual | ~DtSensorListResponse () |
| virtual void | setSensorList (std::vector< std::string > sensors) |
| | this is a list of all the sensors on the server.
|
| virtual std::vector< std::string > | sensorList () |
| virtual int | messageSize () |
| | size of the message
|
| virtual DtBaseMessage * | clone () |
| | clone a message. Caller of function is responsible managing this memory
|
| | DtBaseMessage () |
| | CTOR/DTOR.
|
| virtual | ~DtBaseMessage () |
| virtual unsigned int | messageType () const |
| | Get the name of the message type.
|
| virtual unsigned char * | encode () |
| | Encode the message as an array of bytes and return the bytes the receiver is responsible for calling delete [] on these bytes.
|
| virtual void | setRequestorId (const std::string &requestor) |
| | Assigns the requestor name of this message.
|
| virtual std::string | requestorId () |
| virtual void | setRequestId (int id) |
| | Assigns the request id of this message.
|
| virtual int | requestId () |
Static Public Member Functions |
| static DtBaseMessage * | decode (unsigned char *buffer, int length) |
| | decode a message. Used by the factory
|
Detailed Description
DtSensorListResponse is the response from the server with a list of configured sensors.
Constructor & Destructor Documentation
| makRadarFx::DtSensorListResponse::DtSensorListResponse |
( |
| ) |
|
| virtual makRadarFx::DtSensorListResponse::~DtSensorListResponse |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makRadarFx::DtSensorListResponse::setSensorList |
( |
std::vector< std::string > |
sensors | ) |
|
|
virtual |
this is a list of all the sensors on the server.
This list will be empty if there are no sensors available
| virtual std::vector<std::string> makRadarFx::DtSensorListResponse::sensorList |
( |
| ) |
|
|
virtual |
| virtual int makRadarFx::DtSensorListResponse::messageSize |
( |
| ) |
|
|
virtual |
| static DtBaseMessage* makRadarFx::DtSensorListResponse::decode |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
|
static |
decode a message. Used by the factory
| virtual DtBaseMessage* makRadarFx::DtSensorListResponse::clone |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtSensorListResponse::serialize |
( |
DtStreamWriter & |
writer | ) |
|
|
protectedvirtual |
| virtual void makRadarFx::DtSensorListResponse::deserialize |
( |
DtStreamReader & |
reader | ) |
|
|
protectedvirtual |
Member Data Documentation
| std::vector<std::string> makRadarFx::DtSensorListResponse::mySensors |
|
protected |
The documentation for this class was generated from the following file: