|
WSF
|
#include <WsfRIPRCommon.hpp>
Public Member Functions | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| For XIO (de)serialization. | |
| bool | operator< (const RIPRCommanderInfo &aRhs) const |
Public Attributes | |
| WsfStringId | mCommandChainName |
| size_t | mPlatformIndex |
| WsfStringId | mPlatformName |
| WsfStringId | mRIPRProcessorName |
The RIPRCommanderInfo struct contains the basic information needed to reconstruct the RIPR Processor's command chain and commander RIPR processor.
|
inline |
References mCommandChainName, mPlatformName, and mRIPRProcessorName.
|
inline |
For XIO (de)serialization.
References mCommandChainName, mPlatformIndex, mPlatformName, and mRIPRProcessorName.
| WsfStringId ripr::RIPRCommanderInfo::mCommandChainName |
Referenced by WsfRIPRProcessor::Commanders(), operator<(), and Serialize().
| size_t ripr::RIPRCommanderInfo::mPlatformIndex |
Referenced by WsfRIPRProcessor::Commanders(), and Serialize().
| WsfStringId ripr::RIPRCommanderInfo::mPlatformName |
Referenced by WsfRIPRProcessor::Commanders(), operator<(), and Serialize().
| WsfStringId ripr::RIPRCommanderInfo::mRIPRProcessorName |
Referenced by WsfRIPRProcessor::Commanders(), operator<(), and Serialize().