![]() |
MAK RTIspy API Documentation for HLA Evolved
|
This file contains the declaration of DtAssistantFederationInfo. More...
Go to the source code of this file.
Classes | |
| class | DtAssistantFederationInfo |
| Structure containing State information from a single federation. More... | |
Typedefs | |
| typedef std::map< int, DtAssistantFederateInfo > | DtFederateInfoByHandleMap |
| Map of federate handles to federate info. | |
| typedef std::pair< std::set < int >, std::set< int > > | DtPendingAchievedPair |
| For sync points, set of all pending federates and all achieved federates, by handle. | |
| typedef std::map < MAKRti::DtString, DtPendingAchievedPair > | DtSyncPtToAchievedFederatesMap |
| Map of sync point names to sets of pending and achieved federates. | |
| typedef std::map< int, MAKRti::DtString > | DtFederationNameByHandleMap |
| Map of federation handles to names. | |
| typedef std::map < MAKRti::DtString, DtAssistantFederationInfo > | DtFederationStateByNameMap |
This file contains the declaration of DtAssistantFederationInfo.
| typedef std::map< int, DtAssistantFederateInfo > DtFederateInfoByHandleMap |
Map of federate handles to federate info.
| typedef std::map< int, MAKRti::DtString > DtFederationNameByHandleMap |
Map of federation handles to names.
| typedef std::map< MAKRti::DtString, DtAssistantFederationInfo > DtFederationStateByNameMap |
| typedef std::pair< std::set< int >, std::set< int > > DtPendingAchievedPair |
For sync points, set of all pending federates and all achieved federates, by handle.
| typedef std::map< MAKRti::DtString, DtPendingAchievedPair > DtSyncPtToAchievedFederatesMap |
Map of sync point names to sets of pending and achieved federates.