DtSensorListResponse is the response from the server with a list of configured sensors.
More...
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 |
| 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: