MAK RTIspy API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DtAssistantComponentInfo Class Reference

Stores information on any RTI components. More...

+ Collaboration diagram for DtAssistantComponentInfo:

List of all members.

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 setWebSpyAddr (const MAKRti::DtInetAddr &addr)
MAKRti::DtInetAddr webSpyAddr () const
void setWebSpyHttpPort (int port)
int webSpyHttpPort () const
void setWebSpyRtiPort (int port)
int webSpyRtiPort () const
void setWebSpyId (int id)
int webSpyId () const
void setConnUsed (DtBoost::shared_ptr< const DtRtiConnectionInfo > conn)
DtBoost::shared_ptr< const
DtRtiConnectionInfo
connUsed () const
void setConfigUsed (DtBoost::shared_ptr< const DtRtiConnectionConfigurationInfo > conn)
DtBoost::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

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
DtBoost::shared_ptr< const
DtRtiConnectionInfo
myRtiConnUsed
DtBoost::shared_ptr< const
DtRtiConnectionConfigurationInfo
myRtiConfigUsed
bool myAcceptDisplayCmds
MAKRti::DtInetAddr myWebSpyAddr
int myWebSpyHttpPort
int myWebSpyRtiPort
int myWebSpyId
bool myIsJoined
bool myHasRtiexec

Detailed Description

Stores information on any RTI components.


Constructor & Destructor Documentation


Member Function Documentation

References myAcceptDisplayCmds.

MAKRti::DtString DtAssistantComponentInfo::cmndArgs ( ) const [inline]
int DtAssistantComponentInfo::compId ( ) const [inline]
DtBoost::shared_ptr<const DtRtiConnectionConfigurationInfo> DtAssistantComponentInfo::configUsed ( ) const [inline]
DtBoost::shared_ptr<const DtRtiConnectionInfo> DtAssistantComponentInfo::connUsed ( ) const [inline]

References myHasRtiexec.

Referenced by setHasRtiexec().

References myIsJoined.

MAKRti::DtString DtAssistantComponentInfo::licenseServer ( ) const [inline]
MAKRti::DtString DtAssistantComponentInfo::logFileName ( ) const [inline]
MAKRti::DtString DtAssistantComponentInfo::name ( ) const [inline]
MAKRti::DtNotifyLevelType DtAssistantComponentInfo::notifyLevel ( ) const [inline]
MAKRti::DtString DtAssistantComponentInfo::processId ( ) const [inline]
MAKRti::DtString DtAssistantComponentInfo::processName ( ) const [inline]

References myAcceptDisplayCmds.

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

References myCommandArgs.

void DtAssistantComponentInfo::setCompId ( int  id) [inline]

References myCompId.

References myType.

void DtAssistantComponentInfo::setConfigUsed ( DtBoost::shared_ptr< const DtRtiConnectionConfigurationInfo conn) [inline]

References myRtiConfigUsed.

void DtAssistantComponentInfo::setConnUsed ( DtBoost::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::setLicenseServer ( const MAKRti::DtString &  licServ) [inline]
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.

void DtAssistantComponentInfo::setWebSpyAddr ( const MAKRti::DtInetAddr &  addr) [inline]

References myWebSpyAddr.

void DtAssistantComponentInfo::setWebSpyHttpPort ( int  port) [inline]

References myWebSpyHttpPort.

void DtAssistantComponentInfo::setWebSpyId ( int  id) [inline]

References myWebSpyId.

void DtAssistantComponentInfo::setWebSpyRtiPort ( int  port) [inline]

References myWebSpyRtiPort.

MAKRti::DtInetAddr DtAssistantComponentInfo::webSpyAddr ( ) const [inline]
int DtAssistantComponentInfo::webSpyId ( ) const [inline]

Member Data Documentation

MAKRti::DtString DtAssistantComponentInfo::myCommandArgs [protected]

Referenced by cmndArgs(), and setCmndArgs().

Referenced by compId(), and setCompId().

Referenced by hasRtiexec(), and setHasRtiexec().

Referenced by isJoined(), and setIsJoined().

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().

Referenced by configUsed(), and setConfigUsed().

DtBoost::shared_ptr<const DtRtiConnectionInfo> DtAssistantComponentInfo::myRtiConnUsed [protected]

Referenced by connUsed(), and setConnUsed().

Referenced by compType(), and setCompType().

MAKRti::DtInetAddr DtAssistantComponentInfo::myWebSpyAddr [protected]

Referenced by setWebSpyAddr(), and webSpyAddr().

Referenced by setWebSpyId(), and webSpyId().

Referenced by setWebSpyRtiPort(), and webSpyRtiPort().


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)