|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
EntityID & | getMinefieldID () |
|
const EntityID & | getMinefieldID () const |
|
void | setMinefieldID (const EntityID &pX) |
|
unsigned short | getMinefieldSequence () const |
|
void | setMinefieldSequence (unsigned short pX) |
|
unsigned char | getForceID () const |
|
void | setForceID (unsigned char pX) |
|
unsigned char | getNumberOfPerimeterPoints () const |
|
EntityType & | getMinefieldType () |
|
const EntityType & | getMinefieldType () const |
|
void | setMinefieldType (const EntityType &pX) |
|
unsigned short | getNumberOfMineTypes () const |
|
Vector3Double & | getMinefieldLocation () |
|
const Vector3Double & | getMinefieldLocation () const |
|
void | setMinefieldLocation (const Vector3Double &pX) |
|
Orientation & | getMinefieldOrientation () |
|
const Orientation & | getMinefieldOrientation () const |
|
void | setMinefieldOrientation (const Orientation &pX) |
|
unsigned short | getAppearance () const |
|
void | setAppearance (unsigned short pX) |
|
unsigned short | getProtocolMode () const |
|
void | setProtocolMode (unsigned short pX) |
|
std::vector< Point > & | getPerimeterPoints () |
|
const std::vector< Point > & | getPerimeterPoints () const |
|
void | setPerimeterPoints (const std::vector< Point > &pX) |
|
std::vector< EntityType > & | getMineType () |
|
const std::vector< EntityType > & | getMineType () const |
|
void | setMineType (const std::vector< EntityType > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const MinefieldStatePdu &rhs) const |
|
virtual void | marshal (DataStream &dataStream) const |
|
virtual void | unmarshal (DataStream &dataStream) |
|
MinefieldIdentifier & | getMinefieldID () |
|
const MinefieldIdentifier & | getMinefieldID () const |
|
void | setMinefieldID (const MinefieldIdentifier &pX) |
|
unsigned short | getMinefieldSequence () const |
|
void | setMinefieldSequence (unsigned short pX) |
|
unsigned char | getForceID () const |
|
void | setForceID (unsigned char pX) |
|
unsigned char | getNumberOfPerimeterPoints () const |
|
EntityType & | getMinefieldType () |
|
const EntityType & | getMinefieldType () const |
|
void | setMinefieldType (const EntityType &pX) |
|
unsigned short | getNumberOfMineTypes () const |
|
Vector3Double & | getMinefieldLocation () |
|
const Vector3Double & | getMinefieldLocation () const |
|
void | setMinefieldLocation (const Vector3Double &pX) |
|
EulerAngles & | getMinefieldOrientation () |
|
const EulerAngles & | getMinefieldOrientation () const |
|
void | setMinefieldOrientation (const EulerAngles &pX) |
|
unsigned short | getAppearance () const |
|
void | setAppearance (unsigned short pX) |
|
unsigned short | getProtocolMode () const |
|
void | setProtocolMode (unsigned short pX) |
|
std::vector< Vector2Float > & | getPerimeterPoints () |
|
const std::vector< Vector2Float > & | getPerimeterPoints () const |
|
void | setPerimeterPoints (const std::vector< Vector2Float > &pX) |
|
std::vector< EntityType > & | getMineType () |
|
const std::vector< EntityType > & | getMineType () const |
|
void | setMineType (const std::vector< EntityType > &pX) |
|
virtual int | getMarshalledSize () const |
|
bool | operator== (const MinefieldStatePdu &rhs) const |
|
bool | operator== (const MinefieldFamilyPdu &rhs) const |
|
bool | operator== (const MinefieldFamilyPdu &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 | _minefieldID |
| Minefield ID.
|
|
unsigned short | _minefieldSequence |
| Minefield sequence.
|
|
unsigned char | _forceID |
| force ID
|
|
unsigned char | _numberOfPerimeterPoints |
| Number of permieter points.
|
|
EntityType | _minefieldType |
| type of minefield
|
|
unsigned short | _numberOfMineTypes |
| how many mine types
|
|
Vector3Double | _minefieldLocation |
| location of minefield in world coords More...
|
|
Orientation | _minefieldOrientation |
| orientation of minefield
|
|
unsigned short | _appearance |
| appearance bitflags
|
|
unsigned short | _protocolMode |
| protocolMode More...
|
|
std::vector< Point > | _perimeterPoints |
| perimeter points for the minefield
|
|
std::vector< EntityType > | _mineType |
| Type of mines.
|
|
MinefieldIdentifier | _minefieldID |
| Minefield ID.
|
|
EulerAngles | _minefieldOrientation |
| orientation of minefield
|
|
std::vector< Vector2Float > | _perimeterPoints |
| perimeter points for the minefield
|
|
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.
|
|