|
WSF
|
#include <WsfXIO_PacketRegistry.hpp>


Public Types | |
| enum | { cPLATFORM_TYPES , cSENSOR_TYPES , cCOMM_TYPES , cPROCESSOR_TYPES , cFUEL_TYPES , cMOVER_TYPES , cREQUEST_TYPE_1 , cREQUEST_TYPE_2 , cREQUEST_TYPE_3 , cREQUEST_TYPE_4 } |
| Valid request types. More... | |
| typedef int32_t | RequestType |
| Public Types inherited from WsfXIO_Packet | |
| enum | PacketFlags { cSYNCHRONIZED = 1 } |
| typedef bool | BaseType |
Public Member Functions | |
| XIO_DEFINE_PACKET (WsfXIO_TypeListQueryPkt, WsfXIO_Packet, 38) | |
| 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 |
| RequestType | mRequestTypes |
| Public Attributes inherited from WsfXIO_Packet | |
| GenUniqueId | mApplicationId |
Additional Inherited Members | |
| Static Public Attributes inherited from WsfXIO_Packet | |
| static const int | cPACKET_ID = -1 |
| Protected Attributes inherited from WsfXIO_Packet | |
| uint32_t | mFlags |
| float | mTimeStamp |
| typedef int32_t WsfXIO_TypeListQueryPkt::RequestType |
| anonymous enum |
|
inline |
References mQueryId, mRequestTypes, and WsfXIO_Packet::WsfXIO_Packet().
| GenUniqueId WsfXIO_TypeListQueryPkt::mQueryId |
Referenced by WsfXIO_PlatformInfoService::HandleTypeListQuery(), and XIO_DEFINE_PACKET().
| RequestType WsfXIO_TypeListQueryPkt::mRequestTypes |
Referenced by WsfXIO_PlatformInfoService::HandleTypeListQuery(), and XIO_DEFINE_PACKET().