![]() |
MAK RTIspy API Documentation for HLA 1516
|
Stores information on any RTI components. More...
Collaboration diagram for DtAssistantComponentInfo:Public Member Functions | |
| DtAssistantComponentInfo () | |
| ~DtAssistantComponentInfo () | |
| void | setCompId (int id) |
| int | compId () const |
| void | setName (const MAKRti::DtString &compName) |
| MAKRti::DtString | name () const |
| void | setProcessName (const MAKRti::DtString &procName) |
| MAKRti::DtString | processName () const |
| void | setProcessId (const MAKRti::DtString &id) |
| MAKRti::DtString | processId () const |
| void | setCmndArgs (const MAKRti::DtString &args) |
| MAKRti::DtString | cmndArgs () const |
| void | setCompType (DtAssistantComponentType type) |
| DtAssistantComponentType | compType () const |
| void | setLogFileName (const MAKRti::DtString &log) |
| MAKRti::DtString | logFileName () const |
| void | setNotifyLevel (MAKRti::DtNotifyLevelType level) |
| MAKRti::DtNotifyLevelType | notifyLevel () const |
| void | setLicenseServer (const MAKRti::DtString &licServ) |
| MAKRti::DtString | licenseServer () const |
| void | setConnUsed (std::shared_ptr< const DtRtiConnectionInfo > conn) |
| std::shared_ptr< const DtRtiConnectionInfo > | connUsed () const |
| void | setConfigUsed (std::shared_ptr< const DtRtiConnectionConfigurationInfo > conn) |
| std::shared_ptr< const DtRtiConnectionConfigurationInfo > | configUsed () const |
| void | setAcceptDisplayCmds (bool accept) |
| int | acceptDisplayCmds () const |
| void | setIsJoined (bool joined) |
| bool | isJoined () const |
| void | setHasRtiexec (bool hasRtiexec) |
| bool | hasRtiexec () const |
| void | setIsNetStatsEnabled (bool netStatsEnabled) |
| bool | isNetStatsEnabled () const |
Protected Attributes | |
| int | myCompId |
| MAKRti::DtString | myName |
| MAKRti::DtString | myProcessName |
| MAKRti::DtString | myProcessId |
| MAKRti::DtString | myCommandArgs |
| DtAssistantComponentType | myType |
| MAKRti::DtFilename | myLogFilename |
| MAKRti::DtNotifyLevelType | myNotifyLevel |
| MAKRti::DtString | myLicenseServer |
| std::shared_ptr< const DtRtiConnectionInfo > | myRtiConnUsed |
| std::shared_ptr< const DtRtiConnectionConfigurationInfo > | myRtiConfigUsed |
| bool | myAcceptDisplayCmds |
| bool | myIsJoined |
| bool | myHasRtiexec |
| bool | myIsNetStatsEnabled |
Stores information on any RTI components.
|
inline |
|
inline |
|
inline |
References myAcceptDisplayCmds.
|
inline |
References myCommandArgs.
|
inline |
References myCompId.
|
inline |
References myType.
|
inline |
References myRtiConfigUsed.
|
inline |
References myRtiConnUsed.
|
inline |
References myHasRtiexec.
Referenced by setHasRtiexec().
|
inline |
References myIsJoined.
|
inline |
References myIsNetStatsEnabled.
|
inline |
References myLicenseServer.
|
inline |
References myLogFilename.
|
inline |
References myName.
|
inline |
References myNotifyLevel.
|
inline |
References myProcessId.
|
inline |
References myProcessName.
|
inline |
References myAcceptDisplayCmds.
|
inline |
References myCommandArgs.
|
inline |
References myCompId.
|
inline |
References myType.
|
inline |
References myRtiConfigUsed.
|
inline |
References myRtiConnUsed.
|
inline |
References hasRtiexec(), and myHasRtiexec.
|
inline |
References myIsJoined.
|
inline |
References myIsNetStatsEnabled.
|
inline |
References myLicenseServer.
|
inline |
References myLogFilename.
|
inline |
References myName.
|
inline |
References myNotifyLevel.
|
inline |
References myProcessId.
|
inline |
References myProcessName.
|
protected |
Referenced by acceptDisplayCmds(), and setAcceptDisplayCmds().
|
protected |
Referenced by cmndArgs(), and setCmndArgs().
|
protected |
Referenced by compId(), and setCompId().
|
protected |
Referenced by hasRtiexec(), and setHasRtiexec().
|
protected |
Referenced by isJoined(), and setIsJoined().
|
protected |
Referenced by isNetStatsEnabled(), and setIsNetStatsEnabled().
|
protected |
Referenced by licenseServer(), and setLicenseServer().
|
protected |
Referenced by logFileName(), and setLogFileName().
|
protected |
Referenced by notifyLevel(), and setNotifyLevel().
|
protected |
Referenced by processId(), and setProcessId().
|
protected |
Referenced by processName(), and setProcessName().
|
protected |
Referenced by configUsed(), and setConfigUsed().
|
protected |
Referenced by connUsed(), and setConnUsed().
|
protected |
Referenced by compType(), and setCompType().