MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtAssistantComponentInfo Class Reference

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
 

Detailed Description

Stores information on any RTI components.

Constructor & Destructor Documentation

DtAssistantComponentInfo::DtAssistantComponentInfo ( )
inline
DtAssistantComponentInfo::~DtAssistantComponentInfo ( )
inline

Member Function Documentation

int DtAssistantComponentInfo::acceptDisplayCmds ( ) const
inline

References myAcceptDisplayCmds.

MAKRti::DtString DtAssistantComponentInfo::cmndArgs ( ) const
inline

References myCommandArgs.

int DtAssistantComponentInfo::compId ( ) const
inline

References myCompId.

DtAssistantComponentType DtAssistantComponentInfo::compType ( ) const
inline

References myType.

std::shared_ptr<const DtRtiConnectionConfigurationInfo> DtAssistantComponentInfo::configUsed ( ) const
inline

References myRtiConfigUsed.

std::shared_ptr<const DtRtiConnectionInfo> DtAssistantComponentInfo::connUsed ( ) const
inline

References myRtiConnUsed.

bool DtAssistantComponentInfo::hasRtiexec ( ) const
inline

References myHasRtiexec.

Referenced by setHasRtiexec().

bool DtAssistantComponentInfo::isJoined ( ) const
inline

References myIsJoined.

bool DtAssistantComponentInfo::isNetStatsEnabled ( ) const
inline

References myIsNetStatsEnabled.

MAKRti::DtString DtAssistantComponentInfo::licenseServer ( ) const
inline

References myLicenseServer.

MAKRti::DtString DtAssistantComponentInfo::logFileName ( ) const
inline

References myLogFilename.

MAKRti::DtString DtAssistantComponentInfo::name ( ) const
inline

References myName.

MAKRti::DtNotifyLevelType DtAssistantComponentInfo::notifyLevel ( ) const
inline

References myNotifyLevel.

MAKRti::DtString DtAssistantComponentInfo::processId ( ) const
inline

References myProcessId.

MAKRti::DtString DtAssistantComponentInfo::processName ( ) const
inline

References myProcessName.

void DtAssistantComponentInfo::setAcceptDisplayCmds ( bool  accept)
inline

References myAcceptDisplayCmds.

void DtAssistantComponentInfo::setCmndArgs ( const MAKRti::DtString &  args)
inline

References myCommandArgs.

void DtAssistantComponentInfo::setCompId ( int  id)
inline

References myCompId.

void DtAssistantComponentInfo::setCompType ( DtAssistantComponentType  type)
inline

References myType.

void DtAssistantComponentInfo::setConfigUsed ( std::shared_ptr< const DtRtiConnectionConfigurationInfo conn)
inline

References myRtiConfigUsed.

void DtAssistantComponentInfo::setConnUsed ( std::shared_ptr< const DtRtiConnectionInfo conn)
inline

References myRtiConnUsed.

void DtAssistantComponentInfo::setHasRtiexec ( bool  hasRtiexec)
inline

References hasRtiexec(), and myHasRtiexec.

void DtAssistantComponentInfo::setIsJoined ( bool  joined)
inline

References myIsJoined.

void DtAssistantComponentInfo::setIsNetStatsEnabled ( bool  netStatsEnabled)
inline

References myIsNetStatsEnabled.

void DtAssistantComponentInfo::setLicenseServer ( const MAKRti::DtString &  licServ)
inline

References myLicenseServer.

void DtAssistantComponentInfo::setLogFileName ( const MAKRti::DtString &  log)
inline

References myLogFilename.

void DtAssistantComponentInfo::setName ( const MAKRti::DtString &  compName)
inline

References myName.

void DtAssistantComponentInfo::setNotifyLevel ( MAKRti::DtNotifyLevelType  level)
inline

References myNotifyLevel.

void DtAssistantComponentInfo::setProcessId ( const MAKRti::DtString &  id)
inline

References myProcessId.

void DtAssistantComponentInfo::setProcessName ( const MAKRti::DtString &  procName)
inline

References myProcessName.

Member Data Documentation

bool DtAssistantComponentInfo::myAcceptDisplayCmds
protected
MAKRti::DtString DtAssistantComponentInfo::myCommandArgs
protected

Referenced by cmndArgs(), and setCmndArgs().

int DtAssistantComponentInfo::myCompId
protected

Referenced by compId(), and setCompId().

bool DtAssistantComponentInfo::myHasRtiexec
protected

Referenced by hasRtiexec(), and setHasRtiexec().

bool DtAssistantComponentInfo::myIsJoined
protected

Referenced by isJoined(), and setIsJoined().

bool DtAssistantComponentInfo::myIsNetStatsEnabled
protected
MAKRti::DtString DtAssistantComponentInfo::myLicenseServer
protected

Referenced by licenseServer(), and setLicenseServer().

MAKRti::DtFilename DtAssistantComponentInfo::myLogFilename
protected

Referenced by logFileName(), and setLogFileName().

MAKRti::DtString DtAssistantComponentInfo::myName
protected

Referenced by name(), and setName().

MAKRti::DtNotifyLevelType DtAssistantComponentInfo::myNotifyLevel
protected

Referenced by notifyLevel(), and setNotifyLevel().

MAKRti::DtString DtAssistantComponentInfo::myProcessId
protected

Referenced by processId(), and setProcessId().

MAKRti::DtString DtAssistantComponentInfo::myProcessName
protected

Referenced by processName(), and setProcessName().

std::shared_ptr<const DtRtiConnectionConfigurationInfo> DtAssistantComponentInfo::myRtiConfigUsed
protected

Referenced by configUsed(), and setConfigUsed().

std::shared_ptr<const DtRtiConnectionInfo> DtAssistantComponentInfo::myRtiConnUsed
protected

Referenced by connUsed(), and setConnUsed().

DtAssistantComponentType DtAssistantComponentInfo::myType
protected

Referenced by compType(), and setCompType().


The documentation for this class was generated from the following file:

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)