|
|
virtual void | marshal (DataStream &dataStream) const |
| |
|
virtual void | unmarshal (DataStream &dataStream) |
| |
|
EntityID & | getEntityID () |
| |
|
const EntityID & | getEntityID () const |
| |
|
void | setEntityID (const EntityID &pX) |
| |
|
char | getPadding1 () const |
| |
|
void | setPadding1 (char pX) |
| |
|
unsigned char | getNumberOfArticulationParameters () const |
| |
|
Vector3Float & | getEntityLinearVelocity () |
| |
|
const Vector3Float & | getEntityLinearVelocity () const |
| |
|
void | setEntityLinearVelocity (const Vector3Float &pX) |
| |
|
Vector3Double & | getEntityLocation () |
| |
|
const Vector3Double & | getEntityLocation () const |
| |
|
void | setEntityLocation (const Vector3Double &pX) |
| |
|
Orientation & | getEntityOrientation () |
| |
|
const Orientation & | getEntityOrientation () const |
| |
|
void | setEntityOrientation (const Orientation &pX) |
| |
|
int | getEntityAppearance () const |
| |
|
void | setEntityAppearance (int pX) |
| |
|
std::vector< ArticulationParameter > & | getArticulationParameters () |
| |
|
const std::vector< ArticulationParameter > & | getArticulationParameters () const |
| |
|
void | setArticulationParameters (const std::vector< ArticulationParameter > &pX) |
| |
|
virtual int | getMarshalledSize () const |
| |
|
bool | operator== (const EntityStateUpdatePdu &rhs) const |
| |
|
virtual void | marshal (DataStream &dataStream) const |
| |
|
virtual void | unmarshal (DataStream &dataStream) |
| |
|
EntityID & | getEntityID () |
| |
|
const EntityID & | getEntityID () const |
| |
|
void | setEntityID (const EntityID &pX) |
| |
|
char | getPadding1 () const |
| |
|
void | setPadding1 (char pX) |
| |
|
unsigned char | getNumberOfVariableParameters () const |
| |
|
Vector3Float & | getEntityLinearVelocity () |
| |
|
const Vector3Float & | getEntityLinearVelocity () const |
| |
|
void | setEntityLinearVelocity (const Vector3Float &pX) |
| |
|
Vector3Double & | getEntityLocation () |
| |
|
const Vector3Double & | getEntityLocation () const |
| |
|
void | setEntityLocation (const Vector3Double &pX) |
| |
|
EulerAngles & | getEntityOrientation () |
| |
|
const EulerAngles & | getEntityOrientation () const |
| |
|
void | setEntityOrientation (const EulerAngles &pX) |
| |
|
unsigned int | getEntityAppearance () const |
| |
|
void | setEntityAppearance (unsigned int pX) |
| |
|
std::vector< VariableParameter > & | getVariableParameters () |
| |
|
const std::vector< VariableParameter > & | getVariableParameters () const |
| |
|
void | setVariableParameters (const std::vector< VariableParameter > &pX) |
| |
|
virtual int | getMarshalledSize () const |
| |
|
bool | operator== (const EntityStateUpdatePdu &rhs) const |
| |
|
bool | operator== (const EntityInformationFamilyPdu &rhs) const |
| |
|
bool | operator== (const EntityInformationFamilyPdu &rhs) const |
| |
|
unsigned char | getProtocolVersion () const |
| |
|
void | setProtocolVersion (unsigned char pX) |
| |
|
unsigned char | getExerciseID () const |
| |
|
void | setExerciseID (unsigned char pX) |
| |
|
unsigned char | getPduType () const |
| |
|
void | setPduType (unsigned char pX) |
| |
|
unsigned char | getProtocolFamily () const |
| |
|
void | setProtocolFamily (unsigned char pX) |
| |
|
unsigned int | getTimestamp () const |
| |
|
void | setTimestamp (unsigned int pX) |
| |
|
unsigned short | getLength () const |
| |
|
void | setLength (unsigned short pX) |
| |
|
short | getPadding () const |
| |
|
void | setPadding (short pX) |
| |
|
bool | operator== (const Pdu &rhs) const |
| |
|
unsigned char | getPduStatus () const |
| |
|
void | setPduStatus (unsigned char pX) |
| |
|
unsigned char | getPadding () const |
| |
|
void | setPadding (unsigned char pX) |
| |
|
bool | operator== (const Pdu &rhs) const |
| |
|
unsigned char | getProtocolVersion () const |
| |
|
void | setProtocolVersion (unsigned char pX) |
| |
|
unsigned char | getExerciseID () const |
| |
|
void | setExerciseID (unsigned char pX) |
| |
|
unsigned char | getPduType () const |
| |
|
void | setPduType (unsigned char pX) |
| |
|
unsigned char | getProtocolFamily () const |
| |
|
void | setProtocolFamily (unsigned char pX) |
| |
|
unsigned int | getTimestamp () const |
| |
|
void | setTimestamp (unsigned int pX) |
| |
|
unsigned short | getLength () const |
| |
|
void | setLength (unsigned short pX) |
| |
|
bool | operator== (const PduSuperclass &rhs) const |
| |
|
| EntityID | _entityID |
| | This field shall identify the entity issuing the PDU. More...
|
| |
|
char | _padding1 |
| | Padding.
|
| |
|
unsigned char | _numberOfArticulationParameters |
| | How many articulation parameters are in the variable length list.
|
| |
| Vector3Float | _entityLinearVelocity |
| | Describes the speed of the entity in the world. More...
|
| |
| Vector3Double | _entityLocation |
| | describes the location of the entity in the world More...
|
| |
|
Orientation | _entityOrientation |
| | describes the orientation of the entity, in euler angles
|
| |
| int | _entityAppearance |
| | a series of bit flags that are used to help draw the entity, such as smoking, on fire, etc. More...
|
| |
|
std::vector< ArticulationParameter > | _articulationParameters |
| |
| unsigned char | _numberOfVariableParameters |
| | This field shall specify the number of variable parameters present. More...
|
| |
| EulerAngles | _entityOrientation |
| | This field shall specify an entity’s orientation and shall be represented by an Euler Angles record (see 6.2.33). More...
|
| |
| unsigned int | _entityAppearance |
| | This field shall specify the dynamic changes to the entity’s appearance attributes. More...
|
| |
| std::vector< VariableParameter > | _variableParameters |
| | This field shall specify the parameter values for each Variable Parameter record that is included (see 6.2.93 and Annex I). More...
|
| |
| unsigned char | _protocolVersion |
| | The version of the protocol. More...
|
| |
|
unsigned char | _exerciseID |
| | Exercise ID.
|
| |
|
unsigned char | _pduType |
| | Type of pdu, unique for each PDU class.
|
| |
|
unsigned char | _protocolFamily |
| | value that refers to the protocol family, eg SimulationManagement, et
|
| |
|
unsigned int | _timestamp |
| | Timestamp value.
|
| |
|
unsigned short | _length |
| | Length, in bytes, of the PDU.
|
| |
|
short | _padding |
| | zero-filled array of padding
|
| |
| unsigned char | _pduStatus |
| | PDU Status Record. More...
|
| |
|
unsigned char | _padding |
| | zero-filled array of padding
|
| |
| unsigned char | _protocolVersion |
| | The version of the protocol. More...
|
| |
|
unsigned char | _exerciseID |
| | Exercise ID.
|
| |
|
unsigned char | _pduType |
| | Type of pdu, unique for each PDU class.
|
| |
|
unsigned char | _protocolFamily |
| | value that refers to the protocol family, eg SimulationManagement, et
|
| |
|
unsigned int | _timestamp |
| | Timestamp value.
|
| |
|
unsigned short | _length |
| | Length, in bytes, of the PDU.
|
| |