DtEntityLocationResponse contains the response from the server with the current list of entities within the simulation.
More...
Static Public Member Functions |
| static DtBaseMessage * | decode (unsigned char *buffer, int length) |
| | decode a message. Used by the factory
|
Detailed Description
DtEntityLocationResponse contains the response from the server with the current list of entities within the simulation.
Member Enumeration Documentation
- Enumerator:
| ENTITY_LOC_NO_ERROR |
|
| ENTITY_LOC_NO_ENTITY |
|
| ENTITY_LOC_ERROR_OTHER |
|
Constructor & Destructor Documentation
| makRadarFx::DtEntityLocationResponse::DtEntityLocationResponse |
( |
| ) |
|
| virtual makRadarFx::DtEntityLocationResponse::~DtEntityLocationResponse |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makRadarFx::DtEntityLocationResponse::setEntityLocation |
( |
DtVector |
location | ) |
|
|
virtual |
the location of the entity at the time the request was fulfilled.
| virtual DtVector makRadarFx::DtEntityLocationResponse::entityLocation |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtEntityLocationResponse::setEntityTopoOrientation |
( |
DtTaitBryan |
topoOrientation | ) |
|
|
virtual |
the topograpic orientation of the entity at the time the request was fulfilled.
| virtual DtTaitBryan makRadarFx::DtEntityLocationResponse::entityOrientation |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtEntityLocationResponse::setEntityVelocity |
( |
DtVector32 |
velocity | ) |
|
|
virtual |
the velocity in m/s of the entity at the time the request was fulfilled.
| virtual DtVector32 makRadarFx::DtEntityLocationResponse::entityVelocity |
( |
| ) |
|
|
virtual |
Error value if there is one.
| virtual int makRadarFx::DtEntityLocationResponse::messageSize |
( |
| ) |
|
|
virtual |
| static DtBaseMessage* makRadarFx::DtEntityLocationResponse::decode |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
|
static |
decode a message. Used by the factory
| virtual DtBaseMessage* makRadarFx::DtEntityLocationResponse::clone |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtEntityLocationResponse::serialize |
( |
DtStreamWriter & |
writer | ) |
|
|
protectedvirtual |
| virtual void makRadarFx::DtEntityLocationResponse::deserialize |
( |
DtStreamReader & |
reader | ) |
|
|
protectedvirtual |
Member Data Documentation
| DtVector makRadarFx::DtEntityLocationResponse::myEntityLocation |
|
protected |
| DtTaitBryan makRadarFx::DtEntityLocationResponse::myEntityTopoOrientation |
|
protected |
| DtVector32 makRadarFx::DtEntityLocationResponse::myEntityVelocity |
|
protected |
The documentation for this class was generated from the following file: