|
WSF
|
Used by the IWARS control panel to request the tracks of contributing sensors. More...
#include <WsfXIO_PacketRegistry.hpp>


Public Member Functions | |
| XIO_DEFINE_PACKET (WsfXIO_ExtendedTrackInfoRequestPkt, WsfXIO_Packet, 64) | |
| Public Member Functions inherited from WsfXIO_Packet | |
| WsfXIO_Packet (int aPacketId) | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| Serializes the packet header. Must be called first from derived class Serialize(). | |
| float | GetTimeStamp () const |
| void | SetTimeStamp (float aTimeStamp) |
| void | SetFlags (uint32_t aFlags) |
| void | AddFlags (uint32_t aFlags) |
| uint32_t | GetFlags () const |
Public Attributes | |
| GenUniqueId | mQueryId |
| A unique ID query Id for the request. | |
| WsfTrackId | mTrackId |
| Public Attributes inherited from WsfXIO_Packet | |
| GenUniqueId | mApplicationId |
Additional Inherited Members | |
| Public Types inherited from WsfXIO_Packet | |
| enum | PacketFlags { cSYNCHRONIZED = 1 } |
| typedef bool | BaseType |
| Static Public Attributes inherited from WsfXIO_Packet | |
| static const int | cPACKET_ID = -1 |
| Protected Attributes inherited from WsfXIO_Packet | |
| uint32_t | mFlags |
| float | mTimeStamp |
Used by the IWARS control panel to request the tracks of contributing sensors.
|
inline |
References mQueryId, mTrackId, and WsfXIO_Packet::WsfXIO_Packet().
| GenUniqueId WsfXIO_ExtendedTrackInfoRequestPkt::mQueryId |
A unique ID query Id for the request.
Referenced by XIO_DEFINE_PACKET().
| WsfTrackId WsfXIO_ExtendedTrackInfoRequestPkt::mTrackId |
The track ID of the local track whose contributing sensor tracks are being requested. The track must be in the master local track list of the platform whose name is is given by the 'Owner Platform Id' field of the track ID.
Referenced by XIO_DEFINE_PACKET().