|
WSF
|
#include <WsfXIO_PacketRegistry.hpp>


Public Member Functions | |
| XIO_DEFINE_PACKET (WsfXIO_TypeQueryResolutionPkt, WsfXIO_QueryResolutionPkt, 37) | |
| void | ReceiveCleanup () override |
| Public Member Functions inherited from WsfXIO_QueryResolutionPkt | |
| XIO_DEFINE_PACKET (WsfXIO_QueryResolutionPkt, WsfXIO_Packet, 21) | |
| 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 | |
| WsfXIO_ObjectInfo::ObjectType | mObjectType |
| WsfStringId | mRequestedType |
| WsfXIO_ObjectInfo * | mObjectInfo |
| Public Attributes inherited from WsfXIO_QueryResolutionPkt | |
| GenUniqueId | mQueryId |
| wsf::xio::QueryResult | mResult |
| 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 |
|
inlineoverride |
References mObjectInfo.
|
inline |
References mObjectInfo, mObjectType, and mRequestedType.
| WsfXIO_ObjectInfo* WsfXIO_TypeQueryResolutionPkt::mObjectInfo |
Referenced by WsfXIO_PlatformInfoService::HandleTypeQuery(), ReceiveCleanup(), and XIO_DEFINE_PACKET().
| WsfXIO_ObjectInfo::ObjectType WsfXIO_TypeQueryResolutionPkt::mObjectType |
Referenced by WsfXIO_PlatformInfoService::HandleTypeQuery(), and XIO_DEFINE_PACKET().
| WsfStringId WsfXIO_TypeQueryResolutionPkt::mRequestedType |
Referenced by WsfXIO_PlatformInfoService::HandleTypeQuery(), and XIO_DEFINE_PACKET().