MAK RTIspy API Documentation for HLA 1516
List of all members | Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes
DtRIDParameters Class Reference

This class manages the RTI's start-up configuration using both MTL variables and functions. More...

+ Collaboration diagram for DtRIDParameters:

Classes

class  DtFloatRidParameter
 Float based Rid parameter. More...
class  DtIntRidParameter
 Int based Rid parameter. More...
class  DtRidParameter
 Generic Rid information. More...
class  DtStringRidParameter
 String based Rid parameter. More...

Public Types

enum  DtInconsistentRidReaction { DtInconsistentRidDoNothing = 0, DtInconsistentRidAutoCorrect, DtInconsistentRidThrowException }
 0 == no RID consistency checking. More...
enum  DtAsynchronousIOModeEnum { DtSynchronousMode = 0, DtAsynchronousMode, DtAsynchronousProcessMessage, DtAsynchronousCallbacks }
 0 == no Async IO 1 == Asynchronous IO, (same as old parameter RTI_asynchronousIO ) 2 == Asynchronous IO + Asynchronous Message Processing (same as old parameter RTI_asynchronousMessageProcessing) 3 == Asynchronous IO + Asynchronous Callbacks ( same as old parameter RTI_asynchronousCallbacks ) More...
enum  DtFomDataTransportTypeControlEnum { DtFomTransportTypeUseFomSettings = 0, DtFomTransportTypeUseBestEffort, DtFomTransportTypeUseReliable }
 0 == ( Default ) FOM data is sent either best effort or reliable based on FOM settings. More...
enum  DtRidFileSearchStatus {
  DtUnInitialized = 0, DtRidFileFound, DtCreationArgRidFileNotFound, DtRtiRidFileAndRtiConfigFileNotFound,
  DtRtiRidFileFileNotFound, DtRtiConfigFileNotFound, DtBadRelativePath, DtNoRidFileSpecified
}
 Status of RID file search. More...
typedef std::vector
< DtDMFilterStruct
DtDMFilterList
typedef std::vector
< MAKRti::DtString > 
DtStringList
typedef std::vector
< MAKRti::DtInetAddr > 
DtInetAddrList
typedef std::set
< DtInetAddrAndPort
DtInetAddrAndPortSet

Public Member Functions

 DtRIDParameters (int highestNotifyLevelDuringInitialization=MAKRti::DtNlFatal, const std::vector< MAKRti::DtString > *const ridExpressions=NULL, bool enableRtiExec=false)
 constructors
 DtRIDParameters (const MAKRti::DtString &expression)
 DtRIDParameters (const DtRIDParameters &orig)
virtual ~DtRIDParameters ()
 destructor
virtual MAKRti::DtString compareRIDParameters (DtRIDParameters *ridParam) const
 Compare the given RID with this one.
virtual void compareRIDParameters (DtRIDParameters *ridParam, std::map< MAKRti::DtString, int > &intMap, std::map< MAKRti::DtString, float > &floatMap, std::map< MAKRti::DtString, MAKRti::DtString > &stringMap) const
 Compare the given RID with this one.
virtual MAKRti::DtString ridsToConsistencyCheck ()
 Consistency checking is performed on a subset of RID parameters Returns a string containing the names of those parameters that should be consistency checked.
virtual void toLispString (MAKRti::DtString &lispString)
 Converts the RID parameters to a lisp string.
virtual bool ridMapFromLispString (const MAKRti::DtString &inputString, std::map< MAKRti::DtString, int > &intMap, std::map< MAKRti::DtString, float > &floatMap, std::map< MAKRti::DtString, MAKRti::DtString > &stringMap) const
 Populate the maps with rid parameters (names and values) for each parameter name found in the given input string.
virtual void applySpecifiedRidParameters (const MAKRti::DtString &expression)
 Apply the RID initialization expression to this RID.
const std::map
< MAKRti::DtString,
DtStringRidParameter > & 
stringRidParameters () const
 Return the map of string parameters.
const std::map
< MAKRti::DtString,
DtIntRidParameter > & 
intRidParameters () const
 Return the map of integer parameters.
const std::map
< MAKRti::DtString,
DtFloatRidParameter > & 
floatRidParameters () const
 Return the map of float parameters.
bool isStringParameter (const MAKRti::DtString &) const
 Does the given parameter have a string value?
bool isIntParameter (const MAKRti::DtString &) const
 Does the given parameter have an integer value?
bool isFloatParameter (const MAKRti::DtString &) const
 Does the given parameter have a float value?
virtual bool getParameter (const MAKRti::DtString &name, MAKRti::DtString &value, std::map< MAKRti::DtString, DtStringRidParameter >::const_iterator &iter) const
 Get the string value for the given parameter name Returns boolean: got value successfully?
virtual bool getParameter (const MAKRti::DtString &name, MAKRti::DtString &value) const
virtual bool getParameter (const MAKRti::DtString &name, int &value, std::map< MAKRti::DtString, DtIntRidParameter >::const_iterator &iter) const
 Get the integer value for the given parameter name Returns boolean: got value successfully?
virtual bool getParameter (const MAKRti::DtString &name, int &value) const
virtual bool getParameter (const MAKRti::DtString &name, float &value, std::map< MAKRti::DtString, DtFloatRidParameter >::const_iterator &iter) const
 Get the float value for the given parameter name Returns boolean: got value successfully?
virtual bool getParameter (const MAKRti::DtString &name, float &value) const
bool setParameter (const MAKRti::DtString &name, const MAKRti::DtString &val)
 Set the string value for the given parameter name Returns boolean: set value successfully?
bool setParameter (const MAKRti::DtString &name, int val)
 Set the integer value for the given parameter name Returns boolean: set value successfully?
bool setParameter (const MAKRti::DtString &name, float val)
 Set the float value for the given parameter name Returns boolean: set value successfully?
const MAKRti::DtMtlEnvironment & mtlEnvironment () const
 returns mtl environment
const MAKRti::DtFilename & ridName () const
 Returns the RID file name.
const MAKRti::DtFilename forwarderRoutesFile () const
 Returns the forwarder routes file name.
void setForwarderRoutesFile (MAKRti::DtFilename file)
 Set the forwarder routes file name.
MAKRti::DtInetAddr destAddr () const
 Get the destination address as a network address (versus string representation).
MAKRti::DtInetAddr networkInterfaceAddr () const
 Get the multicast network interface address as a network address (versus string representation).
MAKRti::DtString networkInterfaceAddrString () const
 get networkInterfaceAddr
void setNetworkInterfaceAddr (const MAKRti::DtString &networkIFace)
 set networkInt
MAKRti::DtString tcpForwarderAddrString () const
 get tcpForwarderAddr String
void setTcpForwarderAddr (const MAKRti::DtString &addr)
 set tcpForwarder Addr String
MAKRti::DtInetAddr tcpForwarderAddr () const
 Get the TCP Forwarder address as a network address (versus string representation).
MAKRti::DtInetAddr minChannel () const
 Get the minimum DDM multicast address as a network address (versus string representation).
MAKRti::DtInetAddr maxChannel () const
 Get the Maximum DDM multicast address as a network address (versus string representation).
MAKRti::DtInetAddr mcastDiscoveryAddr () const
 Get the multicast discovery address as a network address (versus string representation).
DtFixedGridConfigurationfixedGridConfiguration () const
 Get the DDM fixed grid configuration Returns NULL if not initialized.
MAKRti::DtInetAddr DMMulticastGroupInterface (MAKRti::DtInetAddr multicastGroup) const
 Get the network interface for the specified DM Multicast address (returns networkInterfaceAddr() if no interface was specified)
bool useGroupSocket () const
 Returns true if we should use a group socket; 0 otherwise.
bool useDMFiltering () const
 Returns true if we should use DM filtering.
MAKRti::DtFilename getFullPathToRidFile () const
 returns full working path to rid file, either absolutely or relatively.
const std::string & getCreationFileName () const
 returns reference to member myCreationFileName.
const MAKRti::DtString & getCreationLispExprs () const
 returns reference to member myCreationLispExprs
MAKRti::DtFilename saveRestoreDirectoryPath ()
 Return the directory with an appended path separator.
int maxObjectsPerFederate () const
 Return maximum number of objects allowed in a federation.
void setMaxObjectsPerFederate (int val)
 Set maximum number of objects allowed in a federation.
int transmitLaggardLBTS () const
 Return the indicator to transmit laggard LBTS value.
void setTransmitLaggardLBTS (int yesNo)
 Set the indicator to transmit laggard LBTS value.
DtInconsistentRidReaction ridConsistencyChecking () const
 Returns value of RID consistency checking variable.
void setRidConsistencyChecking (DtInconsistentRidReaction value)
 Set value of RID consistency checking variable.
DtAsynchronousIOModeEnum processingModel () const
 Return processing mode value.
void setProcessingModel (DtAsynchronousIOModeEnum value)
 Set processing mode value.
const DtDMFilterListobjectMulticastDefinitions () const
 Return the object class definitions for DM mulitcast filtering.
const DtDMFilterListinteractionMulticastDefinitions () const
 Return the interaction class definitions for DM mulitcast filtering.
const DtStringListcreateFomModules () const
 Return the list of create FOM modules.
const DtStringListjoinFomModules () const
 Return the names of join FOM modules.
const DtInetAddrListdestinationAddrs () const
 Return the list of additional destination addresses.
const DtInetAddrAndPortSetforwarderGroupAddrs () const
 Return the list of forwarder group addresses.
unsigned int forwarderGroupSize ()
 Return the size of the forwarder group list.
bool useRoutesFile () const
 Set/Get routes file control.
void setUseRoutesFile (bool fileShouldBeUsed)
void clearAncillaryForwarderGroupAddrs ()
 Clear the list of ancillary forwarder group addresses.
DtUpdateNameRateMap const & updateRates () const
 Return the map between update rate names and values.
const std::vector
< DtUpdateRateSubscriptionStruct > & 
updateRateSubscriptions () const
 Return the update rate subscription definitions.
void fullyCompliantParameters (std::map< MAKRti::DtString, int > &parameters) const
 Caller passes fullyCompliantParameters an empty map which will be populated with the compliance parameters and their compliant settings.
bool isFullyCompliant () const
 Is this RID Params object fully compliant?
bool requiredComplianceParameter (const MAKRti::DtString &parameter) const
 Is this parameter required for compliance.
int compliantSettingForParameter (const MAKRti::DtString &parameter) const
 What is the required compliance setting for this parameter.
void forceParametersToCompliance ()
 Forces all parameters required for compliance to their compliant settings.
void saveOriginalCompliantSettings ()
 Saves the current settings of the compliance parameters as the original settings.
void revertComplianceParametersToOriginalSettings ()
 Forces all compliant parameters back to their original values.
void sanityCheckRIDParameters ()
 Some RID parameters have dependent settings.
void sanityCheckReliableConnRIDParameters ()
 Specific sanity checks for reliable connection parameters.
void printParameters ()
 Prints all RID parameters.
MAKRti::DtString resolveAbsoluteFileLocation (MAKRti::DtString path, MAKRti::DtString fileName)
 Returns the absolute file location.
int enableBigMessage () const
 deprecated.
int asynchronousIO () const
 deprecated.
int asynchronousCallbacks () const
 deprecated.
int asynchronousProcessMessage () const
 deprecated.
MAKRti::DtString mcastDevAddrString () const
 deprecated.
void sanityCheckAddressFamily ()
 Sanity checks to ensure all IP addresses use the same address family.
void sanityCheckTcpAddressFamily ()
 Sanity checks to ensure all IP addresses use the same address family.
void sanityCheckUdpAddressFamily ()
 Sanity checks to ensure all IP addresses use the same address family.

Static Public Member Functions

static void overrideRidParameters (const std::map< std::string, std::string > &params)
 Sets the the RID parameters to be overridden after the RID file is loaded.

Public Attributes

setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setConfigureConnectionWithRid
bool 
theForwarderRoutesFileRidNameInitialized
bool theProcessingModelRidNameInitialized
bool theRidConsistencyCheckingRidNameInitialized
bool theMaxObjectsPerFederateRidNameInitialized
bool theTransmitLaggardLBTSRidNameInitialized
bool theTcpForwarderAddrRidNameInitialized
bool theNetworkInterfaceAddrRidNameInitialized

Protected Member Functions

MAKRti::DtMtlEnvironment & mtlEnvironment ()
 returns mtl environment
virtual void accessorError (const char *parameterName) const
 Handle error when accessor fails.
virtual void mutatorError (const char *parameterName) const
 Handle error when mutator fails.
void copyRidParameters (const DtRIDParameters &orig)
 copyRidParameters is used by the DtRIDParameters copy constructor to deep copy the DtRidParameter objects.
void destroyAllRidParameters ()
 destroy all RidParameter objects.
void destroyRidParameter (MAKRti::DtString name)
 destroy a single RidParameter object.
MAKRti::DtFilename findLispFile ()
 lookup the RID file base on args passed to createRTIAmbassador (1516 only) working directory and env.
bool extractRidFileName (const MAKRti::DtString &arg)
 Parses string for RID file name directive (must be at beginning of string).
void extractRidExpressions (const std::vector< MAKRti::DtString > &ridExpressions)
 Parses supplied strings and extracts RID expressions.
void buildDmFilterList (bool forObjectsElseInteractions)
 read all DM filters for Objects or Interactions from lisp env.
void buildFomModulesList ()
 read all additional Fom Modules specified from lisp env.
bool buildDdmGrid (MAKRti::DtFilename const &gridConfigFilename)
 Read and process DDM fixed grid definition Returns false when gridConfigFilename not found.
void initializeParameters (bool forceEnableRtiExec, const MAKRti::DtString &expression=MAKRti::DtString::nullString())
 Used to initialize RID parameters from disk, or from the given expression.
void checkUseRtiExec (bool forceEnableRtiExec)
 If forceEnableRtiExec is enabled ( we were instantiated from an ExecThread ) then make sure useRtiExec is set.
void applyAmbassadorCreationArguments ()
 rti1516::createRtiAmbassador has a std::set<wstring> argument which can be used to apply lisp changes to the rid as if the changes were in the rid file itself.
void initializeFixedGrid ()
 Build and print the Fixed DDM Grid.
void populateRidGroups ()
 Populate the compliant, federation, LRC, etc. lists.
void initializeDestAddrs ()
 Build list of Dest Addrs.
void initializeForwarderGroups ()
 Build list of Forwarder Groups.
void initializeUpdateRates ()
 Build update Rates table.
void verifyPortsAreUnique () const
 Check and validate uniqueness of all ports in the RID.
void verifyIpAddresses () const
 Check all IP addresses in RID for validity. Throws if they are not.
void verifyIpAddress (const MAKRti::DtString &ip, const MAKRti::DtString &name=MAKRti::DtString::nullString()) const
 Check the validity of a single IP address. Throws if invalid.
void registerParameters ()
 (called from constructor) registers all MTL parameters
void loadLispFile ()
 loads rid.mtl
void loadLispExpressions ()
 loads the expressions for function rid parameters
virtual int * createRidParameter (MAKRti::DtString label, MAKRti::DtString name, MAKRti::DtString toolTip, MAKRti::DtString parent, int defaultValue, bool editable, MAKRti::DtString range)
 createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).
virtual MAKRti::DtString * createRidParameter (MAKRti::DtString label, MAKRti::DtString name, MAKRti::DtString toolTip, MAKRti::DtString parent, MAKRti::DtString defaultValue, bool editable, MAKRti::DtString range)
 createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).
virtual float * createRidParameter (MAKRti::DtString label, MAKRti::DtString name, MAKRti::DtString toolTip, MAKRti::DtString parent, float defaultValue, bool editable, MAKRti::DtString range)
 createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).

Protected Attributes

MAKRti::DtMtlEnvironment * myEnv
 The MTL environment used to process RID parameters.
DtInetAddrList myDestAddr
 Group socket configuration.
DtInetAddrAndPortSet myForwarderGroupAddrs
 The forwarder group addresses.
DtDMFilterList myIntMulticastDefinition
 DM object class configuration.
DtDMFilterList myObjMulticastDefinition
 DM interaction class configuration.
DtStringList myPluginNames
 Plugin names configuration.
MAKRti::DtFilename myName
 The RID file name.
MAKRti::DtFilename myForwarderRoutesFile
 The forwarder routes file name.
MAKRti::DtFilename myFullPathToRidFile
 The path to the loaded file.
DtRidFileSearchStatus myRidFileSearchStatus
 The status of the file search of the RID file.
MAKRti::DtString myCreationLispExprs
 The expressions found in the creation arguments (if any)
std::string myCreationFileName
 The RID file name found in the creation arguments (if present)
DtStringList myCreateFedExFomModules
 The list of create FOM modules.
DtStringList myJoinFedExFomModules
 The list of join FOM modules.
DtFixedGridConfigurationmyFixedGridConfiguration
 Fixed grid configuration.
DtUpdateNameRateMap myUpdateRates
 Pre-Evolved way to set the list of (name rate) Map from update rate name to value.
std::vector
< DtUpdateRateSubscriptionStruct
myUpdateRateSubscriptions
 Update rate subscriptions.
std::map< MAKRti::DtString,
DtFloatRidParameter
myFloatRidParameterDefaults
 The default values for float RID parameters.
std::map< MAKRti::DtString,
DtIntRidParameter
myIntRidParameterDefaults
 The default values for integer RID parameters.
std::map< MAKRti::DtString,
DtStringRidParameter
myStringRidParameterDefaults
 The default values for string RID parameters.
std::map< MAKRti::DtString,
std::pair< int, int > > 
myFullyCompliantParameters
 The list of parameters that effect compliance, their fully compliant setting, and their original setting (as read from the RID file)
const int myMaxObjectsCap
 The maximum number of objects a single federate may register.
bool myUseRoutesFile
 Controls whether routes file should be used (set internally)
int RTI_maxObjectsPerFederate
 Deprecated RID parameters.
int RTI_transmitLaggardLBTS
 Deprecated RID parameters.
int RTI_enableBigMessage
 Deprecated RID parameters.
int RTI_asynchronousIO
 Deprecated RID parameters.
int RTI_asynchronousProcessMessage
 Deprecated RID parameters.
int RTI_asynchronousCallbacks
 Deprecated RID parameters.
MAKRti::DtString RTI_mcastDevAddrString
 Deprecated RID parameters.

Static Protected Attributes

static std::map
< MAKRti::DtString,
MAKRti::DtString > 
theOverrideParameters = std::map<DtString, DtString>()
 Overridden RID parameters.
static const int theCompliantUseRtiExec = 1
 The parameter values that make configuration compliant.
static const int theCompliantInternalMsgReliableWhenUsingRtiexec = 1
 The parameter values that make configuration compliant.
static const int theCompliantFomDataTransportTypeControl = 0
 The parameter values that make configuration compliant.
static const int theCompliantTimeMgmt = 1
 The parameter values that make configuration compliant.
static const int theCompliantDataDistMgmt = 1
 The parameter values that make configuration compliant.
static const int theCompliantMomServiceAvailable = 1
 The parameter values that make configuration compliant.
static const int theCompliantMomFederateUpdateInterval = 0
 The parameter values that make configuration compliant.
static const int theCompliantStrictFomChecking = 1
 The parameter values that make configuration compliant.
static const int theCompliantCheckFlag = 1
 The parameter values that make configuration compliant.
static const int theCompliantEnableHlaObjectNamePrefix = 1
 The parameter values that make configuration compliant.
static const int theCompliantSendDiscoveredClass = 1
 The parameter values that make configuration compliant.
static const int theCompliantExtend13and1516interop = 0
 The parameter values that make configuration compliant.
static const int theCompliantProcessUnknownUpdatesForDiscovery = 0
 The parameter values that make configuration compliant.
static const int theCompliantEnableNameReservation = 1
 The parameter values that make configuration compliant.
static const int theCompliantEnableSaveRestoreWhenUsingRtiexec = 1
 The parameter values that make configuration compliant.
static const int theCompliantFomModuleMerging = 1
 The parameter values that make configuration compliant.
static const int theCompliantDistributeFedFile = 1
 The parameter values that make configuration compliant.
static const int theCompliantPreferRidToFedSwitchTable = 0
 The parameter values that make configuration compliant.
static const int theCompliantEnableUpdateRateReduction = 1
 The parameter values that make configuration compliant.
static const int theCompliantThrowExceptionCallNotAllowedFromWithinCallback = 1
 The parameter values that make configuration compliant.
static const MAKRti::DtString theAdvancedNetworkingGroupName = "Advanced Networking"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theAdvisoriesGroupName = "Advisories"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theAsynchGroupName = "Asynchronous Parameters"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theCommunicationsGroupName = "Communications Configuration"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theCompressionGroupName = "Compression"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theDdmGroupName = "Data Distribution Management"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theDiagnosticGroupName = "Diagnostic Configuration"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theFaultToleranceGroupName = "Fault Tolerance"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theFomGroupName = "FOM"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theForwarderGroupName = "Forwarder"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theLicensingGroupName = "Licensing"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theMomGroupName = "Management Object Model"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theMulticastDiscoveryGroupName = "Multicast Discovery"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theNameReservationGroupName = "Name Reservation"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theOptionalServicesGroupName = "Optional Services"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theRtiSpyGroupName = "RTIspy"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theSaveRestoreGroupName = "Save and Restore"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theServiceImplGroupName = "Service Implementation"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theSharedMemoryGroupName = "Shared Memory"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString theWebSpyGroupName = "RTIspy Web Server"
 The strings that represent the RID parameter groups RID Group names.
static const MAKRti::DtString thePreferRidToFedSwitchTableName = "RTI_preferRidToFedSwitchTable"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAutoProvideSwitchName = "RTI_autoProvideSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theConveyRegionDesignatorSwitchName = "RTI_conveyRegionDesignatorSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theConveyProducingFederateSwitchName = "RTI_conveyProducingFederateSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAttributeScopeAdvisorySwitchName = "RTI_attributeScopeAdvisorySwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAttributeRelevanceAdvisorySwitchName = "RTI_attributeRelevanceAdvisorySwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theObjectClassRelevanceAdvisorySwitchName = "RTI_objectClassRelevanceAdvisorySwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theInteractionRelevanceAdvisorySwitchName = "RTI_interactionRelevanceAdvisorySwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theServiceReportingSwitchName = "RTI_serviceReportingSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theExceptionReportingSwitchName = "RTI_exceptionReportingSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDelaySubscriptionEvaluationSwitchName = "RTI_delaySubscriptionEvaluationSwitch"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAddressDelayRidName = "RTI_addressDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAutoProvideDelayRidName = "RTI_autoProvideDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theAllProvideUpdateRequestsDelayedRidName = "RTI_allProvideUpdateRequestsDelayed"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theBestEffortSendRetriesRidName = "RTI_bestEffortSendRetries"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theBestEffortSendRetryWaitUsecRidName = "RTI_bestEffortSendRetryWaitUsec"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theCatchFedAmbExceptionsRidName = "RTI_catchFedAmbExceptions"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theCheckFlagRidName = "RTI_checkFlag"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theConfigureConnectionWithRidRidName = "RTI_configureConnectionWithRid"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theConveyOnlyAvailableDimensionsRidName = "RTI_conveyOnlyAvailableDimensions"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theCrcCheckFedFileRidName = "RTI_crcCheckFedFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDataDistMgmtRidName = "RTI_dataDistMgmt"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDdmFixedGridFilenameRidName = "RTI_ddmFixedGridFilename"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDdmFixedGridRidName = "RTI_ddmFixedGrid"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDefaultTimeImplementationRidName = "RTI_defaultTimeImplementation"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDefaultFedFileRidName = "RTI_defaultFedFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeleteOrphansRidName = "RTI_deleteOrphans"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeprecatedAsynchronousIORidName = "RTI_asynchronousIO"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeprecatedEnableBigMessageRidName = "RTI_enableBigMessage"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeprecatedAsynchronousProcessMessageRidName = "RTI_asynchronousProcessMessage"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeprecatedAsynchronousCallbacksRidName = "RTI_asynchronousCallbacks"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDestAddrStringRidName = "RTI_destAddrString"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDetachNotifyLevelFromStdOutRidName = "RTI_detachNotifyLevelFromStdOut"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDisableUnlicensedForTwoRidName = "RTI_disableUnlicensedForTwo"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDiscoveryMsgBundlingDelayRidName = "RTI_discoveryMsgBundlingDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDistributedForwarderPortRidName = "RTI_distributedForwarderPort"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDistributedUdpForwarderModeRidName = "RTI_distributedUdpForwarderMode"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDistributeFedFileAsynchronouslyRidName = "RTI_distributeFedFileAsynchronously"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDistributeFedFileRidName = "RTI_distributeFedFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFullFedFileDistributionName = "RTI_fullFedFileDistribution"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDualTransmitFirstInteractionRegionsRidName = "RTI_dualTransmitFirstInteractionRegions"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDumpFedRidName = "RTI_dumpFed"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDumpRidRidName = "RTI_dumpRid"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableBestEffortSendRetryRidName = "RTI_enableBestEffortSendRetry"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableCheckVersionRidName = "RTI_enableCheckVersion"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableFederateHeartbeatRidName = "RTI_enableFederateHeartbeat"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableFedexMsgRoutingRidName = "RTI_enableFedexMsgRouting"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableFomBackwardsCompatibilityRidName = "RTI_enableFomBackwardsCompatibility"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableHlaObjectNamePrefixRidName = "RTI_enableHlaObjectNamePrefix"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableMessageThrottlingRidName = "RTI_enableMessageThrottling"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableNameReservationRidName = "RTI_enableNameReservation"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableLRCNetworkStatisticsMonitoringRidName = "RTI_enableLRCNetworkStatisticsMonitoring"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableNetworkTestingRidName = "RTI_enableNetworkTesting"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnablePacketBundlingRidName = "RTI_enablePacketBundling"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableSaveRestoreWhenUsingRtiexecRidName = "RTI_enableSaveRestoreWhenUsingRtiexec"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableSharedMemoryExecEventLogRidName = "RTI_enableSharedMemoryExecEventLog"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableTcpCompressionRidName = "RTI_enableTcpCompression"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableTcpSmartForwardingRidName = "RTI_enableTcpSmartForwarding"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableUdpCompressionRidName = "RTI_enableUdpCompression"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableUdpSmartForwardingRidName = "RTI_enableUdpSmartForwarding"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableUpdateRateReductionRidName = "RTI_enableUpdateRateReduction"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theExecMcastDiscoveryDelayRidName = "RTI_execMcastDiscoveryDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theExtend13and1516interopRidName = "RTI_extend13and1516interop"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFederateHeartbeatIntervalRidName = "RTI_federateHeartbeatInterval"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFederateReconnectPauseRidName = "RTI_federateReconnectPause"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFederateTimeoutIntervalRidName = "RTI_federateTimeoutInterval"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFlushTimeoutIntervalRidName = "RTI_flushTimeoutInterval"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFomDataTransportTypeControlRidName = "RTI_fomDataTransportTypeControl"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theFomModuleMergingRidName = "RTI_fomModuleMerging"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theForceFullComplianceRidName = "RTI_forceFullCompliance"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theForceUnlicensedForTwoRidName = "RTI_forceUnlicensedForTwo"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theForwarderRoutesFileRidName = "RTI_forwarderRoutesFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theForwardingDelayRidName = "RTI_forwardingDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theImplicitDdmParamsFileRidName = "RTI_implicitDdmParamsFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theInternalMsgReliableWhenUsingRtiexecRidName = "RTI_internalMsgReliableWhenUsingRtiexec"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theIOLockQueueRidName = "RTI_IOLockQueue"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theIOPeriodRidName = "RTI_IOPeriod"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theLogFileDirectoryName = "RTI_logFileDirectory"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTickWaitPeriodRidName = "RTI_tickWaitPeriod"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theLogFileNameRidName = "RTI_logFileName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theLrcMcastDiscoveryDelayRidName = "RTI_lrcMcastDiscoveryDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxChannelAddrRidName = "RTI_maxChannelAddr"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxForwarderQueueRidName = "RTI_maxForwarderQueue"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxIOCountRidName = "RTI_maxIOCount"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxIOQueueRidName = "RTI_maxIOQueue"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxObjectsPerFederateRidName = "RTI_maxObjectsPerFederate"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxNumFederatesRidName = "RTI_maxNumFederates"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMaxUdpPacketSizeRidName = "RTI_maxUdpPacketSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDeprecatedMcastDevAddrStringRidName = "RTI_mcastDevAddrString"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMcastDiscoveryAddrStringRidName = "RTI_mcastDiscoveryAddrString"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMcastDiscoveryEnabledRidName = "RTI_mcastDiscoveryEnabled"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMcastDiscoveryPortRidName = "RTI_mcastDiscoveryPort"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMcastDiscoveryTriesRidName = "RTI_mcastDiscoveryTries"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMcastTtlRidName = "RTI_mcastTtl"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMinChannelAddrRidName = "RTI_minChannelAddr"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMomExceptionLoggingRidName = "RTI_momExceptionLogging"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMomFederateUpdateIntervalRidName = "RTI_momFederateUpdateInterval"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMomModuleExtensionFileNameRidName = "RTI_momModuleExtensionFileName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theMomServiceAvailableRidName = "RTI_momServiceAvailable"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theNetworkInterfaceAddrRidName = "RTI_networkInterfaceAddr"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theNotifyLevelRidName = "RTI_notifyLevel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString thePacketBundlingSizeRidName = "RTI_packetBundlingSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString thePreferLocalFomModulesRidName = "RTI_preferLocalFomModules"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theProcessingModelRidName = "RTI_processingModel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theProcessUnknownUpdatesForDiscoveryRidName = "RTI_processUnknownUpdatesForDiscovery"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theReceiveToleranceRidName = "RTI_receiveTolerance"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theReconnectEnabledRidName = "RTI_reconnectEnabled"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theResponseIntervalRidName = "RTI_responseInterval"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theReuseLogFileRidName = "RTI_reuseLogFile"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theReuseReleasedObjectHandlesRidName = "RTI_reuseReleasedObjectHandles"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRouteToAllByDefaultRidName = "RTI_routeToAllByDefault"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRidConsistencyCheckingRidName = "RTI_ridConsistencyChecking"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRtiExecLogFileNameRidName = "RTI_rtiExecLogFileName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRtiExecPerformsLicensingRidName = "RTI_rtiExecPerformsLicensing"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRtiExecReconnectPauseRidName = "RTI_rtiExecReconnectPause"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theRtiForwarderLogFileNameRidName = "RTI_rtiForwarderLogFileName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSaveRestoreDirectoryRidName = "RTI_saveRestoreDirectory"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSaveRestoreTimeoutRidName = "RTI_saveRestoreTimeout"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSaveTransientMessagesRidName = "RTI_saveTransientMessages"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSendDiscoveredClassRidName = "RTI_sendDiscoveredClass"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSharedMemExecLogFileNameRidName = "RTI_sharedMemExecLogFileName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSharedMemoryMgrMaxWaitRidName = "RTI_sharedMemoryMgrMaxWait"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSharedMemoryModeRidName = "RTI_sharedMemoryMode"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSharedMemoryNameRidName = "RTI_sharedMemoryName"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSharedMemoryQueueLengthRidName = "RTI_sharedMemoryQueueLength"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSingleCallbackPerTickRidName = "RTI_singleCallbackPerTick"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSocketReceiveBufferSizeRidName = "RTI_socketReceiveBufferSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSmartForwardingLevelRidName = "RTI_smartForwardingLevel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theSocketSendBufferSizeRidName = "RTI_socketSendBufferSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theStrictFomCheckingRidName = "RTI_strictFomChecking"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theStrictNameReservationRidName = "RTI_strictNameReservation"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTcpBufferSizeRidName = "RTI_tcpBufferSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTcpCompressionLevelRidName = "RTI_tcpCompressionLevel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTcpForwarderAddrRidName = "RTI_tcpForwarderAddr"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTcpNoDelayRidName = "RTI_tcpNoDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theThrowExceptionForDisabledServiceRidName = "RTI_throwExceptionForDisabledService"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theThrowExceptionOnConcurrentAccessRidName = "RTI_throwExceptionOnConcurrentAccess"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theThrowExceptionCallNotAllowedFromWithinCallbackRidName = "RTI_throwExceptionCallNotAllowedFromWithinCallback"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableWarningsForDisabledServicesRidName = "RTI_enableWarningsForDisabledServices"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTickFavorsNetworkRidName = "RTI_tickFavorsNetwork"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTimeMgmtRidName = "RTI_timeMgmt"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTransmitDelayRidName = "RTI_transmitDelay"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTransmitLaggardLBTSRidName = "RTI_transmitLaggardLBTS"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTransmitRateRidName = "RTI_transmitRate"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUdpCompressionLevelRidName = "RTI_udpCompressionLevel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUdpPortRidName = "RTI_udpPort"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theTcpPortRidName = "RTI_tcpPort"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUse32BitsForValueSizeRidName = "RTI_use32BitsForValueSize"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUseBusyWaitForTickMinMaxRidName = "RTI_useBusyWaitForTickMinMax"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUseRandomNumberForFedHandleRidName = "RTI_useRandomNumberForFedHandle"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theUseRtiExecRidName = "RTI_useRtiExec"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theVariableLengthDataUsesNullRidName = "RTI_variableLengthDataUsesNull"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theDefaultIpv4DestAddr = "229.7.7.7"
 Default destination address strings for IPv4 and IPv6.
static const MAKRti::DtString theDefaultIpv6DestAddr = "ff12::2:1"
 Default destination address strings for IPv4 and IPv6.
static const MAKRti::DtString theDefaultIpv4MinChannelAddr = "224.0.1.0"
 DDM channel addresses to be used if none are specified in the RID.
static const MAKRti::DtString theDefaultIpv4MaxChannelAddr = "239.255.255.255"
 DDM channel addresses to be used if none are specified in the RID.
static const MAKRti::DtString theDefaultIpv6MinChannelAddr = "ff12::3:1"
 DDM channel addresses to be used if none are specified in the RID.
static const MAKRti::DtString theDefaultIpv6MaxChannelAddr = "ff12::3:ffff"
 DDM channel addresses to be used if none are specified in the RID.
static const MAKRti::DtString theUseTheDefaultChannelAddrStr = "UseDefaultChannelAddr"
 DDM channel addresses to be used if none are specified in the RID.
 autoProvideSwitch
 RID Parameters Declarations.
setAutoProvideSwitch conveyProducingFederateSwitch
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch 
attributeRelevanceAdvisorySwitch
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch 
interactionRelevanceAdvisorySwitch
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch 
exceptionReportingSwitch
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch 
addressDelay
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay 
allProvideUpdateRequestsDelayed
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed 
bestEffortSendRetryWaitUsec
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec 
errorChecking
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking 
crcCheckFedFile
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile 
ddmFixedGridFilename
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename 
defaultTimeImplementation
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation 
deleteOrphans
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans 
detachNotifyLevelFromStdOut
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut 
discoveryMsgBundlingDelay
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay 
distributedUdpForwarderMode
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode 
distributeFedFile
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile 
dualTransmitFirstInteractionRegions
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions 
dumpRid
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid 
enableCheckVersion
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion 
enableFedexMsgRouting
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting 
enableHlaObjectNamePrefix
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix 
enableNameReservation
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation 
enableNetworkTesting
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting 
enableSaveRestoreWhenUsingRtiexec
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec 
isTcpCompressionEnabled
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled 
isUdpCompressionEnabled
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled 
enableUpdateRateReduction
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction 
extend13and1516interop
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop 
federateReconnectPause
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause 
flushTimeoutInterval
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval 
fomModuleMerging
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging 
forceUnlicensedForTwo
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo 
implicitDdmParamsFile
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile 
IOLockQueue
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile
setIOLockQueue 
logFileDirectory
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile
setIOLockQueue 
setLogFileDirectoryName
 RID Parameters Declarations.
 logFileName
 RID Parameters Declarations.
setLogFileName maxChannelAddr
 RID Parameters Declarations.
setLogFileName setMaxChannelAddr maxIOCount
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount 
maxNumFederates
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates 
mcastDiscoveryAddrString
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString 
mcastDiscoveryPort
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort 
mcastTtl
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl 
momExceptionLogging
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging 
momModuleExtensionFileName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName 
notifyLevel
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel 
preferLocalFomModules
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules 
receiveTolerance
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance 
responseInterval
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval 
reuseReleasedObjectHandles
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles 
rtiExecLogFileName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName 
rtiExecReconnectPause
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause 
saveRestoreDirectory
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory 
saveTransientMessages
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages 
sharedMemExecLogFileName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName 
useSharedMem
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode 
sharedMemLength
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength 
socketReceiveBufferSize
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize 
socketSendBufferSize
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize 
strictNameReservation
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation 
tcpCompressionLevel
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel 
throwExceptionForDisabledService
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService 
throwExceptionCallNotAllowedFromWithinCallback
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback 
tickFavorsNetwork
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork 
transmitDelay
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay 
udpCompressionLevel
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel 
tcpPort
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort 
useBusyWaitForTickMinMax
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax 
useRtiExec
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec 
configureConnectionWithRid
 RID Parameters Declarations.
 DtDECLARE_BOOL_ACCESSOR_MUTATOR (thePreferRidToFedSwitchTableName, preferRidToFedSwitchTable, setPreferRidToFedSwitchTable) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theAutoProvideSwitchName
 RID Parameters Declarations.
setAutoProvideSwitch DtDECLARE_BOOL_ACCESSOR_MUTATOR (theConveyRegionDesignatorSwitchName, conveyRegionDesignatorSwitch, setConveyRegionDesignatorSwitch) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theConveyProducingFederateSwitchName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theAttributeScopeAdvisorySwitchName, attributeScopeAdvisorySwitch, setAttributeScopeAdvisorySwitch) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theAttributeRelevanceAdvisorySwitchName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theObjectClassRelevanceAdvisorySwitchName, objectClassRelevanceAdvisorySwitch, setObjectClassRelevanceAdvisorySwitch) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theInteractionRelevanceAdvisorySwitchName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theServiceReportingSwitchName, serviceReportingSwitch, setServiceReportingSwitch) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theExceptionReportingSwitchName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theDelaySubscriptionEvaluationSwitchName, delaySubscriptionEvaluationSwitch, setDelaySubscriptionEvaluationSwitch) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theAddressDelayRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theAutoProvideDelayRidName, autoProvideDelay, setAutoProvideDelay) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theAllProvideUpdateRequestsDelayedRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed 
DtDECLARE_INT_ACCESSOR_MUTATOR (theBestEffortSendRetriesRidName, bestEffortSendRetries, setBestEffortSendRetries) DtDECLARE_INT_ACCESSOR_MUTATOR(theBestEffortSendRetryWaitUsecRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec 
DtDECLARE_INT_ACCESSOR_MUTATOR (theCatchFedAmbExceptionsRidName, catchFedAmbExceptions, setCatchFedAmbExceptions) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theCheckFlagRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking 
DtDECLARE_INT_ACCESSOR_MUTATOR (theConveyOnlyAvailableDimensionsRidName, conveyOnlyAvailableDimensions, setConveyOnlyAvailableDimensions) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theCrcCheckFedFileRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDataDistMgmtRidName, dataDistMgmt, setDataDistMgmt) DtDECLARE_STRING_ACCESSOR_MUTATOR(theDdmFixedGridFilenameRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDdmFixedGridRidName, ddmFixedGrid, setDdmFixedGrid) DtDECLARE_STRING_ACCESSOR_MUTATOR(theDefaultTimeImplementationRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theDefaultFedFileRidName, defaultFedFile, setDefaultFedFile) DtDECLARE_INT_ACCESSOR_MUTATOR(theDeleteOrphansRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theDestAddrStringRidName, destAddrString, setDestAddrString) DtDECLARE_INT_ACCESSOR_MUTATOR(theDetachNotifyLevelFromStdOutRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDisableUnlicensedForTwoRidName, disableUnlicensedForTwo, setDisableUnlicensedForTwo) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theDiscoveryMsgBundlingDelayRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDistributedForwarderPortRidName, distributedForwarderPort, setDistributedForwarderPort) DtDECLARE_INT_ACCESSOR_MUTATOR(theDistributedUdpForwarderModeRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDistributeFedFileAsynchronouslyRidName, distributeFedFileAsynchronously, setDistributeFedFileAsynchronously) DtDECLARE_INT_ACCESSOR_MUTATOR(theDistributeFedFileRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theFullFedFileDistributionName, fullFedFileDistribution, setFullFedFileDistribution) DtDECLARE_INT_ACCESSOR_MUTATOR(theDualTransmitFirstInteractionRegionsRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDumpFedRidName, dumpFed, setDumpFed) DtDECLARE_INT_ACCESSOR_MUTATOR(theDumpRidRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableBestEffortSendRetryRidName, enableBestEffortSendRetry, setEnableBestEffortSendRetry) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableCheckVersionRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableFederateHeartbeatRidName, enableFederateHeartbeat, setEnableFederateHeartbeat) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableFedexMsgRoutingRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableFomBackwardsCompatibilityRidName, enableFomBackwardsCompatibility, setEnableFomBackwardsCompatibility) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableHlaObjectNamePrefixRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableMessageThrottlingRidName, enableMessageThrottling, setEnableMessageThrottling) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableNameReservationRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableLRCNetworkStatisticsMonitoringRidName, lrcNetworkStatisticsMonitoringEnabled, setLrcNetworkStatisticsMonitoringEnabled) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableNetworkTestingRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnablePacketBundlingRidName, enablePacketBundling, setEnablePacketBundling) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableSaveRestoreWhenUsingRtiexecRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableSharedMemoryExecEventLogRidName, enableSharedMemoryExecEventLog, setEnableSharedMemoryExecEventLog) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableTcpCompressionRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableTcpSmartForwardingRidName, isTcpSmartForwardingEnabled, setTcpSmartForwardingEnabled) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableUdpCompressionRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableUdpSmartForwardingRidName, isUdpSmartForwardingEnabled, setUdpSmartForwardingEnabled) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableUpdateRateReductionRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theExecMcastDiscoveryDelayRidName, execMcastDiscoveryDelay, setExecMcastDiscoveryDelay) DtDECLARE_INT_ACCESSOR_MUTATOR(theExtend13and1516interopRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theFederateHeartbeatIntervalRidName, federateHeartbeatInterval, setFederateHeartbeatInterval) DtDECLARE_INT_ACCESSOR_MUTATOR(theFederateReconnectPauseRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theFederateTimeoutIntervalRidName, federateTimeoutInterval, setFederateTimeoutInterval) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theFlushTimeoutIntervalRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval 
DtDECLARE_INT_ACCESSOR_MUTATOR (theFomDataTransportTypeControlRidName, fomDataTransportTypeControl, setFomDataTransportTypeControl) DtDECLARE_INT_ACCESSOR_MUTATOR(theFomModuleMergingRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging 
DtDECLARE_INT_ACCESSOR_MUTATOR (theForceFullComplianceRidName, forceFullCompliance, setForceFullCompliance) DtDECLARE_INT_ACCESSOR_MUTATOR(theForceUnlicensedForTwoRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theForwardingDelayRidName, forwardingDelay, setForwardingDelay) DtDECLARE_STRING_ACCESSOR_MUTATOR(theImplicitDdmParamsFileRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile 
DtDECLARE_INT_ACCESSOR_MUTATOR (theInternalMsgReliableWhenUsingRtiexecRidName, internalMsgReliableWhenUsingRtiexec, setInternalMsgReliableWhenUsingRtiexec) DtDECLARE_INT_ACCESSOR_MUTATOR(theIOLockQueueRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setCrcCheckFedFile
setDdmFixedGridFilename
setDefaultTimeImplementation
setDeleteOrphans
setDetachNotifyLevelFromStdOut
setDiscoveryMsgBundlingDelay
setDistributedUdpForwarderMode
setDistributeFedFile
setDualTransmitFirstInteractionRegions
setDumpRid
setEnableCheckVersion
setEnableFedexMsgRouting
setEnableHlaObjectNamePrefix
setEnableNameReservation
setEnableNetworkTesting
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile
setIOLockQueue 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theIOPeriodRidName, IOPeriod, setIOPeriod) DtDECLARE_STRING_ACCESSOR_MUTATOR(theLogFileDirectoryName
 RID Parameters Declarations.
 DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theTickWaitPeriodRidName, tickWaitPeriod, setTickWaitPeriod) DtDECLARE_STRING_ACCESSOR_MUTATOR(theLogFileNameRidName
 RID Parameters Declarations.
setLogFileName DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theLrcMcastDiscoveryDelayRidName, lrcMcastDiscoveryDelay, setLrcMcastDiscoveryDelay) DtDECLARE_STRING_ACCESSOR_MUTATOR(theMaxChannelAddrRidName
 RID Parameters Declarations.
setLogFileName setMaxChannelAddr DtDECLARE_INT_ACCESSOR_MUTATOR (theMaxForwarderQueueRidName, maxForwarderQueue, setMaxForwarderQueue) DtDECLARE_INT_ACCESSOR_MUTATOR(theMaxIOCountRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMaxIOQueueRidName, maxIOQueue, setMaxIOQueue) DtDECLARE_INT_ACCESSOR_MUTATOR(theMaxNumFederatesRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMaxUdpPacketSizeRidName, maxUdpPacketSize, setMaxUdpPacketSize) DtDECLARE_STRING_ACCESSOR_MUTATOR(theMcastDiscoveryAddrStringRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theMcastDiscoveryEnabledRidName, mcastDiscoveryEnabled, setMcastDiscoveryEnabled) DtDECLARE_INT_ACCESSOR_MUTATOR(theMcastDiscoveryPortRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMcastDiscoveryTriesRidName, mcastDiscoveryTries, setMcastDiscoveryTries) DtDECLARE_INT_ACCESSOR_MUTATOR(theMcastTtlRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theMinChannelAddrRidName, minChannelAddr, setMinChannelAddr) DtDECLARE_INT_ACCESSOR_MUTATOR(theMomExceptionLoggingRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMomFederateUpdateIntervalRidName, momFederateUpdateInterval, setMomFederateUpdateInterval) DtDECLARE_STRING_ACCESSOR_MUTATOR(theMomModuleExtensionFileNameRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMomServiceAvailableRidName, momServiceAvailable, setMomServiceAvailable) DtDECLARE_INT_ACCESSOR_MUTATOR(theNotifyLevelRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel 
DtDECLARE_INT_ACCESSOR_MUTATOR (thePacketBundlingSizeRidName, packetBundlingSize, setPacketBundlingeSize) DtDECLARE_BOOL_ACCESSOR_MUTATOR(thePreferLocalFomModulesRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules 
DtDECLARE_INT_ACCESSOR_MUTATOR (theProcessUnknownUpdatesForDiscoveryRidName, processUnknownUpdatesForDiscovery, setProcessUnknownUpdatesForDiscovery) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theReceiveToleranceRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theReconnectEnabledRidName, reconnectEnabled, setReconnectEnabled) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theResponseIntervalRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval 
DtDECLARE_INT_ACCESSOR_MUTATOR (theReuseLogFileRidName, reuseLogFile, setReuseLogFile) DtDECLARE_INT_ACCESSOR_MUTATOR(theReuseReleasedObjectHandlesRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theRouteToAllByDefaultRidName, routeToAllByDefault, setRouteToAllByDefault) DtDECLARE_STRING_ACCESSOR_MUTATOR(theRtiExecLogFileNameRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName 
DtDECLARE_INT_ACCESSOR_MUTATOR (theRtiExecPerformsLicensingRidName, rtiExecPerformsLicensing, setRtiExecPerformsLicensing) DtDECLARE_INT_ACCESSOR_MUTATOR(theRtiExecReconnectPauseRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theRtiForwarderLogFileNameRidName, rtiForwarderLogFileName, setRtiForwarderLogFileName) DtDECLARE_STRING_ACCESSOR_MUTATOR(theSaveRestoreDirectoryRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSaveRestoreTimeoutRidName, saveRestoreTimeout, setSaveRestoreTimeout) DtDECLARE_INT_ACCESSOR_MUTATOR(theSaveTransientMessagesRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSendDiscoveredClassRidName, sendDiscoveredClass, setSendDiscoveredClass) DtDECLARE_STRING_ACCESSOR_MUTATOR(theSharedMemExecLogFileNameRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theSharedMemoryMgrMaxWaitRidName, sharedMemMgrMaxWait, setSharedMemMgrMaxWait) DtDECLARE_INT_ACCESSOR_MUTATOR(theSharedMemoryModeRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theSharedMemoryNameRidName, sharedMemName, setSharedMemName) DtDECLARE_INT_ACCESSOR_MUTATOR(theSharedMemoryQueueLengthRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSingleCallbackPerTickRidName, singleCallbackPerTick, setSingleCallbackPerTick) DtDECLARE_INT_ACCESSOR_MUTATOR(theSocketReceiveBufferSizeRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSmartForwardingLevelRidName, smartForwardingLevel, setSmartForwardingLevel) DtDECLARE_INT_ACCESSOR_MUTATOR(theSocketSendBufferSizeRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize 
DtDECLARE_INT_ACCESSOR_MUTATOR (theStrictFomCheckingRidName, strictFomChecking, setStrictFomChecking) DtDECLARE_INT_ACCESSOR_MUTATOR(theStrictNameReservationRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation 
DtDECLARE_INT_ACCESSOR_MUTATOR (theTcpBufferSizeRidName, tcpBufferSize, setTcpBufferSize) DtDECLARE_INT_ACCESSOR_MUTATOR(theTcpCompressionLevelRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel 
DtDECLARE_INT_ACCESSOR_MUTATOR (theTcpNoDelayRidName, tcpNoDelay, setTcpNoDelay) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theThrowExceptionForDisabledServiceRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theThrowExceptionOnConcurrentAccessRidName, throwExceptionOnConcurrentAccess, setThrowExceptionOnConcurrentAccess) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theThrowExceptionCallNotAllowedFromWithinCallbackRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableWarningsForDisabledServicesRidName, enableWarningsForDisabledServices, setEnableWarningsForDisabledServices) DtDECLARE_INT_ACCESSOR_MUTATOR(theTickFavorsNetworkRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork 
DtDECLARE_INT_ACCESSOR_MUTATOR (theTimeMgmtRidName, timeMgmt, setTimeMgmt) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theTransmitDelayRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theTransmitRateRidName, transmitRate, setTransmitRate) DtDECLARE_INT_ACCESSOR_MUTATOR(theUdpCompressionLevelRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel 
DtDECLARE_INT_ACCESSOR_MUTATOR (theUdpPortRidName, udpPort, setUdpPort) DtDECLARE_INT_ACCESSOR_MUTATOR(theTcpPortRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort 
DtDECLARE_INT_ACCESSOR_MUTATOR (theUse32BitsForValueSizeRidName, use32BitsForValueSize, setUse32BitsForValueSize) DtDECLARE_INT_ACCESSOR_MUTATOR(theUseBusyWaitForTickMinMaxRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theUseRandomNumberForFedHandleRidName, useRandomNumberForFedHandle, setUseRandomNumberForFedHandle) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theUseRtiExecRidName
 RID Parameters Declarations.
setLogFileName
setMaxChannelAddr
setMaxIOCount
setMaxNumFederates
setMcastDiscoveryAddrString
setMcastDiscoveryPort
setMcastTtl
setMomExceptionLogging
setMomModuleExtensionFileName
setNotifyLevel
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec 
DtDECLARE_INT_ACCESSOR_MUTATOR (theVariableLengthDataUsesNullRidName, variableLengthDataUsesNull, setVariableLengthDataUsesNull) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theConfigureConnectionWithRidRidName
 RID Parameters Declarations.

Detailed Description

This class manages the RTI's start-up configuration using both MTL variables and functions.

Member Typedef Documentation

typedef std::vector< MAKRti::DtInetAddr > DtRIDParameters::DtInetAddrList
typedef std::vector< MAKRti::DtString > DtRIDParameters::DtStringList

Member Enumeration Documentation

0 == no Async IO 1 == Asynchronous IO, (same as old parameter RTI_asynchronousIO ) 2 == Asynchronous IO + Asynchronous Message Processing (same as old parameter RTI_asynchronousMessageProcessing) 3 == Asynchronous IO + Asynchronous Callbacks ( same as old parameter RTI_asynchronousCallbacks )

Enumerator:
DtSynchronousMode 
DtAsynchronousMode 
DtAsynchronousProcessMessage 
DtAsynchronousCallbacks 

0 == ( Default ) FOM data is sent either best effort or reliable based on FOM settings.

(default, forced setting when using forceFullCompliance is enabled) 1 == All FOM data is sent best effort. (forced setting when using lightweight configurations) 2 == All FOM data is sent reliable. (only permitted when RTI_configureConnectionWithRid is 1)

Enumerator:
DtFomTransportTypeUseFomSettings 
DtFomTransportTypeUseBestEffort 
DtFomTransportTypeUseReliable 

0 == no RID consistency checking.

1 == The RTI should correct inconsistent variables 2 == The RTI should throw an exception if the rid is inconsistent.

Enumerator:
DtInconsistentRidDoNothing 
DtInconsistentRidAutoCorrect 
DtInconsistentRidThrowException 

Status of RID file search.

Enumerator:
DtUnInitialized 
DtRidFileFound 
DtCreationArgRidFileNotFound 
DtRtiRidFileAndRtiConfigFileNotFound 
DtRtiRidFileFileNotFound 
DtRtiConfigFileNotFound 
DtBadRelativePath 
DtNoRidFileSpecified 

Constructor & Destructor Documentation

DtRIDParameters::DtRIDParameters ( int  highestNotifyLevelDuringInitialization = MAKRti::DtNlFatal,
const std::vector< MAKRti::DtString > *const  ridExpressions = NULL,
bool  enableRtiExec = false 
)

constructors

DtRIDParameters::DtRIDParameters ( const MAKRti::DtString &  expression)
DtRIDParameters::DtRIDParameters ( const DtRIDParameters orig)
DtRIDParameters::~DtRIDParameters ( )
virtual

Member Function Documentation

void DtRIDParameters::accessorError ( const char *  parameterName) const
protectedvirtual

Handle error when accessor fails.

Referenced by forwarderRoutesFile(), processingModel(), and ridConsistencyChecking().

void DtRIDParameters::applyAmbassadorCreationArguments ( )
protected

rti1516::createRtiAmbassador has a std::set<wstring> argument which can be used to apply lisp changes to the rid as if the changes were in the rid file itself.

References getCreationLispExprs(), myEnv, and DtPopupHelper::popupAssistantMessage().

Referenced by initializeParameters().

void DtRIDParameters::applySpecifiedRidParameters ( const MAKRti::DtString &  expression)
virtual

Apply the RID initialization expression to this RID.

References myEnv.

Referenced by initializeParameters(), and DtRidFileTester::ridResponseCb().

int DtRIDParameters::asynchronousCallbacks ( ) const

deprecated.

Declaring as a private rid variable.

References RTI_asynchronousCallbacks.

Referenced by sanityCheckRIDParameters().

int DtRIDParameters::asynchronousIO ( ) const

deprecated.

Declaring as a private rid variable.

References RTI_asynchronousIO.

Referenced by sanityCheckRIDParameters().

int DtRIDParameters::asynchronousProcessMessage ( ) const

deprecated.

Declaring as a private rid variable.

References RTI_asynchronousProcessMessage.

Referenced by sanityCheckRIDParameters().

bool DtRIDParameters::buildDdmGrid ( MAKRti::DtFilename const &  gridConfigFilename)
protected

Read and process DDM fixed grid definition Returns false when gridConfigFilename not found.

References myFixedGridConfiguration, and DtFixedGridConfiguration::processFile().

Referenced by initializeFixedGrid().

void DtRIDParameters::buildDmFilterList ( bool  forObjectsElseInteractions)
protected
void DtRIDParameters::buildFomModulesList ( )
protected

read all additional Fom Modules specified from lisp env.

References getFullPathToRidFile(), myCreateFedExFomModules, myEnv, and myJoinFedExFomModules.

Referenced by initializeParameters().

void DtRIDParameters::checkUseRtiExec ( bool  forceEnableRtiExec)
protected

If forceEnableRtiExec is enabled ( we were instantiated from an ExecThread ) then make sure useRtiExec is set.

References configureConnectionWithRid, DtNoRidFileSpecified, DtSynchronousMode, getCreationLispExprs(), getFullPathToRidFile(), myEnv, myRidFileSearchStatus, DtPopupHelper::popupAssistantMessage(), processingModel(), setProcessingModel(), and useRtiExec.

Referenced by initializeParameters().

void DtRIDParameters::clearAncillaryForwarderGroupAddrs ( )

Clear the list of ancillary forwarder group addresses.

References myForwarderGroupAddrs.

Referenced by DtRtiExec::DtRtiExec().

DtString DtRIDParameters::compareRIDParameters ( DtRIDParameters ridParam) const
virtual

Compare the given RID with this one.

Returns a string containing the names of parameters that don't match.

References getParameter(), myFloatRidParameterDefaults, myIntRidParameterDefaults, and myStringRidParameterDefaults.

Referenced by ridMapFromLispString().

virtual void DtRIDParameters::compareRIDParameters ( DtRIDParameters ridParam,
std::map< MAKRti::DtString, int > &  intMap,
std::map< MAKRti::DtString, float > &  floatMap,
std::map< MAKRti::DtString, MAKRti::DtString > &  stringMap 
) const
virtual

Compare the given RID with this one.

Populates maps with names and values of parameters that don't match.

int DtRIDParameters::compliantSettingForParameter ( const MAKRti::DtString &  parameter) const

What is the required compliance setting for this parameter.

References myFullyCompliantParameters.

void DtRIDParameters::copyRidParameters ( const DtRIDParameters orig)
protected

copyRidParameters is used by the DtRIDParameters copy constructor to deep copy the DtRidParameter objects.

References createRidParameter(), floatRidParameters(), intRidParameters(), setParameter(), and stringRidParameters().

Referenced by DtRIDParameters().

const DtRIDParameters::DtStringList & DtRIDParameters::createFomModules ( ) const

Return the list of create FOM modules.

References myCreateFedExFomModules.

virtual int* DtRIDParameters::createRidParameter ( MAKRti::DtString  label,
MAKRti::DtString  name,
MAKRti::DtString  toolTip,
MAKRti::DtString  parent,
int  defaultValue,
bool  editable,
MAKRti::DtString  range 
)
protectedvirtual

createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).

createRidParameter will allocate memory for the variable and return the address allocated. DtRidParameter objects are expected to be valid for the lifetime of the DtRIDParameters object, ~DtRIDParameters calls destroyAllRidParameters and frees the allocated memory. copyRidParameters is used by the DtRIDParameters copy constructor to deep copy the DtRidParameter objects.

Referenced by copyRidParameters().

virtual MAKRti::DtString* DtRIDParameters::createRidParameter ( MAKRti::DtString  label,
MAKRti::DtString  name,
MAKRti::DtString  toolTip,
MAKRti::DtString  parent,
MAKRti::DtString  defaultValue,
bool  editable,
MAKRti::DtString  range 
)
protectedvirtual

createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).

createRidParameter will allocate memory for the variable and return the address allocated. DtRidParameter objects are expected to be valid for the lifetime of the DtRIDParameters object, ~DtRIDParameters calls destroyAllRidParameters and frees the allocated memory. copyRidParameters is used by the DtRIDParameters copy constructor to deep copy the DtRidParameter objects.

virtual float* DtRIDParameters::createRidParameter ( MAKRti::DtString  label,
MAKRti::DtString  name,
MAKRti::DtString  toolTip,
MAKRti::DtString  parent,
float  defaultValue,
bool  editable,
MAKRti::DtString  range 
)
protectedvirtual

createRidParameter will take and store all of the elements required of a DtRidParameter object, in three forms (int, MAKRti::DtString, and float).

createRidParameter will allocate memory for the variable and return the address allocated. DtRidParameter objects are expected to be valid for the lifetime of the DtRIDParameters object, ~DtRIDParameters calls destroyAllRidParameters and frees the allocated memory. copyRidParameters is used by the DtRIDParameters copy constructor to deep copy the DtRidParameter objects.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue setLogFileDirectoryName setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setConfigureConnectionWithRid DtInetAddr DtRIDParameters::destAddr ( ) const
const DtRIDParameters::DtInetAddrList & DtRIDParameters::destinationAddrs ( ) const

Return the list of additional destination addresses.

References myDestAddr.

Referenced by DtConnectionMgr::createBestEffortConn().

void DtRIDParameters::destroyAllRidParameters ( )
protected

destroy all RidParameter objects.

RidParameter objects are expected to be valid for the lifetime of the DtRIDParameter object.

References destroyRidParameter(), myFloatRidParameterDefaults, myIntRidParameterDefaults, and myStringRidParameterDefaults.

Referenced by ~DtRIDParameters().

void DtRIDParameters::destroyRidParameter ( MAKRti::DtString  name)
protected

destroy a single RidParameter object.

RidParameter objects are expected to be valid for the lifetime of the DtRIDParameter object.

References isFloatParameter(), isIntParameter(), isStringParameter(), myFloatRidParameterDefaults, myIntRidParameterDefaults, and myStringRidParameterDefaults.

Referenced by destroyAllRidParameters().

MAKRti::DtInetAddr DtRIDParameters::DMMulticastGroupInterface ( MAKRti::DtInetAddr  multicastGroup) const

Get the network interface for the specified DM Multicast address (returns networkInterfaceAddr() if no interface was specified)

DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( thePreferRidToFedSwitchTableName  ,
preferRidToFedSwitchTable  ,
setPreferRidToFedSwitchTable   
)

RID Parameters Declarations.

setAutoProvideSwitch DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theConveyRegionDesignatorSwitchName  ,
conveyRegionDesignatorSwitch  ,
setConveyRegionDesignatorSwitch   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theAttributeScopeAdvisorySwitchName  ,
attributeScopeAdvisorySwitch  ,
setAttributeScopeAdvisorySwitch   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theObjectClassRelevanceAdvisorySwitchName  ,
objectClassRelevanceAdvisorySwitch  ,
setObjectClassRelevanceAdvisorySwitch   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theServiceReportingSwitchName  ,
serviceReportingSwitch  ,
setServiceReportingSwitch   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theDelaySubscriptionEvaluationSwitchName  ,
delaySubscriptionEvaluationSwitch  ,
setDelaySubscriptionEvaluationSwitch   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theFullFedFileDistributionName  ,
fullFedFileDistribution  ,
setFullFedFileDistribution   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableBestEffortSendRetryRidName  ,
enableBestEffortSendRetry  ,
setEnableBestEffortSendRetry   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableFederateHeartbeatRidName  ,
enableFederateHeartbeat  ,
setEnableFederateHeartbeat   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableFomBackwardsCompatibilityRidName  ,
enableFomBackwardsCompatibility  ,
setEnableFomBackwardsCompatibility   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableMessageThrottlingRidName  ,
enableMessageThrottling  ,
setEnableMessageThrottling   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableLRCNetworkStatisticsMonitoringRidName  ,
lrcNetworkStatisticsMonitoringEnabled  ,
setLrcNetworkStatisticsMonitoringEnabled   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnablePacketBundlingRidName  ,
enablePacketBundling  ,
setEnablePacketBundling   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableSharedMemoryExecEventLogRidName  ,
enableSharedMemoryExecEventLog  ,
setEnableSharedMemoryExecEventLog   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableTcpSmartForwardingRidName  ,
isTcpSmartForwardingEnabled  ,
setTcpSmartForwardingEnabled   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableUdpSmartForwardingRidName  ,
isUdpSmartForwardingEnabled  ,
setUdpSmartForwardingEnabled   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theMcastDiscoveryEnabledRidName  ,
mcastDiscoveryEnabled  ,
setMcastDiscoveryEnabled   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theReconnectEnabledRidName  ,
reconnectEnabled  ,
setReconnectEnabled   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theRouteToAllByDefaultRidName  ,
routeToAllByDefault  ,
setRouteToAllByDefault   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theThrowExceptionOnConcurrentAccessRidName  ,
throwExceptionOnConcurrentAccess  ,
setThrowExceptionOnConcurrentAccess   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableWarningsForDisabledServicesRidName  ,
enableWarningsForDisabledServices  ,
setEnableWarningsForDisabledServices   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theUseRandomNumberForFedHandleRidName  ,
useRandomNumberForFedHandle  ,
setUseRandomNumberForFedHandle   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theAutoProvideDelayRidName  ,
autoProvideDelay  ,
setAutoProvideDelay   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theExecMcastDiscoveryDelayRidName  ,
execMcastDiscoveryDelay  ,
setExecMcastDiscoveryDelay   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theFederateHeartbeatIntervalRidName  ,
federateHeartbeatInterval  ,
setFederateHeartbeatInterval   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theFederateTimeoutIntervalRidName  ,
federateTimeoutInterval  ,
setFederateTimeoutInterval   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theForwardingDelayRidName  ,
forwardingDelay  ,
setForwardingDelay   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theIOPeriodRidName  ,
IOPeriod  ,
setIOPeriod   
)

RID Parameters Declarations.

DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theTickWaitPeriodRidName  ,
tickWaitPeriod  ,
setTickWaitPeriod   
)

RID Parameters Declarations.

setLogFileName DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theLrcMcastDiscoveryDelayRidName  ,
lrcMcastDiscoveryDelay  ,
setLrcMcastDiscoveryDelay   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theSharedMemoryMgrMaxWaitRidName  ,
sharedMemMgrMaxWait  ,
setSharedMemMgrMaxWait   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theTransmitRateRidName  ,
transmitRate  ,
setTransmitRate   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theBestEffortSendRetriesRidName  ,
bestEffortSendRetries  ,
setBestEffortSendRetries   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theCatchFedAmbExceptionsRidName  ,
catchFedAmbExceptions  ,
setCatchFedAmbExceptions   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theConveyOnlyAvailableDimensionsRidName  ,
conveyOnlyAvailableDimensions  ,
setConveyOnlyAvailableDimensions   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDataDistMgmtRidName  ,
dataDistMgmt  ,
setDataDistMgmt   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDdmFixedGridRidName  ,
ddmFixedGrid  ,
setDdmFixedGrid   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDisableUnlicensedForTwoRidName  ,
disableUnlicensedForTwo  ,
setDisableUnlicensedForTwo   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDistributedForwarderPortRidName  ,
distributedForwarderPort  ,
setDistributedForwarderPort   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDistributeFedFileAsynchronouslyRidName  ,
distributeFedFileAsynchronously  ,
setDistributeFedFileAsynchronously   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDumpFedRidName  ,
dumpFed  ,
setDumpFed   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theFomDataTransportTypeControlRidName  ,
fomDataTransportTypeControl  ,
setFomDataTransportTypeControl   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theForceFullComplianceRidName  ,
forceFullCompliance  ,
setForceFullCompliance   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theInternalMsgReliableWhenUsingRtiexecRidName  ,
internalMsgReliableWhenUsingRtiexec  ,
setInternalMsgReliableWhenUsingRtiexec   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMaxForwarderQueueRidName  ,
maxForwarderQueue  ,
setMaxForwarderQueue   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMaxIOQueueRidName  ,
maxIOQueue  ,
setMaxIOQueue   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMaxUdpPacketSizeRidName  ,
maxUdpPacketSize  ,
setMaxUdpPacketSize   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMcastDiscoveryTriesRidName  ,
mcastDiscoveryTries  ,
setMcastDiscoveryTries   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMomFederateUpdateIntervalRidName  ,
momFederateUpdateInterval  ,
setMomFederateUpdateInterval   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMomServiceAvailableRidName  ,
momServiceAvailable  ,
setMomServiceAvailable   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( thePacketBundlingSizeRidName  ,
packetBundlingSize  ,
setPacketBundlingeSize   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theProcessUnknownUpdatesForDiscoveryRidName  ,
processUnknownUpdatesForDiscovery  ,
setProcessUnknownUpdatesForDiscovery   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theReuseLogFileRidName  ,
reuseLogFile  ,
setReuseLogFile   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theRtiExecPerformsLicensingRidName  ,
rtiExecPerformsLicensing  ,
setRtiExecPerformsLicensing   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSaveRestoreTimeoutRidName  ,
saveRestoreTimeout  ,
setSaveRestoreTimeout   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSendDiscoveredClassRidName  ,
sendDiscoveredClass  ,
setSendDiscoveredClass   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSingleCallbackPerTickRidName  ,
singleCallbackPerTick  ,
setSingleCallbackPerTick   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSmartForwardingLevelRidName  ,
smartForwardingLevel  ,
setSmartForwardingLevel   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theStrictFomCheckingRidName  ,
strictFomChecking  ,
setStrictFomChecking   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theTcpBufferSizeRidName  ,
tcpBufferSize  ,
setTcpBufferSize   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theTcpNoDelayRidName  ,
tcpNoDelay  ,
setTcpNoDelay   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theTimeMgmtRidName  ,
timeMgmt  ,
setTimeMgmt   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theUdpPortRidName  ,
udpPort  ,
setUdpPort   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theUse32BitsForValueSizeRidName  ,
use32BitsForValueSize  ,
setUse32BitsForValueSize   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theVariableLengthDataUsesNullRidName  ,
variableLengthDataUsesNull  ,
setVariableLengthDataUsesNull   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theDefaultFedFileRidName  ,
defaultFedFile  ,
setDefaultFedFile   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theDestAddrStringRidName  ,
destAddrString  ,
setDestAddrString   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theMinChannelAddrRidName  ,
minChannelAddr  ,
setMinChannelAddr   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theRtiForwarderLogFileNameRidName  ,
rtiForwarderLogFileName  ,
setRtiForwarderLogFileName   
)

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theSharedMemoryNameRidName  ,
sharedMemName  ,
setSharedMemName   
)

RID Parameters Declarations.

int DtRIDParameters::enableBigMessage ( ) const

deprecated.

Declaring as a private rid variable.

References RTI_enableBigMessage.

Referenced by sanityCheckRIDParameters().

void DtRIDParameters::extractRidExpressions ( const std::vector< MAKRti::DtString > &  ridExpressions)
protected

Parses supplied strings and extracts RID expressions.

Expressions are processed after RID file is processed. Entry may contain RID file name directive at beginning, in which case, remainder of entry is processed as an expression.

References extractRidFileName(), and myCreationLispExprs.

bool DtRIDParameters::extractRidFileName ( const MAKRti::DtString &  arg)
protected

Parses string for RID file name directive (must be at beginning of string).

If found, extracts file name and sets it as the file name to open. Return bool: directive found?

References myCreationFileName.

Referenced by extractRidExpressions().

DtFilename DtRIDParameters::findLispFile ( )
protected

lookup the RID file base on args passed to createRTIAmbassador (1516 only) working directory and env.

variables: RTI_RID_FILE and RTI_CONFIG and set myName and myFullPathToRidFile Returns "" if file not found (ie - using default params) on return, restOfArgs will point to char* representation of lisp expressions that were (possibly) input to createRTIAmbassador (again 1516 only).

References DtBadRelativePath, DtCreationArgRidFileNotFound, DtNoRidFileSpecified, DtRidFileFound, DtRtiConfigFileNotFound, DtRtiRidFileAndRtiConfigFileNotFound, DtRtiRidFileFileNotFound, DtSystemPathSeparator, getCreationFileName(), getCWD(), and myRidFileSearchStatus.

Referenced by loadLispFile().

DtFixedGridConfiguration * DtRIDParameters::fixedGridConfiguration ( ) const

Get the DDM fixed grid configuration Returns NULL if not initialized.

References myFixedGridConfiguration.

const std::map< DtString, DtRIDParameters::DtFloatRidParameter > & DtRIDParameters::floatRidParameters ( ) const

Return the map of float parameters.

References myFloatRidParameterDefaults.

Referenced by copyRidParameters(), and DtRidWidget::setRidParams().

void DtRIDParameters::forceParametersToCompliance ( )
const DtRIDParameters::DtInetAddrAndPortSet & DtRIDParameters::forwarderGroupAddrs ( ) const

Return the list of forwarder group addresses.

References myForwarderGroupAddrs.

Referenced by DtConnectionMgr::createAncillaryRelConns().

unsigned int DtRIDParameters::forwarderGroupSize ( )

Return the size of the forwarder group list.

References myForwarderGroupAddrs.

Referenced by DtAsyncConnectionMgr::DtAsyncConnectionMgr(), and DtConnectionMgr::initConnections().

const DtFilename DtRIDParameters::forwarderRoutesFile ( ) const

Returns the forwarder routes file name.

References accessorError(), getParameter(), and theForwarderRoutesFileRidName.

Referenced by initializeParameters(), DtRouteMap::openRoutesFile(), and registerParameters().

void DtRIDParameters::fullyCompliantParameters ( std::map< MAKRti::DtString, int > &  parameters) const

Caller passes fullyCompliantParameters an empty map which will be populated with the compliance parameters and their compliant settings.

Map will be emptied if it isn't already.

References myFullyCompliantParameters.

Referenced by DtRidWidget::refreshValues().

const std::string & DtRIDParameters::getCreationFileName ( ) const

returns reference to member myCreationFileName.

References myCreationFileName.

Referenced by findLispFile().

const DtString & DtRIDParameters::getCreationLispExprs ( ) const

returns reference to member myCreationLispExprs

References myCreationLispExprs.

Referenced by applyAmbassadorCreationArguments(), and checkUseRtiExec().

DtFilename DtRIDParameters::getFullPathToRidFile ( ) const
virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
MAKRti::DtString &  value,
std::map< MAKRti::DtString, DtStringRidParameter >::const_iterator &  iter 
) const
virtual
virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
MAKRti::DtString &  value 
) const
virtual
virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
int &  value,
std::map< MAKRti::DtString, DtIntRidParameter >::const_iterator &  iter 
) const
virtual

Get the integer value for the given parameter name Returns boolean: got value successfully?

virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
int &  value 
) const
virtual
virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
float &  value,
std::map< MAKRti::DtString, DtFloatRidParameter >::const_iterator &  iter 
) const
virtual

Get the float value for the given parameter name Returns boolean: got value successfully?

virtual bool DtRIDParameters::getParameter ( const MAKRti::DtString &  name,
float &  value 
) const
virtual
void DtRIDParameters::initializeDestAddrs ( )
protected

Build list of Dest Addrs.

References myDestAddr, and myEnv.

Referenced by initializeParameters().

void DtRIDParameters::initializeFixedGrid ( )
protected

Build and print the Fixed DDM Grid.

References buildDdmGrid(), ddmFixedGridFilename, myFixedGridConfiguration, and DtFixedGridConfiguration::print().

Referenced by initializeParameters().

void DtRIDParameters::initializeForwarderGroups ( )
protected

Build list of Forwarder Groups.

References DtDefaultInterfaceAddr(), myEnv, myForwarderGroupAddrs, tcpForwarderAddr(), and tcpPort.

Referenced by initializeParameters().

void DtRIDParameters::initializeParameters ( bool  forceEnableRtiExec,
const MAKRti::DtString &  expression = MAKRti::DtString::nullString() 
)
protected
void DtRIDParameters::initializeUpdateRates ( )
protected
const DtRIDParameters::DtDMFilterList & DtRIDParameters::interactionMulticastDefinitions ( ) const

Return the interaction class definitions for DM mulitcast filtering.

References myIntMulticastDefinition.

Referenced by DtFomClassMgr::initDMFilteringParameters().

const std::map< DtString, DtRIDParameters::DtIntRidParameter > & DtRIDParameters::intRidParameters ( ) const

Return the map of integer parameters.

References myIntRidParameterDefaults.

Referenced by copyRidParameters(), and DtRidWidget::setRidParams().

bool DtRIDParameters::isFloatParameter ( const MAKRti::DtString &  ) const

Does the given parameter have a float value?

References myFloatRidParameterDefaults.

Referenced by DtRidWidget::destroyRidParameter(), destroyRidParameter(), and ridsToConsistencyCheck().

bool DtRIDParameters::isFullyCompliant ( ) const

Is this RID Params object fully compliant?

References getParameter(), and myFullyCompliantParameters.

Referenced by DtConnectionMgr::initConnections(), and DtRtiexecObserverForAssistant::sendConnectionInfo().

bool DtRIDParameters::isIntParameter ( const MAKRti::DtString &  ) const

Does the given parameter have an integer value?

References myIntRidParameterDefaults.

Referenced by DtRidWidget::destroyRidParameter(), destroyRidParameter(), and ridsToConsistencyCheck().

bool DtRIDParameters::isStringParameter ( const MAKRti::DtString &  ) const

Does the given parameter have a string value?

References myStringRidParameterDefaults.

Referenced by DtRidWidget::destroyRidParameter(), destroyRidParameter(), and ridsToConsistencyCheck().

const DtRIDParameters::DtStringList & DtRIDParameters::joinFomModules ( ) const

Return the names of join FOM modules.

References myJoinFedExFomModules.

void DtRIDParameters::loadLispExpressions ( )
protected
void DtRIDParameters::loadLispFile ( )
protected
DtInetAddr DtRIDParameters::maxChannel ( ) const

Get the Maximum DDM multicast address as a network address (versus string representation).

References maxChannelAddr.

Referenced by sanityCheckUdpAddressFamily().

int DtRIDParameters::maxObjectsPerFederate ( ) const
DtString DtRIDParameters::mcastDevAddrString ( ) const

deprecated.

Declaring as a private rid variable.

References RTI_mcastDevAddrString.

Referenced by sanityCheckReliableConnRIDParameters().

DtInetAddr DtRIDParameters::mcastDiscoveryAddr ( ) const

Get the multicast discovery address as a network address (versus string representation).

References mcastDiscoveryAddrString.

Referenced by DtMulitcastDiscoveryMgr::init(), and sanityCheckTcpAddressFamily().

DtInetAddr DtRIDParameters::minChannel ( ) const

Get the minimum DDM multicast address as a network address (versus string representation).

Referenced by sanityCheckUdpAddressFamily().

const DtMtlEnvironment & DtRIDParameters::mtlEnvironment ( ) const

returns mtl environment

References myEnv.

Referenced by ridMapFromLispString().

DtMtlEnvironment & DtRIDParameters::mtlEnvironment ( )
protected

returns mtl environment

References myEnv.

void DtRIDParameters::mutatorError ( const char *  parameterName) const
protectedvirtual

Handle error when mutator fails.

Referenced by setForwarderRoutesFile(), setProcessingModel(), and setRidConsistencyChecking().

DtInetAddr DtRIDParameters::networkInterfaceAddr ( ) const
DtString DtRIDParameters::networkInterfaceAddrString ( ) const
const DtRIDParameters::DtDMFilterList & DtRIDParameters::objectMulticastDefinitions ( ) const

Return the object class definitions for DM mulitcast filtering.

References myObjMulticastDefinition.

Referenced by DtFomClassMgr::initDMFilteringParameters().

void DtRIDParameters::overrideRidParameters ( const std::map< std::string, std::string > &  params)
static

Sets the the RID parameters to be overridden after the RID file is loaded.

Must be called prior to instantiation of the DtRIDParameters object. Takes a map of RID parameter names to values.

References theOverrideParameters.

Referenced by DtOverrideRidParameters().

void DtRIDParameters::populateRidGroups ( )
protected

Populate the compliant, federation, LRC, etc. lists.

References myFullyCompliantParameters, theCheckFlagRidName, theCompliantCheckFlag, theCompliantDataDistMgmt, theCompliantDistributeFedFile, theCompliantEnableHlaObjectNamePrefix, theCompliantEnableNameReservation, theCompliantEnableSaveRestoreWhenUsingRtiexec, theCompliantEnableUpdateRateReduction, theCompliantExtend13and1516interop, theCompliantFomDataTransportTypeControl, theCompliantFomModuleMerging, theCompliantInternalMsgReliableWhenUsingRtiexec, theCompliantMomFederateUpdateInterval, theCompliantMomServiceAvailable, theCompliantPreferRidToFedSwitchTable, theCompliantProcessUnknownUpdatesForDiscovery, theCompliantSendDiscoveredClass, theCompliantStrictFomChecking, theCompliantThrowExceptionCallNotAllowedFromWithinCallback, theCompliantTimeMgmt, theCompliantUseRtiExec, theDataDistMgmtRidName, theDistributeFedFileRidName, theEnableHlaObjectNamePrefixRidName, theEnableNameReservationRidName, theEnableSaveRestoreWhenUsingRtiexecRidName, theEnableUpdateRateReductionRidName, theExtend13and1516interopRidName, theFomDataTransportTypeControlRidName, theFomModuleMergingRidName, theInternalMsgReliableWhenUsingRtiexecRidName, theMomFederateUpdateIntervalRidName, theMomServiceAvailableRidName, thePreferRidToFedSwitchTableName, theProcessUnknownUpdatesForDiscoveryRidName, theSendDiscoveredClassRidName, theStrictFomCheckingRidName, theThrowExceptionCallNotAllowedFromWithinCallbackRidName, theTimeMgmtRidName, and theUseRtiExecRidName.

Referenced by initializeParameters().

void DtRIDParameters::printParameters ( )
DtRIDParameters::DtAsynchronousIOModeEnum DtRIDParameters::processingModel ( ) const
void DtRIDParameters::registerParameters ( )
protected

(called from constructor) registers all MTL parameters

References addressDelay, allProvideUpdateRequestsDelayed, attributeRelevanceAdvisorySwitch, autoProvideSwitch, bestEffortSendRetryWaitUsec, configureConnectionWithRid, conveyProducingFederateSwitch, crcCheckFedFile, ddmFixedGridFilename, defaultTimeImplementation, deleteOrphans, detachNotifyLevelFromStdOut, discoveryMsgBundlingDelay, distributedUdpForwarderMode, distributeFedFile, DtInconsistentRidDoNothing, DtREGISTER_PRIVATE_VARIABLE, DtREGISTER_PUBLIC_FLOAT_VARIABLE, DtREGISTER_PUBLIC_FLOAT_VARIABLE_EDITABLE, DtREGISTER_PUBLIC_INT_VARIABLE, DtREGISTER_PUBLIC_INT_VARIABLE_EDITABLE, DtREGISTER_PUBLIC_STRING_VARIABLE, DtREGISTER_PUBLIC_STRING_VARIABLE_EDITABLE, dualTransmitFirstInteractionRegions, dumpRid, enableCheckVersion, enableFedexMsgRouting, enableHlaObjectNamePrefix, enableNameReservation, enableNetworkTesting, enableSaveRestoreWhenUsingRtiexec, enableUpdateRateReduction, exceptionReportingSwitch, extend13and1516interop, federateReconnectPause, flushTimeoutInterval, fomModuleMerging, forceUnlicensedForTwo, forwarderRoutesFile(), implicitDdmParamsFile, interactionRelevanceAdvisorySwitch, logFileDirectory, logFileName, maxChannelAddr, maxIOCount, maxNumFederates, mcastDiscoveryAddrString, mcastDiscoveryPort, mcastTtl, momExceptionLogging, momModuleExtensionFileName, networkInterfaceAddr(), notifyLevel, preferLocalFomModules, processingModel(), receiveTolerance, responseInterval, reuseReleasedObjectHandles, ridConsistencyChecking(), RTI_asynchronousCallbacks, RTI_asynchronousIO, RTI_asynchronousProcessMessage, RTI_enableBigMessage, RTI_maxObjectsPerFederate, RTI_mcastDevAddrString, RTI_transmitLaggardLBTS, rtiExecLogFileName, rtiExecReconnectPause, saveRestoreDirectory, saveTransientMessages, sharedMemExecLogFileName, socketReceiveBufferSize, socketSendBufferSize, strictNameReservation, tcpCompressionLevel, tcpForwarderAddr(), tcpPort, theAddressDelayRidName, theAdvancedNetworkingGroupName, theAdvisoriesGroupName, theAllProvideUpdateRequestsDelayedRidName, theAsynchGroupName, theAttributeRelevanceAdvisorySwitchName, theAttributeScopeAdvisorySwitchName, theAutoProvideDelayRidName, theAutoProvideSwitchName, theBestEffortSendRetriesRidName, theBestEffortSendRetryWaitUsecRidName, theCatchFedAmbExceptionsRidName, theCheckFlagRidName, theCommunicationsGroupName, theCompressionGroupName, theConfigureConnectionWithRidRidName, theConveyOnlyAvailableDimensionsRidName, theConveyProducingFederateSwitchName, theConveyRegionDesignatorSwitchName, theCrcCheckFedFileRidName, theDataDistMgmtRidName, theDdmFixedGridFilenameRidName, theDdmFixedGridRidName, theDdmGroupName, theDefaultFedFileRidName, theDefaultIpv4DestAddr, theDefaultTimeImplementationRidName, theDelaySubscriptionEvaluationSwitchName, theDeleteOrphansRidName, theDeprecatedAsynchronousCallbacksRidName, theDeprecatedAsynchronousIORidName, theDeprecatedAsynchronousProcessMessageRidName, theDeprecatedEnableBigMessageRidName, theDeprecatedMcastDevAddrStringRidName, theDestAddrStringRidName, theDetachNotifyLevelFromStdOutRidName, theDiagnosticGroupName, theDisableUnlicensedForTwoRidName, theDiscoveryMsgBundlingDelayRidName, theDistributedForwarderPortRidName, theDistributedUdpForwarderModeRidName, theDistributeFedFileAsynchronouslyRidName, theDistributeFedFileRidName, theDualTransmitFirstInteractionRegionsRidName, theDumpFedRidName, theDumpRidRidName, theEnableBestEffortSendRetryRidName, theEnableCheckVersionRidName, theEnableFederateHeartbeatRidName, theEnableFedexMsgRoutingRidName, theEnableFomBackwardsCompatibilityRidName, theEnableHlaObjectNamePrefixRidName, theEnableLRCNetworkStatisticsMonitoringRidName, theEnableMessageThrottlingRidName, theEnableNameReservationRidName, theEnableNetworkTestingRidName, theEnablePacketBundlingRidName, theEnableSaveRestoreWhenUsingRtiexecRidName, theEnableSharedMemoryExecEventLogRidName, theEnableTcpCompressionRidName, theEnableTcpSmartForwardingRidName, theEnableUdpCompressionRidName, theEnableUdpSmartForwardingRidName, theEnableUpdateRateReductionRidName, theEnableWarningsForDisabledServicesRidName, theExceptionReportingSwitchName, theExecMcastDiscoveryDelayRidName, theExtend13and1516interopRidName, theFaultToleranceGroupName, theFederateHeartbeatIntervalRidName, theFederateReconnectPauseRidName, theFederateTimeoutIntervalRidName, theFlushTimeoutIntervalRidName, theFomDataTransportTypeControlRidName, theFomGroupName, theFomModuleMergingRidName, theForceFullComplianceRidName, theForceUnlicensedForTwoRidName, theForwarderGroupName, theForwarderRoutesFileRidName, theForwardingDelayRidName, theFullFedFileDistributionName, theImplicitDdmParamsFileRidName, theInteractionRelevanceAdvisorySwitchName, theInternalMsgReliableWhenUsingRtiexecRidName, theIOLockQueueRidName, theIOPeriodRidName, theLicensingGroupName, theLogFileDirectoryName, theLogFileNameRidName, theLrcMcastDiscoveryDelayRidName, theMaxChannelAddrRidName, theMaxForwarderQueueRidName, theMaxIOCountRidName, theMaxIOQueueRidName, theMaxNumFederatesRidName, theMaxObjectsPerFederateRidName, theMaxUdpPacketSizeRidName, theMcastDiscoveryAddrStringRidName, theMcastDiscoveryEnabledRidName, theMcastDiscoveryPortRidName, theMcastDiscoveryTriesRidName, theMcastTtlRidName, theMinChannelAddrRidName, theMomExceptionLoggingRidName, theMomFederateUpdateIntervalRidName, theMomGroupName, theMomModuleExtensionFileNameRidName, theMomServiceAvailableRidName, theMulticastDiscoveryGroupName, theNameReservationGroupName, theNetworkInterfaceAddrRidName, theNotifyLevelRidName, theObjectClassRelevanceAdvisorySwitchName, theOptionalServicesGroupName, thePacketBundlingSizeRidName, thePreferLocalFomModulesRidName, thePreferRidToFedSwitchTableName, theProcessingModelRidName, theProcessUnknownUpdatesForDiscoveryRidName, theReceiveToleranceRidName, theReconnectEnabledRidName, theResponseIntervalRidName, theReuseLogFileRidName, theReuseReleasedObjectHandlesRidName, theRidConsistencyCheckingRidName, theRouteToAllByDefaultRidName, theRtiExecLogFileNameRidName, theRtiExecPerformsLicensingRidName, theRtiExecReconnectPauseRidName, theRtiForwarderLogFileNameRidName, theSaveRestoreDirectoryRidName, theSaveRestoreGroupName, theSaveRestoreTimeoutRidName, theSaveTransientMessagesRidName, theSendDiscoveredClassRidName, theServiceImplGroupName, theServiceReportingSwitchName, theSharedMemExecLogFileNameRidName, theSharedMemoryGroupName, theSharedMemoryMgrMaxWaitRidName, theSharedMemoryModeRidName, theSharedMemoryNameRidName, theSharedMemoryQueueLengthRidName, theSingleCallbackPerTickRidName, theSmartForwardingLevelRidName, theSocketReceiveBufferSizeRidName, theSocketSendBufferSizeRidName, theStrictFomCheckingRidName, theStrictNameReservationRidName, theTcpBufferSizeRidName, theTcpCompressionLevelRidName, theTcpForwarderAddrRidName, theTcpNoDelayRidName, theTcpPortRidName, theThrowExceptionCallNotAllowedFromWithinCallbackRidName, theThrowExceptionForDisabledServiceRidName, theThrowExceptionOnConcurrentAccessRidName, theTickFavorsNetworkRidName, theTickWaitPeriodRidName, theTimeMgmtRidName, theTransmitDelayRidName, theTransmitLaggardLBTSRidName, theTransmitRateRidName, theUdpCompressionLevelRidName, theUdpPortRidName, theUse32BitsForValueSizeRidName, theUseBusyWaitForTickMinMaxRidName, theUseRandomNumberForFedHandleRidName, theUseRtiExecRidName, theUseTheDefaultChannelAddrStr, theVariableLengthDataUsesNullRidName, throwExceptionCallNotAllowedFromWithinCallback, throwExceptionForDisabledService, tickFavorsNetwork, transmitDelay, udpCompressionLevel, useBusyWaitForTickMinMax, and useRtiExec.

Referenced by DtRIDParameters().

bool DtRIDParameters::requiredComplianceParameter ( const MAKRti::DtString &  parameter) const

Is this parameter required for compliance.

References myFullyCompliantParameters.

MAKRti::DtString DtRIDParameters::resolveAbsoluteFileLocation ( MAKRti::DtString  path,
MAKRti::DtString  fileName 
)

Returns the absolute file location.

References DtSystemPathSeparator, and NULL.

Referenced by DtRtiAmbassadorBaseImplementor::setupConnection().

void DtRIDParameters::revertComplianceParametersToOriginalSettings ( )

Forces all compliant parameters back to their original values.

References myFullyCompliantParameters, and setParameter().

Referenced by DtConnectionMgr::initConnections().

DtRIDParameters::DtInconsistentRidReaction DtRIDParameters::ridConsistencyChecking ( ) const

Returns value of RID consistency checking variable.

0 == no RID consistency checking. 1 == correct inconsistent variables 2 == federate throws exception if rid is inconsistent.

References accessorError(), getParameter(), and theRidConsistencyCheckingRidName.

Referenced by DtRtiExecFederateMgr::applyRidParameters(), registerParameters(), DtRidFileTester::ridResponseCb(), and sanityCheckRIDParameters().

bool DtRIDParameters::ridMapFromLispString ( const MAKRti::DtString &  inputString,
std::map< MAKRti::DtString, int > &  intMap,
std::map< MAKRti::DtString, float > &  floatMap,
std::map< MAKRti::DtString, MAKRti::DtString > &  stringMap 
) const
virtual

Populate the maps with rid parameters (names and values) for each parameter name found in the given input string.

References compareRIDParameters(), and mtlEnvironment().

Referenced by DtRidFileTester::ridResponseCb().

const MAKRti::DtFilename& DtRIDParameters::ridName ( ) const

Returns the RID file name.

DtString DtRIDParameters::ridsToConsistencyCheck ( )
virtual

Consistency checking is performed on a subset of RID parameters Returns a string containing the names of those parameters that should be consistency checked.

References getParameter(), isFloatParameter(), isIntParameter(), isStringParameter(), and myEnv.

Referenced by DtRtiExec::ridRequestCb().

void DtRIDParameters::sanityCheckAddressFamily ( )
void DtRIDParameters::sanityCheckReliableConnRIDParameters ( )
void DtRIDParameters::sanityCheckRIDParameters ( )
void DtRIDParameters::sanityCheckTcpAddressFamily ( )
void DtRIDParameters::sanityCheckUdpAddressFamily ( )
void DtRIDParameters::saveOriginalCompliantSettings ( )

Saves the current settings of the compliance parameters as the original settings.

References getParameter(), and myFullyCompliantParameters.

DtFilename DtRIDParameters::saveRestoreDirectoryPath ( )

Return the directory with an appended path separator.

References saveRestoreDirectory.

Referenced by DtFedExec::DtFedExec(), and DtFederateMgr::getSaveFileName().

void DtRIDParameters::setForwarderRoutesFile ( MAKRti::DtFilename  file)

Set the forwarder routes file name.

References mutatorError(), setParameter(), and theForwarderRoutesFileRidName.

void DtRIDParameters::setMaxObjectsPerFederate ( int  val)

Set maximum number of objects allowed in a federation.

References RTI_maxObjectsPerFederate.

Referenced by sanityCheckRIDParameters().

void DtRIDParameters::setNetworkInterfaceAddr ( const MAKRti::DtString &  networkIFace)
bool DtRIDParameters::setParameter ( const MAKRti::DtString &  name,
const MAKRti::DtString &  val 
)
bool DtRIDParameters::setParameter ( const MAKRti::DtString &  name,
int  val 
)

Set the integer value for the given parameter name Returns boolean: set value successfully?

bool DtRIDParameters::setParameter ( const MAKRti::DtString &  name,
float  val 
)

Set the float value for the given parameter name Returns boolean: set value successfully?

void DtRIDParameters::setProcessingModel ( DtAsynchronousIOModeEnum  value)
void DtRIDParameters::setRidConsistencyChecking ( DtInconsistentRidReaction  value)

Set value of RID consistency checking variable.

References mutatorError(), setParameter(), and theRidConsistencyCheckingRidName.

Referenced by sanityCheckRIDParameters().

void DtRIDParameters::setTcpForwarderAddr ( const MAKRti::DtString &  addr)
void DtRIDParameters::setTransmitLaggardLBTS ( int  yesNo)

Set the indicator to transmit laggard LBTS value.

References RTI_transmitLaggardLBTS.

void DtRIDParameters::setUseRoutesFile ( bool  fileShouldBeUsed)
const std::map< DtString, DtRIDParameters::DtStringRidParameter > & DtRIDParameters::stringRidParameters ( ) const

Return the map of string parameters.

References myStringRidParameterDefaults.

Referenced by copyRidParameters(), and DtRidWidget::setRidParams().

DtInetAddr DtRIDParameters::tcpForwarderAddr ( ) const
DtString DtRIDParameters::tcpForwarderAddrString ( ) const
void DtRIDParameters::toLispString ( MAKRti::DtString &  lispString)
virtual
int DtRIDParameters::transmitLaggardLBTS ( ) const

Return the indicator to transmit laggard LBTS value.

References RTI_transmitLaggardLBTS.

DtUpdateNameRateMap const & DtRIDParameters::updateRates ( ) const

Return the map between update rate names and values.

References myUpdateRates.

Referenced by DtFomClassMgr::initUpdateRates().

const std::vector< DtUpdateRateSubscriptionStruct > & DtRIDParameters::updateRateSubscriptions ( ) const

Return the update rate subscription definitions.

References myUpdateRateSubscriptions.

Referenced by DtFomClassMgr::initUpdateRates().

bool DtRIDParameters::useDMFiltering ( ) const

Returns true if we should use DM filtering.

References myIntMulticastDefinition, and myObjMulticastDefinition.

Referenced by DtFomClassMgr::initDMFilteringParameters().

bool DtRIDParameters::useGroupSocket ( ) const

Returns true if we should use a group socket; 0 otherwise.

References myDestAddr.

Referenced by DtConnectionMgr::createBestEffortConn().

bool DtRIDParameters::useRoutesFile ( ) const

Set/Get routes file control.

References myUseRoutesFile.

Referenced by DtRouteMap::DtRouteMap(), and DtRtiExec::startRtiForwarder().

void DtRIDParameters::verifyIpAddress ( const MAKRti::DtString &  ip,
const MAKRti::DtString &  name = MAKRti::DtString::nullString() 
) const
protected

Check the validity of a single IP address. Throws if invalid.

References DtPopupHelper::popupAssistantMessage().

Referenced by verifyIpAddresses().

void DtRIDParameters::verifyIpAddresses ( ) const
protected
void DtRIDParameters::verifyPortsAreUnique ( ) const
protected

Check and validate uniqueness of all ports in the RID.

Throws if multiple params attempt to use the same port (ie - this is an invalid RID).

References checkPort, checkPortWithName(), configureConnectionWithRid, DtGreatestValidPortNumber, mcastDiscoveryPort, and tcpPort.

Referenced by initializeParameters().

Member Data Documentation

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch DtRIDParameters::addressDelay

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay DtRIDParameters::allProvideUpdateRequestsDelayed

RID Parameters Declarations.

Referenced by DtConnectionMgr::initParams(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch DtRIDParameters::attributeRelevanceAdvisorySwitch

RID Parameters Declarations.

Referenced by DtFomClassMgr::DtFomClassMgr(), and registerParameters().

DtRIDParameters::autoProvideSwitch

RID Parameters Declarations.

Referenced by DtFomClassMgr::DtFomClassMgr(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed DtRIDParameters::bestEffortSendRetryWaitUsec
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec DtRIDParameters::configureConnectionWithRid
setAutoProvideSwitch DtRIDParameters::conveyProducingFederateSwitch

RID Parameters Declarations.

Referenced by DtFomClassMgr::DtFomClassMgr(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking DtRIDParameters::crcCheckFedFile
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile DtRIDParameters::ddmFixedGridFilename

RID Parameters Declarations.

Referenced by initializeFixedGrid(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename DtRIDParameters::defaultTimeImplementation

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation DtRIDParameters::deleteOrphans

RID Parameters Declarations.

Referenced by DtFederateMgr::applyRidParameters(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans DtRIDParameters::detachNotifyLevelFromStdOut

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut DtRIDParameters::discoveryMsgBundlingDelay
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay DtRIDParameters::distributedUdpForwarderMode
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode DtRIDParameters::distributeFedFile
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile DtRIDParameters::dualTransmitFirstInteractionRegions

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions DtRIDParameters::dumpRid

RID Parameters Declarations.

Referenced by DtRtiAmbassadorBaseImplementor::completeConnection(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid DtRIDParameters::enableCheckVersion

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion DtRIDParameters::enableFedexMsgRouting

RID Parameters Declarations.

Referenced by DtRtiMsgForwarder::init(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting DtRIDParameters::enableHlaObjectNamePrefix

RID Parameters Declarations.

Referenced by registerParameters(), and DtObjectMgr::useHlaNamePrefix().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix DtRIDParameters::enableNameReservation

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation DtRIDParameters::enableNetworkTesting
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting DtRIDParameters::enableSaveRestoreWhenUsingRtiexec

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled DtRIDParameters::enableUpdateRateReduction
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec DtRIDParameters::errorChecking
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch DtRIDParameters::exceptionReportingSwitch

RID Parameters Declarations.

Referenced by DtFomClassMgr::DtFomClassMgr(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction DtRIDParameters::extend13and1516interop

RID Parameters Declarations.

Referenced by registerParameters(), and sanityCheckRIDParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop DtRIDParameters::federateReconnectPause
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause DtRIDParameters::flushTimeoutInterval

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval DtRIDParameters::fomModuleMerging
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging DtRIDParameters::forceUnlicensedForTwo

RID Parameters Declarations.

Referenced by initControl(), registerParameters(), and uninitControl().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo DtRIDParameters::implicitDdmParamsFile

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch DtRIDParameters::interactionRelevanceAdvisorySwitch

RID Parameters Declarations.

Referenced by DtFomClassMgr::DtFomClassMgr(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile DtRIDParameters::IOLockQueue

RID Parameters Declarations.

Referenced by DtAsyncConnectionMgr::init().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec DtRIDParameters::isTcpCompressionEnabled

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled DtRIDParameters::isUdpCompressionEnabled
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue DtRIDParameters::logFileDirectory

RID Parameters Declarations.

Referenced by registerParameters().

DtRIDParameters::logFileName

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName DtRIDParameters::maxChannelAddr

RID Parameters Declarations.

Referenced by maxChannel(), registerParameters(), and sanityCheckUdpAddressFamily().

setLogFileName setMaxChannelAddr DtRIDParameters::maxIOCount

RID Parameters Declarations.

Referenced by DtAsyncConnectionMgr::init(), and registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount DtRIDParameters::maxNumFederates
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates DtRIDParameters::mcastDiscoveryAddrString
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString DtRIDParameters::mcastDiscoveryPort

RID Parameters Declarations.

Referenced by DtMulitcastDiscoveryMgr::init(), registerParameters(), and verifyPortsAreUnique().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort DtRIDParameters::mcastTtl
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl DtRIDParameters::momExceptionLogging

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging DtRIDParameters::momModuleExtensionFileName
DtStringList DtRIDParameters::myCreateFedExFomModules
protected

The list of create FOM modules.

Referenced by buildFomModulesList(), createFomModules(), and sanityCheckRIDParameters().

std::string DtRIDParameters::myCreationFileName
protected

The RID file name found in the creation arguments (if present)

Referenced by extractRidFileName(), and getCreationFileName().

MAKRti::DtString DtRIDParameters::myCreationLispExprs
protected

The expressions found in the creation arguments (if any)

Referenced by extractRidExpressions(), and getCreationLispExprs().

DtInetAddrList DtRIDParameters::myDestAddr
protected
MAKRti::DtMtlEnvironment* DtRIDParameters::myEnv
protected
DtFixedGridConfiguration* DtRIDParameters::myFixedGridConfiguration
protected
std::map<MAKRti::DtString, DtFloatRidParameter> DtRIDParameters::myFloatRidParameterDefaults
protected
DtInetAddrAndPortSet DtRIDParameters::myForwarderGroupAddrs
protected
MAKRti::DtFilename DtRIDParameters::myForwarderRoutesFile
protected

The forwarder routes file name.

Referenced by initializeParameters().

MAKRti::DtFilename DtRIDParameters::myFullPathToRidFile
protected

The path to the loaded file.

Referenced by getFullPathToRidFile(), and loadLispFile().

std::map<MAKRti::DtString, std::pair<int, int> > DtRIDParameters::myFullyCompliantParameters
protected

The list of parameters that effect compliance, their fully compliant setting, and their original setting (as read from the RID file)

Referenced by compliantSettingForParameter(), forceParametersToCompliance(), fullyCompliantParameters(), isFullyCompliant(), populateRidGroups(), requiredComplianceParameter(), revertComplianceParametersToOriginalSettings(), sanityCheckRIDParameters(), and saveOriginalCompliantSettings().

DtDMFilterList DtRIDParameters::myIntMulticastDefinition
protected
std::map<MAKRti::DtString, DtIntRidParameter> DtRIDParameters::myIntRidParameterDefaults
protected
DtStringList DtRIDParameters::myJoinFedExFomModules
protected

The list of join FOM modules.

Referenced by buildFomModulesList(), joinFomModules(), and sanityCheckRIDParameters().

const int DtRIDParameters::myMaxObjectsCap
protected

The maximum number of objects a single federate may register.

Referenced by sanityCheckRIDParameters().

MAKRti::DtFilename DtRIDParameters::myName
protected

The RID file name.

Referenced by loadLispFile().

DtDMFilterList DtRIDParameters::myObjMulticastDefinition
protected

DM interaction class configuration.

Referenced by buildDmFilterList(), objectMulticastDefinitions(), sanityCheckUdpAddressFamily(), and useDMFiltering().

DtStringList DtRIDParameters::myPluginNames
protected

Plugin names configuration.

DtRidFileSearchStatus DtRIDParameters::myRidFileSearchStatus
protected

The status of the file search of the RID file.

Referenced by checkUseRtiExec(), findLispFile(), and loadLispFile().

std::map<MAKRti::DtString, DtStringRidParameter> DtRIDParameters::myStringRidParameterDefaults
protected
DtUpdateNameRateMap DtRIDParameters::myUpdateRates
protected

Pre-Evolved way to set the list of (name rate) Map from update rate name to value.

Referenced by initializeUpdateRates(), and updateRates().

std::vector<DtUpdateRateSubscriptionStruct> DtRIDParameters::myUpdateRateSubscriptions
protected

Update rate subscriptions.

Referenced by initializeUpdateRates(), and updateRateSubscriptions().

bool DtRIDParameters::myUseRoutesFile
protected

Controls whether routes file should be used (set internally)

Referenced by setUseRoutesFile(), and useRoutesFile().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName DtRIDParameters::notifyLevel
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel DtRIDParameters::preferLocalFomModules

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules DtRIDParameters::receiveTolerance

RID Parameters Declarations.

Referenced by DtObjectMgr::processUpdate(), and registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance DtRIDParameters::responseInterval
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval DtRIDParameters::reuseReleasedObjectHandles

RID Parameters Declarations.

Referenced by registerParameters(), and DtObjectMgr::uniqueHandle().

int DtRIDParameters::RTI_asynchronousCallbacks
protected

Deprecated RID parameters.

Referenced by asynchronousCallbacks(), and registerParameters().

int DtRIDParameters::RTI_asynchronousIO
protected

Deprecated RID parameters.

Referenced by asynchronousIO(), and registerParameters().

int DtRIDParameters::RTI_asynchronousProcessMessage
protected

Deprecated RID parameters.

Referenced by asynchronousProcessMessage(), and registerParameters().

int DtRIDParameters::RTI_enableBigMessage
protected

Deprecated RID parameters.

Referenced by enableBigMessage(), and registerParameters().

int DtRIDParameters::RTI_maxObjectsPerFederate
protected

Deprecated RID parameters.

Referenced by maxObjectsPerFederate(), registerParameters(), and setMaxObjectsPerFederate().

MAKRti::DtString DtRIDParameters::RTI_mcastDevAddrString
protected

Deprecated RID parameters.

Referenced by mcastDevAddrString(), and registerParameters().

int DtRIDParameters::RTI_transmitLaggardLBTS
protected

Deprecated RID parameters.

Referenced by registerParameters(), setTransmitLaggardLBTS(), and transmitLaggardLBTS().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles DtRIDParameters::rtiExecLogFileName

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName DtRIDParameters::rtiExecReconnectPause
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause DtRIDParameters::saveRestoreDirectory

RID Parameters Declarations.

Referenced by registerParameters(), and saveRestoreDirectoryPath().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory DtRIDParameters::saveTransientMessages

RID Parameters Declarations.

Referenced by registerParameters(), and DtRtiExecFederateMgr::save().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setCrcCheckFedFile setDdmFixedGridFilename setDefaultTimeImplementation setDeleteOrphans setDetachNotifyLevelFromStdOut setDiscoveryMsgBundlingDelay setDistributedUdpForwarderMode setDistributeFedFile setDualTransmitFirstInteractionRegions setDumpRid setEnableCheckVersion setEnableFedexMsgRouting setEnableHlaObjectNamePrefix setEnableNameReservation setEnableNetworkTesting setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue DtRIDParameters::setLogFileDirectoryName

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages DtRIDParameters::sharedMemExecLogFileName

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode DtRIDParameters::sharedMemLength

RID Parameters Declarations.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength DtRIDParameters::socketReceiveBufferSize
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize DtRIDParameters::socketSendBufferSize
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize DtRIDParameters::strictNameReservation

RID Parameters Declarations.

Referenced by DtObjectMgr::deleteObj(), and registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation DtRIDParameters::tcpCompressionLevel

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel DtRIDParameters::tcpPort
const DtString DtRIDParameters::theAddressDelayRidName = "RTI_addressDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAdvancedNetworkingGroupName = "Advanced Networking"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAdvisoriesGroupName = "Advisories"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAllProvideUpdateRequestsDelayedRidName = "RTI_allProvideUpdateRequestsDelayed"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAsynchGroupName = "Asynchronous Parameters"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAttributeRelevanceAdvisorySwitchName = "RTI_attributeRelevanceAdvisorySwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAttributeScopeAdvisorySwitchName = "RTI_attributeScopeAdvisorySwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAutoProvideDelayRidName = "RTI_autoProvideDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theAutoProvideSwitchName = "RTI_autoProvideSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theBestEffortSendRetriesRidName = "RTI_bestEffortSendRetries"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theBestEffortSendRetryWaitUsecRidName = "RTI_bestEffortSendRetryWaitUsec"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theCatchFedAmbExceptionsRidName = "RTI_catchFedAmbExceptions"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theCheckFlagRidName = "RTI_checkFlag"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theCommunicationsGroupName = "Communications Configuration"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const int DtRIDParameters::theCompliantCheckFlag = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantDataDistMgmt = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantDistributeFedFile = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableHlaObjectNamePrefix = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableNameReservation = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableSaveRestoreWhenUsingRtiexec = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableUpdateRateReduction = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantExtend13and1516interop = 0
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantFomDataTransportTypeControl = 0
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantFomModuleMerging = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantInternalMsgReliableWhenUsingRtiexec = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantMomFederateUpdateInterval = 0
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantMomServiceAvailable = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantPreferRidToFedSwitchTable = 0
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantProcessUnknownUpdatesForDiscovery = 0
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantSendDiscoveredClass = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantStrictFomChecking = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantThrowExceptionCallNotAllowedFromWithinCallback = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantTimeMgmt = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantUseRtiExec = 1
staticprotected

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const DtString DtRIDParameters::theCompressionGroupName = "Compression"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theConfigureConnectionWithRidRidName = "RTI_configureConnectionWithRid"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyOnlyAvailableDimensionsRidName = "RTI_conveyOnlyAvailableDimensions"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyProducingFederateSwitchName = "RTI_conveyProducingFederateSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyRegionDesignatorSwitchName = "RTI_conveyRegionDesignatorSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theCrcCheckFedFileRidName = "RTI_crcCheckFedFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDataDistMgmtRidName = "RTI_dataDistMgmt"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theDdmFixedGridFilenameRidName = "RTI_ddmFixedGridFilename"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDdmFixedGridRidName = "RTI_ddmFixedGrid"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDdmGroupName = "Data Distribution Management"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDefaultFedFileRidName = "RTI_defaultFedFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDefaultIpv4DestAddr = "229.7.7.7"
staticprotected

Default destination address strings for IPv4 and IPv6.

Referenced by registerParameters(), and sanityCheckAddressFamily().

const DtString DtRIDParameters::theDefaultIpv4MaxChannelAddr = "239.255.255.255"
staticprotected

DDM channel addresses to be used if none are specified in the RID.

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv4MinChannelAddr = "224.0.1.0"
staticprotected

DDM channel addresses to be used if none are specified in the RID.

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6DestAddr = "ff12::2:1"
staticprotected

Default destination address strings for IPv4 and IPv6.

Referenced by sanityCheckAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6MaxChannelAddr = "ff12::3:ffff"
staticprotected

DDM channel addresses to be used if none are specified in the RID.

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6MinChannelAddr = "ff12::3:1"
staticprotected

DDM channel addresses to be used if none are specified in the RID.

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultTimeImplementationRidName = "RTI_defaultTimeImplementation"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDelaySubscriptionEvaluationSwitchName = "RTI_delaySubscriptionEvaluationSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeleteOrphansRidName = "RTI_deleteOrphans"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousCallbacksRidName = "RTI_asynchronousCallbacks"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousIORidName = "RTI_asynchronousIO"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousProcessMessageRidName = "RTI_asynchronousProcessMessage"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedEnableBigMessageRidName = "RTI_enableBigMessage"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedMcastDevAddrStringRidName = "RTI_mcastDevAddrString"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDestAddrStringRidName = "RTI_destAddrString"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters(), and verifyIpAddresses().

const DtString DtRIDParameters::theDetachNotifyLevelFromStdOutRidName = "RTI_detachNotifyLevelFromStdOut"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDiagnosticGroupName = "Diagnostic Configuration"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDisableUnlicensedForTwoRidName = "RTI_disableUnlicensedForTwo"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDiscoveryMsgBundlingDelayRidName = "RTI_discoveryMsgBundlingDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributedForwarderPortRidName = "RTI_distributedForwarderPort"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributedUdpForwarderModeRidName = "RTI_distributedUdpForwarderMode"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributeFedFileAsynchronouslyRidName = "RTI_distributeFedFileAsynchronously"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributeFedFileRidName = "RTI_distributeFedFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theDualTransmitFirstInteractionRegionsRidName = "RTI_dualTransmitFirstInteractionRegions"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDumpFedRidName = "RTI_dumpFed"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theDumpRidRidName = "RTI_dumpRid"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableBestEffortSendRetryRidName = "RTI_enableBestEffortSendRetry"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableCheckVersionRidName = "RTI_enableCheckVersion"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFederateHeartbeatRidName = "RTI_enableFederateHeartbeat"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFedexMsgRoutingRidName = "RTI_enableFedexMsgRouting"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFomBackwardsCompatibilityRidName = "RTI_enableFomBackwardsCompatibility"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableHlaObjectNamePrefixRidName = "RTI_enableHlaObjectNamePrefix"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableLRCNetworkStatisticsMonitoringRidName = "RTI_enableLRCNetworkStatisticsMonitoring"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableMessageThrottlingRidName = "RTI_enableMessageThrottling"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableNameReservationRidName = "RTI_enableNameReservation"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableNetworkTestingRidName = "RTI_enableNetworkTesting"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnablePacketBundlingRidName = "RTI_enablePacketBundling"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableSaveRestoreWhenUsingRtiexecRidName = "RTI_enableSaveRestoreWhenUsingRtiexec"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableSharedMemoryExecEventLogRidName = "RTI_enableSharedMemoryExecEventLog"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableTcpCompressionRidName = "RTI_enableTcpCompression"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableTcpSmartForwardingRidName = "RTI_enableTcpSmartForwarding"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUdpCompressionRidName = "RTI_enableUdpCompression"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUdpSmartForwardingRidName = "RTI_enableUdpSmartForwarding"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUpdateRateReductionRidName = "RTI_enableUpdateRateReduction"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableWarningsForDisabledServicesRidName = "RTI_enableWarningsForDisabledServices"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theExceptionReportingSwitchName = "RTI_exceptionReportingSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theExecMcastDiscoveryDelayRidName = "RTI_execMcastDiscoveryDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theExtend13and1516interopRidName = "RTI_extend13and1516interop"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theFaultToleranceGroupName = "Fault Tolerance"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateHeartbeatIntervalRidName = "RTI_federateHeartbeatInterval"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateReconnectPauseRidName = "RTI_federateReconnectPause"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateTimeoutIntervalRidName = "RTI_federateTimeoutInterval"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFlushTimeoutIntervalRidName = "RTI_flushTimeoutInterval"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFomDataTransportTypeControlRidName = "RTI_fomDataTransportTypeControl"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theFomGroupName = "FOM"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFomModuleMergingRidName = "RTI_fomModuleMerging"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theForceFullComplianceRidName = "RTI_forceFullCompliance"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by loadLispFile(), and registerParameters().

const DtString DtRIDParameters::theForceUnlicensedForTwoRidName = "RTI_forceUnlicensedForTwo"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theForwarderGroupName = "Forwarder"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theForwarderRoutesFileRidName = "RTI_forwarderRoutesFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by forwarderRoutesFile(), registerParameters(), and setForwarderRoutesFile().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setConfigureConnectionWithRid bool DtRIDParameters::theForwarderRoutesFileRidNameInitialized
mutable
const DtString DtRIDParameters::theForwardingDelayRidName = "RTI_forwardingDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theFullFedFileDistributionName = "RTI_fullFedFileDistribution"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theImplicitDdmParamsFileRidName = "RTI_implicitDdmParamsFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theInteractionRelevanceAdvisorySwitchName = "RTI_interactionRelevanceAdvisorySwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theInternalMsgReliableWhenUsingRtiexecRidName = "RTI_internalMsgReliableWhenUsingRtiexec"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theIOLockQueueRidName = "RTI_IOLockQueue"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theIOPeriodRidName = "RTI_IOPeriod"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theLicensingGroupName = "Licensing"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theLogFileDirectoryName = "RTI_logFileDirectory"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theLogFileNameRidName = "RTI_logFileName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theLrcMcastDiscoveryDelayRidName = "RTI_lrcMcastDiscoveryDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxChannelAddrRidName = "RTI_maxChannelAddr"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxForwarderQueueRidName = "RTI_maxForwarderQueue"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxIOCountRidName = "RTI_maxIOCount"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxIOQueueRidName = "RTI_maxIOQueue"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxNumFederatesRidName = "RTI_maxNumFederates"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxObjectsPerFederateRidName = "RTI_maxObjectsPerFederate"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

bool DtRIDParameters::theMaxObjectsPerFederateRidNameInitialized
mutable
const DtString DtRIDParameters::theMaxUdpPacketSizeRidName = "RTI_maxUdpPacketSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryAddrStringRidName = "RTI_mcastDiscoveryAddrString"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters(), and verifyIpAddresses().

const DtString DtRIDParameters::theMcastDiscoveryEnabledRidName = "RTI_mcastDiscoveryEnabled"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryPortRidName = "RTI_mcastDiscoveryPort"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryTriesRidName = "RTI_mcastDiscoveryTries"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastTtlRidName = "RTI_mcastTtl"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMinChannelAddrRidName = "RTI_minChannelAddr"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMomExceptionLoggingRidName = "RTI_momExceptionLogging"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMomFederateUpdateIntervalRidName = "RTI_momFederateUpdateInterval"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theMomGroupName = "Management Object Model"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMomModuleExtensionFileNameRidName = "RTI_momModuleExtensionFileName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theMomServiceAvailableRidName = "RTI_momServiceAvailable"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theMulticastDiscoveryGroupName = "Multicast Discovery"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theNameReservationGroupName = "Name Reservation"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theNetworkInterfaceAddrRidName = "RTI_networkInterfaceAddr"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by networkInterfaceAddrString(), registerParameters(), setNetworkInterfaceAddr(), and verifyIpAddresses().

bool DtRIDParameters::theNetworkInterfaceAddrRidNameInitialized
mutable
const DtString DtRIDParameters::theNotifyLevelRidName = "RTI_notifyLevel"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by loadLispFile(), and registerParameters().

const DtString DtRIDParameters::theObjectClassRelevanceAdvisorySwitchName = "RTI_objectClassRelevanceAdvisorySwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theOptionalServicesGroupName = "Optional Services"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

std::map< DtString, DtString > DtRIDParameters::theOverrideParameters = std::map<DtString, DtString>()
staticprotected

Overridden RID parameters.

Referenced by overrideRidParameters().

const DtString DtRIDParameters::thePacketBundlingSizeRidName = "RTI_packetBundlingSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::thePreferLocalFomModulesRidName = "RTI_preferLocalFomModules"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::thePreferRidToFedSwitchTableName = "RTI_preferRidToFedSwitchTable"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theProcessingModelRidName = "RTI_processingModel"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by processingModel(), registerParameters(), and setProcessingModel().

bool DtRIDParameters::theProcessingModelRidNameInitialized
mutable
const DtString DtRIDParameters::theProcessUnknownUpdatesForDiscoveryRidName = "RTI_processUnknownUpdatesForDiscovery"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theReceiveToleranceRidName = "RTI_receiveTolerance"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theReconnectEnabledRidName = "RTI_reconnectEnabled"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theResponseIntervalRidName = "RTI_responseInterval"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theReuseLogFileRidName = "RTI_reuseLogFile"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theReuseReleasedObjectHandlesRidName = "RTI_reuseReleasedObjectHandles"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRidConsistencyCheckingRidName = "RTI_ridConsistencyChecking"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters(), ridConsistencyChecking(), and setRidConsistencyChecking().

bool DtRIDParameters::theRidConsistencyCheckingRidNameInitialized
mutable
const DtString DtRIDParameters::theRouteToAllByDefaultRidName = "RTI_routeToAllByDefault"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecLogFileNameRidName = "RTI_rtiExecLogFileName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecPerformsLicensingRidName = "RTI_rtiExecPerformsLicensing"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecReconnectPauseRidName = "RTI_rtiExecReconnectPause"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiForwarderLogFileNameRidName = "RTI_rtiForwarderLogFileName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiSpyGroupName = "RTIspy"
staticprotected

The strings that represent the RID parameter groups RID Group names.

const DtString DtRIDParameters::theSaveRestoreDirectoryRidName = "RTI_saveRestoreDirectory"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveRestoreGroupName = "Save and Restore"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveRestoreTimeoutRidName = "RTI_saveRestoreTimeout"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveTransientMessagesRidName = "RTI_saveTransientMessages"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSendDiscoveredClassRidName = "RTI_sendDiscoveredClass"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theServiceImplGroupName = "Service Implementation"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theServiceReportingSwitchName = "RTI_serviceReportingSwitch"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemExecLogFileNameRidName = "RTI_sharedMemExecLogFileName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryGroupName = "Shared Memory"
staticprotected

The strings that represent the RID parameter groups RID Group names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryMgrMaxWaitRidName = "RTI_sharedMemoryMgrMaxWait"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryModeRidName = "RTI_sharedMemoryMode"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryNameRidName = "RTI_sharedMemoryName"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryQueueLengthRidName = "RTI_sharedMemoryQueueLength"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSingleCallbackPerTickRidName = "RTI_singleCallbackPerTick"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSmartForwardingLevelRidName = "RTI_smartForwardingLevel"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSocketReceiveBufferSizeRidName = "RTI_socketReceiveBufferSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theSocketSendBufferSizeRidName = "RTI_socketSendBufferSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theStrictFomCheckingRidName = "RTI_strictFomChecking"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theStrictNameReservationRidName = "RTI_strictNameReservation"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpBufferSizeRidName = "RTI_tcpBufferSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpCompressionLevelRidName = "RTI_tcpCompressionLevel"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpForwarderAddrRidName = "RTI_tcpForwarderAddr"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters(), setTcpForwarderAddr(), tcpForwarderAddrString(), and verifyIpAddresses().

bool DtRIDParameters::theTcpForwarderAddrRidNameInitialized
mutable
const DtString DtRIDParameters::theTcpNoDelayRidName = "RTI_tcpNoDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpPortRidName = "RTI_tcpPort"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theThrowExceptionCallNotAllowedFromWithinCallbackRidName = "RTI_throwExceptionCallNotAllowedFromWithinCallback"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theThrowExceptionForDisabledServiceRidName = "RTI_throwExceptionForDisabledService"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theThrowExceptionOnConcurrentAccessRidName = "RTI_throwExceptionOnConcurrentAccess"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTickFavorsNetworkRidName = "RTI_tickFavorsNetwork"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTickWaitPeriodRidName = "RTI_tickWaitPeriod"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTimeMgmtRidName = "RTI_timeMgmt"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theTransmitDelayRidName = "RTI_transmitDelay"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theTransmitLaggardLBTSRidName = "RTI_transmitLaggardLBTS"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

bool DtRIDParameters::theTransmitLaggardLBTSRidNameInitialized
mutable
const DtString DtRIDParameters::theTransmitRateRidName = "RTI_transmitRate"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUdpCompressionLevelRidName = "RTI_udpCompressionLevel"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUdpPortRidName = "RTI_udpPort"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUse32BitsForValueSizeRidName = "RTI_use32BitsForValueSize"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUseBusyWaitForTickMinMaxRidName = "RTI_useBusyWaitForTickMinMax"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUseRandomNumberForFedHandleRidName = "RTI_useRandomNumberForFedHandle"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theUseRtiExecRidName = "RTI_useRtiExec"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theUseTheDefaultChannelAddrStr = "UseDefaultChannelAddr"
staticprotected

DDM channel addresses to be used if none are specified in the RID.

Referenced by registerParameters(), and sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theVariableLengthDataUsesNullRidName = "RTI_variableLengthDataUsesNull"
staticprotected

The strings that represent the RID parameter groups RID Parameter names.

Referenced by registerParameters().

const DtString DtRIDParameters::theWebSpyGroupName = "RTIspy Web Server"
staticprotected

The strings that represent the RID parameter groups RID Group names.

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService DtRIDParameters::throwExceptionCallNotAllowedFromWithinCallback

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel DtRIDParameters::throwExceptionForDisabledService

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback DtRIDParameters::tickFavorsNetwork

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork DtRIDParameters::transmitDelay

RID Parameters Declarations.

Referenced by DtConnectionMgr::initParams(), and registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay DtRIDParameters::udpCompressionLevel
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort DtRIDParameters::useBusyWaitForTickMinMax

RID Parameters Declarations.

Referenced by DtRtiAmbassadorBaseImplementor::completeConnection(), and registerParameters().

setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax DtRIDParameters::useRtiExec
setLogFileName setMaxChannelAddr setMaxIOCount setMaxNumFederates setMcastDiscoveryAddrString setMcastDiscoveryPort setMcastTtl setMomExceptionLogging setMomModuleExtensionFileName setNotifyLevel setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName DtRIDParameters::useSharedMem

RID Parameters Declarations.

Referenced by DtRtiExec::DtRtiExec(), and sanityCheckRIDParameters().


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

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)