![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Stores data associated with a configuration. More...
Collaboration diagram for DtRtiAssociatedConfigurationData:Public Member Functions | |
| DtRtiAssociatedConfigurationData () | |
| DtRtiAssociatedConfigurationData (const MAKRti::DtString &name, bool saved, bool chosen, bool predefined) | |
Public Attributes | |
| MAKRti::DtString | myName |
| The user assigned name for the configuration. | |
| bool | myIsSaved |
| Whether this configuration has been/will be saved to file. | |
| bool | myIsChosen |
| Whether or not this configuration is the chosen configuration. | |
| bool | myIsPredefined |
| Whether or not this is one of the predefined connections. | |
Stores data associated with a configuration.
| DtRtiAssociatedConfigurationData::DtRtiAssociatedConfigurationData | ( | const MAKRti::DtString & | name, |
| bool | saved, | ||
| bool | chosen, | ||
| bool | predefined | ||
| ) | [inline] |
Whether or not this configuration is the chosen configuration.
Whether or not this is one of the predefined connections.
Whether this configuration has been/will be saved to file.
Referenced by DtAssistantConnectionInfoMgr::processLocalForwarderHasRtiexec(), and DtAssistantConnectionInfoMgr::processLocalRtiComponentConnected().
| MAKRti::DtString DtRtiAssociatedConfigurationData::myName |
The user assigned name for the configuration.