![]() |
MAK RTIspy API Documentation for HLA 1.3
|
The DtAssistantLrcCompInfoMsg defines a wrapper for the RTI Assistant component information message used to send information about an LRC component to its connected RTI Assistant. More...
Inheritance diagram for DtAssistantLrcCompInfoMsg:
Collaboration diagram for DtAssistantLrcCompInfoMsg:Public Member Functions | |
| DtAssistantLrcCompInfoMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructors. | |
| DtAssistantLrcCompInfoMsg (const DtNetAssistantLrcCompInfoMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| virtual | ~DtAssistantLrcCompInfoMsg () |
| Destructor. | |
| virtual DtAssistantMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setIpAddress (const MAKRti::DtInetAddr &ipOrHost) |
| Set the RTI reliable IP address. | |
| virtual MAKRti::DtInetAddr | ipAddress () const |
| Get the RTI reliable IP address. | |
| virtual void | setBestEffortIpAddress (const MAKRti::DtInetAddr &ipAddr) |
| Set the RTI best effort IP address. | |
| virtual MAKRti::DtInetAddr | bestEffortIpAddress () const |
| Get the RTI best effort IP address. | |
| virtual void | setNetworkInterfaceAddress (const MAKRti::DtInetAddr &addr) |
| Set the address of the network interface being used. | |
| virtual MAKRti::DtInetAddr | networkInterfaceAddress () const |
| Get the address of the network interface being used. | |
| virtual void | setUdpPort (int port) |
| Set the RTI UDP port number. | |
| virtual int | udpPort () const |
| Get the RTI UDP port number. | |
| virtual void | setTcpPort (int port) |
| Set the RTI TCP port number. | |
| virtual int | tcpPort () const |
| Get the RTI TCP port number. | |
| virtual void | setUseRtiexec (bool val) |
| Set whether LRC is using an rtiexec. | |
| virtual bool | useRtiexec () const |
| Get whether LRC is using an rtiexec. | |
| virtual void | setFullCompliance (bool val) |
| Set whether LRC is fully compliant. | |
| virtual bool | fullCompliance () const |
| Get whether LRC is fully compliant. | |
| virtual void | setHlaVersion (DtHlaVersionId val) |
| Set HLA version. | |
| virtual DtHlaVersionId | hlaVersion () const |
| Get HLA version. | |
| virtual void | setWebSpyIpAddress (const MAKRti::DtInetAddr &ipAddr) |
| Set the web spy host IP address. | |
| virtual MAKRti::DtInetAddr | webSpyIpAddress () const |
| Get the web spy host IP address. | |
| virtual void | setWebSpyPort (int port) |
| Set the web spy port number. | |
| virtual int | webSpyPort () const |
| Get the web spy port number. | |
| virtual void | setWebSpyId (int id) |
| Set the web spy ID. | |
| virtual int | webSpyId () const |
| Get the web spy ID. | |
| virtual void | setLogFilename (const MAKRti::DtFilename &filename) |
| Set component log filename. | |
| virtual MAKRti::DtFilename | logFilename () const |
| Get component log filename. | |
| virtual void | setNotifyLevel (DtNotifyLevelType level) |
| Set notify level. | |
| virtual DtNotifyLevelType | notifyLevel () const |
| Get notify level. | |
| virtual void | setName (const MAKRti::DtString &name) |
| Set LRC component name. | |
| virtual void | setFederateName (const MAKRti::DtString &fedName) |
| Set Federate Name. | |
| virtual void | setProcessName (const MAKRti::DtString &processName) |
| Set process name. | |
| virtual void | setProcessId (unsigned long processId) |
| Set the process ID. | |
| virtual void | setCommandArgs (const MAKRti::DtString &commandArgs) |
| Set the command arguments. | |
| virtual MAKRti::DtString | name () const |
| Get LRC component name. | |
| virtual MAKRti::DtString | federateName () const |
| Get Federate Name. | |
| virtual MAKRti::DtString | processName () const |
| Get process name. | |
| virtual unsigned long | processId () const |
| Get process ID. | |
| virtual MAKRti::DtString | commandArgs () const |
| Get command arguments. | |
| virtual void | setFederateHandle (unsigned long handle) |
| Set LRC federate handle. | |
| virtual unsigned long | federateHandle () const |
| Get LRC federate handle. | |
| virtual void | setFederationHandle (unsigned long handle) |
| Set LRC's federation handle. | |
| virtual unsigned long | federationHandle () const |
| Get LRC's federation handle. | |
| virtual void | setFederationName (const MAKRti::DtString &name) |
| Set LRC's federation name. | |
| virtual MAKRti::DtString | federationName () const |
| Get LRC's federation name. | |
| virtual void | setLicServer (const MAKRti::DtString &server) |
| Set the license server used by the component. | |
| virtual MAKRti::DtString | licServer () const |
| Get LRC license server. | |
| virtual void | setForwarderPort (int port) |
| Set the forwarder port. | |
| virtual int | forwarderPort () const |
| Get the forwarder port. | |
| virtual void | printData () const |
| Print the data section. | |
Static Public Member Functions | |
| static DtAssistantMsg * | create (const DtNetAssistantMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creators. | |
| static DtAssistantMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| static void | addCallback (DtRtiAssistantServer *conn, DtAssistantLrcCompInfoCb cb, void *usr) |
| Adds or removes a callback with the given Assistant server for this message type. | |
| static void | removeCallback (DtRtiAssistantServer *conn, DtAssistantLrcCompInfoCb cb, void *usr) |
Protected Member Functions | |
| virtual void | setAddressFamily (MAKRti::DtInetUtils::DtInetAddrFamily fam) |
| Set the IP address family. | |
| virtual MAKRti::DtInetUtils::DtInetAddrFamily | addressFamily () const |
| Get the IP address family. | |
| virtual DtNetAssistantLrcCompInfoMsg * | netAssistantLrcCompInfoMsg () |
| The network representation for the component information. | |
| virtual const DtNetAssistantLrcCompInfoMsg * | netAssistantLrcCompInfoMsg () const |
| virtual DtAssistantMsgKind | internalMsgKind () |
| Returns the kind of a DtAssistantLrcCompInfoMsg message. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| virtual void | setLogFilenameSize (unsigned long size) |
| Set/Get log filename size. | |
| virtual unsigned long | logFilenameSize () const |
| virtual const char * | logFilenamePtr () const |
| Return pointer to filename location in message. | |
| virtual char * | logFilenamePtr () |
| virtual void | setNameSize (unsigned long size) |
| Set/Get component name size. | |
| virtual unsigned long | nameSize () const |
| virtual const char * | namePtr () const |
| Return pointer to component name location in message. | |
| virtual char * | namePtr () |
| virtual void | setFederateNameSize (unsigned long size) |
| Set/Get federate name size. | |
| virtual unsigned long | federateNameSize () const |
| virtual const char * | federateNamePtr () const |
| Return pointer to federate name location in mesage. | |
| virtual char * | federateNamePtr () |
| virtual void | setProcessNameSize (unsigned long size) |
| set/get process name size | |
| virtual unsigned long | processNameSize () const |
| virtual const char * | processNamePtr () const |
| Return pointer to process name location in message. | |
| virtual char * | processNamePtr () |
| virtual void | setCommandArgsSize (unsigned long size) |
| set/get command args size | |
| virtual unsigned long | commandArgsSize () const |
| virtual const char * | commandArgsPtr () const |
| Return pointer to command args location in the message. | |
| virtual char * | commandArgsPtr () |
| virtual void | setLicServerSize (unsigned long size) |
| Set/Get license server size. | |
| virtual unsigned long | licServerSize () const |
| virtual const char * | licServerPtr () const |
| Return pointer to license server location in message. | |
| virtual char * | licServerPtr () |
| virtual void | setFederationNameSize (unsigned long size) |
| Set/Get the federation name size. | |
| virtual unsigned long | federationNameSize () const |
| virtual const char * | federationNamePtr () const |
| Return pointer to the federation name location in message. | |
| virtual char * | federationNamePtr () |
The DtAssistantLrcCompInfoMsg defines a wrapper for the RTI Assistant component information message used to send information about an LRC component to its connected RTI Assistant.
| DtAssistantLrcCompInfoMsg::DtAssistantLrcCompInfoMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructors.
References DtAssistantMsg::initAssistantMsg(), internalMsgKind(), and minSize().
| DtAssistantLrcCompInfoMsg::DtAssistantLrcCompInfoMsg | ( | const DtNetAssistantLrcCompInfoMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtNetAssistantLrcCompInfoMsg::header, and DtAssistantMsg::initAssistantMsg().
| DtAssistantLrcCompInfoMsg::~DtAssistantLrcCompInfoMsg | ( | ) | [virtual] |
Destructor.
| void DtAssistantLrcCompInfoMsg::addCallback | ( | DtRtiAssistantServer * | conn, |
| DtAssistantLrcCompInfoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Adds or removes a callback with the given Assistant server for this message type.
References DtRtiAssistantServer::addMsgCallback(), and DtAssistantLrcCompInfoMsgKind.
Referenced by DtAssistantComponentMgr::DtAssistantComponentMgr().
| DtInetUtils::DtInetAddrFamily DtAssistantLrcCompInfoMsg::addressFamily | ( | ) | const [protected, virtual] |
Get the IP address family.
References netAssistantLrcCompInfoMsg().
Referenced by bestEffortIpAddress(), ipAddress(), and networkInterfaceAddress().
| DtInetAddr DtAssistantLrcCompInfoMsg::bestEffortIpAddress | ( | ) | const [virtual] |
Get the RTI best effort IP address.
References addressFamily(), and netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtAssistantMsg * DtAssistantLrcCompInfoMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtAssistantMsg.
References DtAssistantLrcCompInfoMsg(), and netAssistantLrcCompInfoMsg().
| DtString DtAssistantLrcCompInfoMsg::commandArgs | ( | ) | const [virtual] |
Get command arguments.
References commandArgsPtr(), and commandArgsSize().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::commandArgsPtr | ( | ) | const [protected, virtual] |
Return pointer to command args location in the message.
References processNamePtr(), and processNameSize().
Referenced by commandArgs(), licServerPtr(), and setCommandArgs().
| char * DtAssistantLrcCompInfoMsg::commandArgsPtr | ( | ) | [protected, virtual] |
References processNamePtr(), and processNameSize().
| unsigned long DtAssistantLrcCompInfoMsg::commandArgsSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::commandArgsSize, and netAssistantLrcCompInfoMsg().
Referenced by commandArgs(), licServerPtr(), and setCommandArgs().
| DtAssistantMsg * DtAssistantLrcCompInfoMsg::create | ( | const DtNetAssistantMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creators.
References DtAssistantLrcCompInfoMsg().
| DtAssistantMsg * DtAssistantLrcCompInfoMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtAssistantLrcCompInfoMsg().
| unsigned long DtAssistantLrcCompInfoMsg::federateHandle | ( | ) | const [virtual] |
Get LRC federate handle.
References DtNetAssistantLrcCompInfoMsg::fedHandle, and netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtString DtAssistantLrcCompInfoMsg::federateName | ( | ) | const [virtual] |
Get Federate Name.
References federateNamePtr(), and federateNameSize().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::federateNamePtr | ( | ) | const [protected, virtual] |
Return pointer to federate name location in mesage.
References federationNamePtr(), and federationNameSize().
Referenced by federateName(), and setFederateName().
| char * DtAssistantLrcCompInfoMsg::federateNamePtr | ( | ) | [protected, virtual] |
References federationNamePtr(), and federationNameSize().
| unsigned long DtAssistantLrcCompInfoMsg::federateNameSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::federateNameSize, and netAssistantLrcCompInfoMsg().
Referenced by federateName(), and setFederateName().
| unsigned long DtAssistantLrcCompInfoMsg::federationHandle | ( | ) | const [virtual] |
Get LRC's federation handle.
References DtNetAssistantLrcCompInfoMsg::federationHandle, and netAssistantLrcCompInfoMsg().
Referenced by printData(), DtAssistantComponentMgr::processLrcCompInfoMsg(), and setFederationHandle().
| DtString DtAssistantLrcCompInfoMsg::federationName | ( | ) | const [virtual] |
Get LRC's federation name.
References federationNamePtr(), and federationNameSize().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::federationNamePtr | ( | ) | const [protected, virtual] |
Return pointer to the federation name location in message.
References licServerPtr(), and licServerSize().
Referenced by federateNamePtr(), federationName(), and setFederationName().
| char * DtAssistantLrcCompInfoMsg::federationNamePtr | ( | ) | [protected, virtual] |
References licServerPtr(), and licServerSize().
| unsigned long DtAssistantLrcCompInfoMsg::federationNameSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::federationNameSize, and netAssistantLrcCompInfoMsg().
Referenced by federateNamePtr(), federationName(), and setFederationName().
| int DtAssistantLrcCompInfoMsg::forwarderPort | ( | ) | const [virtual] |
Get the forwarder port.
References DtNetAssistantLrcCompInfoMsg::forwarderPort, and netAssistantLrcCompInfoMsg().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| bool DtAssistantLrcCompInfoMsg::fullCompliance | ( | ) | const [virtual] |
Get whether LRC is fully compliant.
References DtNetAssistantLrcCompInfoMsg::fullCompliance, and netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtHlaVersionId DtAssistantLrcCompInfoMsg::hlaVersion | ( | ) | const [virtual] |
Get HLA version.
References DtNetAssistantLrcCompInfoMsg::hlaVersion, and netAssistantLrcCompInfoMsg().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtAssistantMsgKind DtAssistantLrcCompInfoMsg::internalMsgKind | ( | ) | [protected, virtual] |
Returns the kind of a DtAssistantLrcCompInfoMsg message.
Implements DtAssistantMsg.
References DtAssistantLrcCompInfoMsgKind.
Referenced by DtAssistantLrcCompInfoMsg().
| DtInetAddr DtAssistantLrcCompInfoMsg::ipAddress | ( | ) | const [virtual] |
Get the RTI reliable IP address.
References addressFamily(), and netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtString DtAssistantLrcCompInfoMsg::licServer | ( | ) | const [virtual] |
Get LRC license server.
References licServerPtr(), and licServerSize().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::licServerPtr | ( | ) | const [protected, virtual] |
Return pointer to license server location in message.
References commandArgsPtr(), and commandArgsSize().
Referenced by federationNamePtr(), licServer(), and setLicServer().
| char * DtAssistantLrcCompInfoMsg::licServerPtr | ( | ) | [protected, virtual] |
References commandArgsPtr(), and commandArgsSize().
| unsigned long DtAssistantLrcCompInfoMsg::licServerSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::licServerSize, and netAssistantLrcCompInfoMsg().
Referenced by federationNamePtr(), licServer(), and setLicServer().
| DtFilename DtAssistantLrcCompInfoMsg::logFilename | ( | ) | const [virtual] |
Get component log filename.
References logFilenamePtr(), and logFilenameSize().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::logFilenamePtr | ( | ) | const [protected, virtual] |
Return pointer to filename location in message.
References netAssistantLrcCompInfoMsg().
Referenced by logFilename(), and setLogFilename().
| char * DtAssistantLrcCompInfoMsg::logFilenamePtr | ( | ) | [protected, virtual] |
References netAssistantLrcCompInfoMsg().
| unsigned long DtAssistantLrcCompInfoMsg::logFilenameSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::logFilenameSize, and netAssistantLrcCompInfoMsg().
Referenced by logFilename(), namePtr(), processNamePtr(), and setLogFilename().
| int DtAssistantLrcCompInfoMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtAssistantLrcCompInfoMsg().
| DtString DtAssistantLrcCompInfoMsg::name | ( | ) | const [virtual] |
Get LRC component name.
References namePtr(), and nameSize().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::namePtr | ( | ) | const [protected, virtual] |
Return pointer to component name location in message.
References logFilenameSize(), and netAssistantLrcCompInfoMsg().
| char * DtAssistantLrcCompInfoMsg::namePtr | ( | ) | [protected, virtual] |
References logFilenameSize(), and netAssistantLrcCompInfoMsg().
| unsigned long DtAssistantLrcCompInfoMsg::nameSize | ( | ) | const [protected, virtual] |
References DtNetAssistantLrcCompInfoMsg::nameSize, and netAssistantLrcCompInfoMsg().
Referenced by name(), processNamePtr(), and setName().
| DtNetAssistantLrcCompInfoMsg * DtAssistantLrcCompInfoMsg::netAssistantLrcCompInfoMsg | ( | ) | [protected, virtual] |
The network representation for the component information.
Referenced by addressFamily(), bestEffortIpAddress(), clone(), commandArgsSize(), federateHandle(), federateNameSize(), federationHandle(), federationNameSize(), forwarderPort(), fullCompliance(), hlaVersion(), ipAddress(), licServerSize(), logFilenamePtr(), logFilenameSize(), namePtr(), nameSize(), networkInterfaceAddress(), notifyLevel(), processId(), processNamePtr(), processNameSize(), setAddressFamily(), setBestEffortIpAddress(), setCommandArgsSize(), setFederateHandle(), setFederateNameSize(), setFederationHandle(), setFederationNameSize(), setForwarderPort(), setFullCompliance(), setHlaVersion(), setIpAddress(), setLicServerSize(), setLogFilenameSize(), setNameSize(), setNetworkInterfaceAddress(), setNotifyLevel(), setProcessId(), setProcessNameSize(), setTcpPort(), setUdpPort(), setUseRtiexec(), setWebSpyId(), setWebSpyIpAddress(), setWebSpyPort(), tcpPort(), udpPort(), useRtiexec(), webSpyId(), webSpyIpAddress(), and webSpyPort().
| const DtNetAssistantLrcCompInfoMsg * DtAssistantLrcCompInfoMsg::netAssistantLrcCompInfoMsg | ( | ) | const [protected, virtual] |
| DtInetAddr DtAssistantLrcCompInfoMsg::networkInterfaceAddress | ( | ) | const [virtual] |
Get the address of the network interface being used.
References addressFamily(), and netAssistantLrcCompInfoMsg().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtNotifyLevelType DtAssistantLrcCompInfoMsg::notifyLevel | ( | ) | const [virtual] |
Get notify level.
References netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| void DtAssistantLrcCompInfoMsg::printData | ( | ) | const [virtual] |
Print the data section.
Reimplemented from DtAssistantMsg.
References bestEffortIpAddress(), federateHandle(), federationHandle(), federationName(), fullCompliance(), ipAddress(), licServer(), logFilename(), name(), notifyLevel(), tcpPort(), udpPort(), webSpyId(), webSpyIpAddress(), and webSpyPort().
| unsigned long DtAssistantLrcCompInfoMsg::processId | ( | ) | const [virtual] |
Get process ID.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::processId.
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg(), and setProcessId().
| DtString DtAssistantLrcCompInfoMsg::processName | ( | ) | const [virtual] |
Get process name.
References processNamePtr(), and processNameSize().
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| const char * DtAssistantLrcCompInfoMsg::processNamePtr | ( | ) | const [protected, virtual] |
Return pointer to process name location in message.
References logFilenameSize(), nameSize(), and netAssistantLrcCompInfoMsg().
Referenced by commandArgsPtr(), processName(), and setProcessName().
| char * DtAssistantLrcCompInfoMsg::processNamePtr | ( | ) | [protected, virtual] |
References logFilenameSize(), nameSize(), and netAssistantLrcCompInfoMsg().
| unsigned long DtAssistantLrcCompInfoMsg::processNameSize | ( | ) | const [protected, virtual] |
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::processNameSize.
Referenced by commandArgsPtr(), processName(), and setProcessName().
| void DtAssistantLrcCompInfoMsg::removeCallback | ( | DtRtiAssistantServer * | conn, |
| DtAssistantLrcCompInfoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtAssistantLrcCompInfoMsgKind, and DtRtiAssistantServer::removeMsgCallback().
Referenced by DtAssistantComponentMgr::~DtAssistantComponentMgr().
| void DtAssistantLrcCompInfoMsg::setAddressFamily | ( | MAKRti::DtInetUtils::DtInetAddrFamily | fam | ) | [protected, virtual] |
Set the IP address family.
References DtNetAssistantLrcCompInfoMsg::addressFamily, and netAssistantLrcCompInfoMsg().
Referenced by setBestEffortIpAddress(), setIpAddress(), and setNetworkInterfaceAddress().
| void DtAssistantLrcCompInfoMsg::setBestEffortIpAddress | ( | const MAKRti::DtInetAddr & | ipAddr | ) | [virtual] |
Set the RTI best effort IP address.
References DtNetAssistantLrcCompInfoMsg::bestEffortIpAddress, netAssistantLrcCompInfoMsg(), and setAddressFamily().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setCommandArgs | ( | const MAKRti::DtString & | commandArgs | ) | [virtual] |
Set the command arguments.
References commandArgsPtr(), commandArgsSize(), rti1516e::insertBytes(), and setCommandArgsSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setCommandArgsSize | ( | unsigned long | size | ) | [protected, virtual] |
set/get command args size
References DtNetAssistantLrcCompInfoMsg::commandArgsSize, and netAssistantLrcCompInfoMsg().
Referenced by setCommandArgs().
| void DtAssistantLrcCompInfoMsg::setFederateHandle | ( | unsigned long | handle | ) | [virtual] |
Set LRC federate handle.
References DtNetAssistantLrcCompInfoMsg::fedHandle, and netAssistantLrcCompInfoMsg().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setFederateName | ( | const MAKRti::DtString & | fedName | ) | [virtual] |
Set Federate Name.
References federateNamePtr(), federateNameSize(), rti1516e::insertBytes(), and setFederateNameSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setFederateNameSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get federate name size.
References DtNetAssistantLrcCompInfoMsg::federateNameSize, and netAssistantLrcCompInfoMsg().
Referenced by setFederateName().
| void DtAssistantLrcCompInfoMsg::setFederationHandle | ( | unsigned long | handle | ) | [virtual] |
Set LRC's federation handle.
References DtNetAssistantLrcCompInfoMsg::federationHandle, federationHandle(), and netAssistantLrcCompInfoMsg().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setFederationName | ( | const MAKRti::DtString & | name | ) | [virtual] |
Set LRC's federation name.
References federationNamePtr(), federationNameSize(), rti1516e::insertBytes(), and setFederationNameSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setFederationNameSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get the federation name size.
References DtNetAssistantLrcCompInfoMsg::federationNameSize, and netAssistantLrcCompInfoMsg().
Referenced by setFederationName().
| void DtAssistantLrcCompInfoMsg::setForwarderPort | ( | int | port | ) | [virtual] |
Set the forwarder port.
References DtNetAssistantLrcCompInfoMsg::forwarderPort, and netAssistantLrcCompInfoMsg().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setFullCompliance | ( | bool | val | ) | [virtual] |
Set whether LRC is fully compliant.
References DtNetAssistantLrcCompInfoMsg::fullCompliance, and netAssistantLrcCompInfoMsg().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setHlaVersion | ( | DtHlaVersionId | val | ) | [virtual] |
Set HLA version.
References DtNetAssistantLrcCompInfoMsg::hlaVersion, and netAssistantLrcCompInfoMsg().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setIpAddress | ( | const MAKRti::DtInetAddr & | ipOrHost | ) | [virtual] |
Set the RTI reliable IP address.
References DtNetAssistantLrcCompInfoMsg::ipAddress, netAssistantLrcCompInfoMsg(), and setAddressFamily().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setLicServer | ( | const MAKRti::DtString & | server | ) | [virtual] |
Set the license server used by the component.
References rti1516e::insertBytes(), licServerPtr(), licServerSize(), and setLicServerSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setLicServerSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get license server size.
References DtNetAssistantLrcCompInfoMsg::licServerSize, and netAssistantLrcCompInfoMsg().
Referenced by setLicServer().
| void DtAssistantLrcCompInfoMsg::setLogFilename | ( | const MAKRti::DtFilename & | filename | ) | [virtual] |
Set component log filename.
References rti1516e::insertBytes(), logFilenamePtr(), logFilenameSize(), and setLogFilenameSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setLogFilenameSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get log filename size.
References DtNetAssistantLrcCompInfoMsg::logFilenameSize, and netAssistantLrcCompInfoMsg().
Referenced by setLogFilename().
| void DtAssistantLrcCompInfoMsg::setName | ( | const MAKRti::DtString & | name | ) | [virtual] |
Set LRC component name.
References rti1516e::insertBytes(), namePtr(), nameSize(), and setNameSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setNameSize | ( | unsigned long | size | ) | [protected, virtual] |
Set/Get component name size.
References DtNetAssistantLrcCompInfoMsg::nameSize, and netAssistantLrcCompInfoMsg().
Referenced by setName().
| void DtAssistantLrcCompInfoMsg::setNetworkInterfaceAddress | ( | const MAKRti::DtInetAddr & | addr | ) | [virtual] |
Set the address of the network interface being used.
References netAssistantLrcCompInfoMsg(), DtNetAssistantLrcCompInfoMsg::networkInterfaceAddress, and setAddressFamily().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setNotifyLevel | ( | DtNotifyLevelType | level | ) | [virtual] |
Set notify level.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::notifyLevel.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setProcessId | ( | unsigned long | processId | ) | [virtual] |
Set the process ID.
References netAssistantLrcCompInfoMsg(), DtNetAssistantLrcCompInfoMsg::processId, and processId().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setProcessName | ( | const MAKRti::DtString & | processName | ) | [virtual] |
Set process name.
References rti1516e::insertBytes(), processNamePtr(), processNameSize(), and setProcessNameSize().
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setProcessNameSize | ( | unsigned long | size | ) | [protected, virtual] |
set/get process name size
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::processNameSize.
Referenced by setProcessName().
| void DtAssistantLrcCompInfoMsg::setTcpPort | ( | int | port | ) | [virtual] |
Set the RTI TCP port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::tcpPort.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setUdpPort | ( | int | port | ) | [virtual] |
Set the RTI UDP port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::udpPort.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setUseRtiexec | ( | bool | val | ) | [virtual] |
Set whether LRC is using an rtiexec.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::useRtiexec.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setWebSpyId | ( | int | id | ) | [virtual] |
Set the web spy ID.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::webSpyId.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setWebSpyIpAddress | ( | const MAKRti::DtInetAddr & | ipAddr | ) | [virtual] |
Set the web spy host IP address.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::webSpyIpAddress.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| void DtAssistantLrcCompInfoMsg::setWebSpyPort | ( | int | port | ) | [virtual] |
Set the web spy port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::webSpyPort.
Referenced by DtRtiAssistantLrcClient::sendClientInfo().
| int DtAssistantLrcCompInfoMsg::tcpPort | ( | ) | const [virtual] |
Get the RTI TCP port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::tcpPort.
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| int DtAssistantLrcCompInfoMsg::udpPort | ( | ) | const [virtual] |
Get the RTI UDP port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::udpPort.
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| bool DtAssistantLrcCompInfoMsg::useRtiexec | ( | ) | const [virtual] |
Get whether LRC is using an rtiexec.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::useRtiexec.
Referenced by DtAssistantComponentMgr::processLrcCompInfoMsg().
| int DtAssistantLrcCompInfoMsg::webSpyId | ( | ) | const [virtual] |
Get the web spy ID.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::webSpyId.
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| DtInetAddr DtAssistantLrcCompInfoMsg::webSpyIpAddress | ( | ) | const [virtual] |
Get the web spy host IP address.
References netAssistantLrcCompInfoMsg().
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().
| int DtAssistantLrcCompInfoMsg::webSpyPort | ( | ) | const [virtual] |
Get the web spy port number.
References netAssistantLrcCompInfoMsg(), and DtNetAssistantLrcCompInfoMsg::webSpyPort.
Referenced by printData(), and DtAssistantComponentMgr::processLrcCompInfoMsg().