![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Macros | |
| #define | DtDEFINE_UINT_PARAMETER(accessor, mutator, defaultVal, shortDesc, longDesc) |
| #define | DtDEFINE_BOOL_PARAMETER(accessor, mutator, defaultVal, shortDesc, longDesc) |
| #define | DtDEFINE_FLOAT_PARAMETER(accessor, mutator, defaultVal, shortDesc, longDesc) |
| #define | DtDEFINE_DEPENDENT_BOOL_PARAMETERS(accessor, mutator, defaultVal, shortDesc, longDesc, depAccessor, depMutator, depDefaultVal, depShortDesc, depLongDesc) |
Functions | |
| DtDEFINE_UINT_PARAMETER (logUpdateInterval, setLogUpdateInterval, 400,"logUpdateInterval","The interval, in msec, at which a log display will be refreshed.") DtDEFINE_BOOL_PARAMETER(keepAlive | |
| Determines whether the Assistant will be kept alive after all components disconnect | DtDEFINE_UINT_PARAMETER (latencyTestInteractionPeriodMs, setLatencyTestInteractionPeriodMs, 100,"latencyTestInteractionPeriod","The period, in ms, between the sending of interactions in a latency test.") DtDEFINE_UINT_PARAMETER(latencyTestNumInteractions |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test | DtDEFINE_UINT_PARAMETER (latencyTestPayloadBytes, setLatencyTestPayloadBytes, 0,"latencyTestPayloadBytes","The number of bytes in an interaction payload for a latency test.") DtDEFINE_BOOL_PARAMETER(displayPopupsAsNotifications |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications | DtDEFINE_BOOL_PARAMETER (enableNotifications, setEnableNotifications, true,"enableNotifications","Determines whether notifications are enabled.") DtDEFINE_UINT_PARAMETER(lightweightMemorySec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid | DtDEFINE_UINT_PARAMETER (assistantUpdateIntervalSec, setAssistantUpdateIntervalSec, 10,"assistantUpdateInterval","Determines the interval, in seconds, at which this assistant requests updates from remote assistants.") DtDEFINE_UINT_PARAMETER(lrcNetStatsUpdateIntervalSec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs | DtDEFINE_FLOAT_PARAMETER (defunctFederateRemovalTimeSec, setDefunctFederateRemovalTimeSec,-1,"defunctFederateRemovalTime","Determines the persistence, in seconds, of defunct federates in the rtiexec viewer.") DtDEFINE_BOOL_PARAMETER(showRtiexecStartupPrompt |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started | DtDEFINE_BOOL_PARAMETER (acceptRemoteCommands, setAcceptRemoteCommands, true,"acceptRemoteCommands","Determines whether the RTI Assistant accepts commands from remote Assistants (e.g. starting an rtiexec).") DtDEFINE_BOOL_PARAMETER(assistantPersistent |
Variables | |
| setKeepAlive | |
| true | |
| keepAlive | |
| Determines whether the Assistant will be kept alive after all components disconnect | setLatencyTestNumInteractions |
| Determines whether the Assistant will be kept alive after all components disconnect | latencyTestNumInteractions |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test | setDisplayPopupsAsNotifications |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test | false |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test | popupsAsNotifications |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications | setLightweightMemorySec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications | lightweightConnectionMemoryPeriod |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the | persistence |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in | seconds |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid | setLrcNetStatsUpdateIntervalSec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid | lrcNetStatsUpdateInterval |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the | interval |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs | setShowRtiexecStartupPrompt |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs | showRtiexecStartupPrompt |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started | setAssistantPersistent |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started | assistantPersistent |
| #define DtDEFINE_BOOL_PARAMETER | ( | accessor, | |
| mutator, | |||
| defaultVal, | |||
| shortDesc, | |||
| longDesc | |||
| ) |
| #define DtDEFINE_DEPENDENT_BOOL_PARAMETERS | ( | accessor, | |
| mutator, | |||
| defaultVal, | |||
| shortDesc, | |||
| longDesc, | |||
| depAccessor, | |||
| depMutator, | |||
| depDefaultVal, | |||
| depShortDesc, | |||
| depLongDesc | |||
| ) |
| #define DtDEFINE_FLOAT_PARAMETER | ( | accessor, | |
| mutator, | |||
| defaultVal, | |||
| shortDesc, | |||
| longDesc | |||
| ) |
| #define DtDEFINE_UINT_PARAMETER | ( | accessor, | |
| mutator, | |||
| defaultVal, | |||
| shortDesc, | |||
| longDesc | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications DtDEFINE_BOOL_PARAMETER | ( | enableNotifications | , |
| setEnableNotifications | , | ||
| true | , | ||
| "enableNotifications" | , | ||
| "Determines whether notifications are enabled." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started DtDEFINE_BOOL_PARAMETER | ( | acceptRemoteCommands | , |
| setAcceptRemoteCommands | , | ||
| true | , | ||
| "acceptRemoteCommands" | , | ||
| "Determines whether the RTI Assistant accepts commands from remote Assistants (e.g. starting an rtiexec)." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs DtDEFINE_FLOAT_PARAMETER | ( | defunctFederateRemovalTimeSec | , |
| setDefunctFederateRemovalTimeSec | , | ||
| - | 1, | ||
| "defunctFederateRemovalTime" | , | ||
| "Determines the | persistence, | ||
| in | seconds, | ||
| of defunct federates in the rtiexec viewer." | |||
| ) |
| DtDEFINE_UINT_PARAMETER | ( | logUpdateInterval | , |
| setLogUpdateInterval | , | ||
| 400 | , | ||
| "logUpdateInterval" | , | ||
| "The | interval, | ||
| in | msec, | ||
| at which a log display will be refreshed." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect DtDEFINE_UINT_PARAMETER | ( | latencyTestInteractionPeriodMs | , |
| setLatencyTestInteractionPeriodMs | , | ||
| 100 | , | ||
| "latencyTestInteractionPeriod" | , | ||
| "The | period, | ||
| in | ms, | ||
| between the sending of interactions in a latency test." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test DtDEFINE_UINT_PARAMETER | ( | latencyTestPayloadBytes | , |
| setLatencyTestPayloadBytes | , | ||
| 0 | , | ||
| "latencyTestPayloadBytes" | , | ||
| "The number of bytes in an interaction payload for a latency test." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid DtDEFINE_UINT_PARAMETER | ( | assistantUpdateIntervalSec | , |
| setAssistantUpdateIntervalSec | , | ||
| 10 | , | ||
| "assistantUpdateInterval" | , | ||
| "Determines the | interval, | ||
| in | seconds, | ||
| at which this assistant requests updates from remote assistants." | |||
| ) |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started assistantPersistent |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test false |
Referenced by DtLibRTIUtil::crcOfRTIFedFileContents(), DtInteractionClassInfo::DtInteractionClassInfo(), DtObjectClassInfo::DtObjectClassInfo(), DtFedExec::processCreateReady(), DtRtiexecObserverForAssistant::processExecObserveMsg(), DtFedExec::processJoin(), DtAssistantTrayIconMgr::processNotifyMsg(), DtFedExec::processReserveMultiName(), DtConsoleWidget::processSearch(), DtObjectMgr::processSub(), DtRtiexecObserverForAssistant::processSyncPtRegisteredEvent(), DtRtiExec::removeDroppedFederateConnections(), DtNetworkMapCentralNode::searchForDeadNodes(), DtInOutForwarderPort::sendForwarderNodeInfoMsg(), DtInOutForwarderPort::sendMacAddrMsg(), DtAssistantFederationsViewMgr::sendNetworkTestingDisableMsg(), DtNotificationAndLoggingConfigWidget::setWarningTickInterval(), DtAssistantPreferencesViewMgr::showAssistantLog(), DtTcpMsgSocket::testConnectionStatus(), DtRtiExec::tick(), rtiSimple1516::waitForInitiateRestore(), and rtiSimple1516e::waitForInitiateRestore().
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the interval |
Referenced by DtAssistantNetStatsObservationMgr::addObserver(), DtInOutForwarderPort::checkConnectionStatus(), DtRtiExecFederateMgr::destroyFederationExecution(), DtAssistantFomViewMgr::lrcNetStatsUpdateIntervalUpdated(), DtAssistantFederateViewMgr::lrcNetStatsUpdateIntervalUpdated(), RTIfedTime::operator+=(), LogicalTimeImpl::operator+=(), LogicalTimeImplInteger::operator+=(), LogicalTimeImplUnsignedInteger::operator+=(), LogicalTimeImplFloat::operator+=(), RTIfedTime::operator-=(), LogicalTimeImpl::operator-=(), LogicalTimeImplFloat::operator-=(), DtRtiExec::processDisconnect(), DtRtiExecFederateMgr::requestImmediateSave(), DtFederateMgr::resignFederationExecution(), DtRtiExec::rtiExecToForwarderHandshake(), DtAssistantLogFileMgr::setLogUpdateInterval(), DtAssistantFederateSignalTickIntervalMsg::setSignalTickInterval(), BallController1516e::setTextEventFromParameters(), DtAssistantStateObserveMsg::setTimeStateUpdateInterval(), DtFileConsoleWidget::setUpdateInterval(), DtRtiAssistantServer::tcpSocketAdditionCb(), DtAssistantPlot::updateAxisScaling(), DtAssistantFederationsInfoMgr::updateFederateWarningTickInterval(), DtAssistantNetStatsObservationMgr::updateIntervalMap(), DtRtiExecFederateMgr::waitForCreateResponse(), DtRtiExecFederateMgr::waitForJoinResponse(), and DtRtiExecFederateMgr::waitForResignResponse().
| keepAlive |
| Determines whether the Assistant will be kept alive after all components disconnect latencyTestNumInteractions |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications lightweightConnectionMemoryPeriod |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid lrcNetStatsUpdateInterval |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the persistence |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test popupsAsNotifications |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in seconds |
Referenced by analogClock::setTime().
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started setAssistantPersistent |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test setDisplayPopupsAsNotifications |
| setKeepAlive |
| Determines whether the Assistant will be kept alive after all components disconnect setLatencyTestNumInteractions |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications setLightweightMemorySec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid setLrcNetStatsUpdateIntervalSec |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs setShowRtiexecStartupPrompt |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs showRtiexecStartupPrompt |
| Determines whether the Assistant will be kept alive after all components disconnect The number of interactions to send in a latency test Determines whether popups should be displayed as notifications Determines the in of valid connections once they become invalid Determines the in at which this assistant requests NetStats updates from federate LRCs Determines whether the user should be shown a prompt when an rtiexec is started true |
Referenced by DtRidChooser::checkAssistantShutdownThread(), DtFederateTree::clearCurrDefunctFederates(), DtFedExec::processJoinMsg(), DtFedExec::processReserveMultiName(), DtAssistantFederationsInfoMgr::processSignalTickedMsg(), DtObjectMgr::processSub(), DtNetworkMapCentralNode::searchForDeadNodes(), DtNetworkMapWidget::selectAndHoverText(), DtAssistantFederationsViewMgr::sendNetworkTestingEnableMsg(), DtAssistantFederationsViewMgr::tick(), and DtFilteredTcpForwarder::updateQueuedSockets().