|
WSF
|
Requests that an application begin sending state information for a specified platform part. More...
#include <WsfXIO_PacketRegistry.hpp>


Public Member Functions | |
| XIO_DEFINE_PACKET (WsfXIO_RequestPlatformPartInfoPkt, WsfXIO_RequestDataPkt, 58) | |
| Public Member Functions inherited from WsfXIO_RequestDataPkt | |
| WsfXIO_RequestDataPkt (int aPacketId) | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| 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 | |
| int32_t | mPlatformIndex |
| Index of the platform from which information is requested. | |
| int32_t | mPartType |
| Type of platform part. | |
| WsfStringId | mPartName |
| Name of platform part. | |
| double | mUpdateInterval |
| Update rate of state updates. | |
| bool | mRealtimeInterval |
| Update-rate is in real-time. | |
| Public Attributes inherited from WsfXIO_RequestDataPkt | |
| int32_t | mSubscriptionRequestId |
| bool | mReliable |
| 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 |
Requests that an application begin sending state information for a specified platform part.
|
inline |
| WsfStringId WsfXIO_RequestPlatformPartInfoPkt::mPartName |
Name of platform part.
Referenced by WsfXIO_PlatformPartInfoService::HandleRequest(), WsfXIO_PlatformPartInfoRequest::Initialized(), WsfXIO_PlatformPartInfoService::SubscriptionCancelledT(), and XIO_DEFINE_PACKET().
| int32_t WsfXIO_RequestPlatformPartInfoPkt::mPartType |
Type of platform part.
Referenced by WsfXIO_PlatformPartInfoService::HandleRequest(), WsfXIO_PlatformPartInfoRequest::Initialized(), WsfXIO_PlatformPartInfoService::SubscriptionCancelledT(), and XIO_DEFINE_PACKET().
| int32_t WsfXIO_RequestPlatformPartInfoPkt::mPlatformIndex |
Index of the platform from which information is requested.
Referenced by WsfXIO_PlatformPartInfoService::HandleRequest(), WsfXIO_PlatformPartInfoRequest::Initialized(), WsfXIO_PlatformPartInfoService::SubscriptionCancelledT(), and XIO_DEFINE_PACKET().
| bool WsfXIO_RequestPlatformPartInfoPkt::mRealtimeInterval |
Update-rate is in real-time.
Referenced by WsfXIO_PlatformPartInfoService::HandleRequest(), WsfXIO_PlatformPartInfoRequest::Initialized(), and XIO_DEFINE_PACKET().
| double WsfXIO_RequestPlatformPartInfoPkt::mUpdateInterval |
Update rate of state updates.
Referenced by WsfXIO_PlatformPartInfoService::HandleRequest(), WsfXIO_PlatformPartInfoRequest::Initialized(), and XIO_DEFINE_PACKET().