![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Stores the information on an RTI configuration known by the Assistant. More...
Collaboration diagram for DtRtiConnectionConfigurationInfo:Public Member Functions | |
| DtRtiConnectionConfigurationInfo () | |
| Constructor. | |
| DtRtiConnectionConfigurationInfo (bool forceFullCompliance) | |
| Constructor. | |
| virtual | ~DtRtiConnectionConfigurationInfo () |
| Destructor. | |
| virtual bool | operator< (const DtRtiConnectionConfigurationInfo &other) const |
| Less than operator. | |
| virtual bool | operator== (const DtRtiConnectionConfigurationInfo &other) const |
| Equals operator. | |
| virtual bool | operator!= (const DtRtiConnectionConfigurationInfo &other) const |
| Not equals operator. | |
| virtual DtRtiConnectionConfigurationInfo & | operator= (const DtRtiConnectionConfigurationInfo &other) |
| Assignment operator. | |
| virtual MAKRti::DtString | defaultName () const |
| Returns the default name of the configuration. | |
| virtual MAKRti::DtString | description () const |
| Returns a text description of this configuration. | |
| virtual void | setForceFullCompliance (bool compliance) |
| Sets whether this is a fully compliant configuration. | |
| virtual bool | forceFullCompliance () const |
| Gets whether this is a fully compliant configuration. | |
| virtual bool | isValid () const |
| Returns true if this configuration info passes a basic validity check. | |
Static Public Member Functions | |
| static MAKRti::DtString | constructConfigName (bool forceFullCompliance) |
| Constructs the default configuration name using the given parameters. | |
| static MAKRti::DtString | constructConfigDescription (bool forceFullCompliance) |
| Constructs the configuration description text using the given parameters. | |
Protected Attributes | |
| bool | myFullyCompliant |
| Whether this connection specifies forceFullCompliance. | |
Stores the information on an RTI configuration known by the Assistant.
| DtRtiConnectionConfigurationInfo::DtRtiConnectionConfigurationInfo | ( | ) |
Constructor.
| DtRtiConnectionConfigurationInfo::DtRtiConnectionConfigurationInfo | ( | bool | forceFullCompliance | ) |
Constructor.
|
virtual |
Destructor.
|
static |
Constructs the configuration description text using the given parameters.
|
static |
Constructs the default configuration name using the given parameters.
|
virtual |
Returns the default name of the configuration.
|
virtual |
Returns a text description of this configuration.
|
virtual |
Gets whether this is a fully compliant configuration.
|
virtual |
Returns true if this configuration info passes a basic validity check.
|
virtual |
Not equals operator.
See note in operator< comments for parameters which are used in comparison.
|
virtual |
Less than operator.
Comparisons are based on the following parameters in the order listed: 1) ForceFullCompliance.
|
virtual |
Assignment operator.
If the connections have equivalent hosts and the host name is already set, it will not be overwritten.
|
virtual |
Equals operator.
See note in operator< comments for parameters which are used in comparison.
|
virtual |
Sets whether this is a fully compliant configuration.
|
protected |
Whether this connection specifies forceFullCompliance.