WSF
WsfXIO_RequestPlatformPartInfoPkt Class Reference

Requests that an application begin sending state information for a specified platform part. More...

#include <WsfXIO_PacketRegistry.hpp>

Inheritance diagram for WsfXIO_RequestPlatformPartInfoPkt:
Collaboration diagram for WsfXIO_RequestPlatformPartInfoPkt:

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

Detailed Description

Requests that an application begin sending state information for a specified platform part.

Member Function Documentation

◆ XIO_DEFINE_PACKET()

Member Data Documentation

◆ mPartName

◆ mPartType

◆ mPlatformIndex

int32_t WsfXIO_RequestPlatformPartInfoPkt::mPlatformIndex

◆ mRealtimeInterval

bool WsfXIO_RequestPlatformPartInfoPkt::mRealtimeInterval

◆ mUpdateInterval

double WsfXIO_RequestPlatformPartInfoPkt::mUpdateInterval

The documentation for this class was generated from the following file:
Copyrights Multiple, All Rights Reserved