MAK RTIspy API Documentation for HLA 1.3
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:

List of all members.

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 DtStringListpluginNames () const
 Return the list of plugin names.
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString
setWebserviceEnableForwarding
setWebserviceNotifyLevel
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 buildPluginsList (bool forceEnableRtiExec)
 build List of plugins.
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 theCompliantStrictNameReservation = 1
 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 theConnectionTestIntervalRidName = "RTI_connectionTestInterval"
 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 theEnableLrcWebserviceEventLogRidName = "RTI_enableLrcWebserviceEventLog"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theEnableLrcWebserviceRidName = "RTI_enableLrcWebservice"
 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 theEnableNetworkMonitoringRidName = "RTI_enableNetworkMonitoring"
 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 theEnableRtiexecWebserviceRidName = "RTI_enableRtiexecWebservice"
 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 theLogNetworkMonitorStatsRidName = "RTI_logNetworkMonitorStatistics"
 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 thePluginDirectoryRidName = "RTI_pluginDirectory"
 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 theWebserviceAddrRidName = "RTI_webserviceAddr"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theWebserviceEnableServerAutoStartRidName = "RTI_webserviceEnableServerAutoStart"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theWebserviceEnableForwardingRidName = "RTI_webserviceEnableForwarding"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theWebserviceHttpPortRidName = "RTI_webserviceHttpPort"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theWebserviceNotifyLevelRidName = "RTI_webserviceNotifyLevel"
 The strings that represent the RID parameter groups RID Parameter names.
static const MAKRti::DtString theWebserviceRtiPortRidName = "RTI_webserviceRtiPort"
 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 = "ff02::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 = "ff02::3:1"
 DDM channel addresses to be used if none are specified in the RID.
static const MAKRti::DtString theDefaultIpv6MaxChannelAddr = "ff02::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 
conveyOnlyAvailableDimensions
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions 
dataDistMgmt
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt 
ddmFixedGrid
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid 
defaultFedFile
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile 
destAddrString
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString 
disableUnlicensedForTwo
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo 
distributedForwarderPort
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort 
distributeFedFileAsynchronously
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously 
fullFedFileDistribution
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution 
dumpFed
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed 
enableBestEffortSendRetry
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry 
enableFederateHeartbeat
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat 
enableFomBackwardsCompatibility
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility 
enableLrcWebserviceEventLog
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog 
enableMessageThrottling
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling 
networkMonitoringEnabled
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled 
enablePacketBundling
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling 
enableSaveRestoreWhenUsingRtiexec
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec 
isTcpCompressionEnabled
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled 
isUdpCompressionEnabled
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled 
enableUpdateRateReduction
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction 
extend13and1516interop
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop 
federateReconnectPause
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause 
flushTimeoutInterval
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval 
fomModuleMerging
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging 
forceUnlicensedForTwo
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo 
implicitDdmParamsFile
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile 
IOLockQueue
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile
setIOLockQueue 
logFileDirectory
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
setEnableSaveRestoreWhenUsingRtiexec
setTcpCompressionEnabled
setUdpCompressionEnabled
setEnableUpdateRateReduction
setExtend13and1516interop
setFederateReconnectPause
setFlushTimeoutInterval
setFomModuleMerging
setForceUnlicensedForTwo
setImplicitDdmParamsFile
setIOLockQueue 
setLogFileDirectoryName
 RID Parameters Declarations.
 logFileName
 RID Parameters Declarations.
setLogFileName lrcMcastDiscoveryDelay
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay 
maxForwarderQueue
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue 
maxIOQueue
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue 
maxUdpPacketSize
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize 
mcastDiscoveryEnabled
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled 
mcastDiscoveryTries
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries 
minChannelAddr
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr 
momFederateUpdateInterval
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval 
momServiceAvailable
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable 
packetBundlingSize
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize 
preferLocalFomModules
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules 
receiveTolerance
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance 
responseInterval
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval 
reuseReleasedObjectHandles
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles 
rtiExecLogFileName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName 
rtiExecReconnectPause
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause 
saveRestoreDirectory
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory 
saveTransientMessages
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages 
sharedMemExecLogFileName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName 
useSharedMem
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode 
sharedMemLength
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength 
socketReceiveBufferSize
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize 
socketSendBufferSize
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize 
strictNameReservation
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation 
tcpCompressionLevel
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel 
throwExceptionForDisabledService
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService 
throwExceptionCallNotAllowedFromWithinCallback
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback 
tickFavorsNetwork
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork 
transmitDelay
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay 
udpCompressionLevel
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec 
webserviceAddrString
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString 
webserviceEnableForwarding
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString
setWebserviceEnableForwarding 
webserviceNotifyLevel
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString
setWebserviceEnableForwarding
setWebserviceNotifyLevel 
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_FLOAT_ACCESSOR_MUTATOR (theConnectionTestIntervalRidName, connectionTestInterval, setConnectionTestInterval) DtDECLARE_INT_ACCESSOR_MUTATOR(theConveyOnlyAvailableDimensionsRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theCrcCheckFedFileRidName, crcCheckFedFile, setCrcCheckFedFile) DtDECLARE_INT_ACCESSOR_MUTATOR(theDataDistMgmtRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theDdmFixedGridFilenameRidName, ddmFixedGridFilename, setDdmFixedGridFilename) DtDECLARE_INT_ACCESSOR_MUTATOR(theDdmFixedGridRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theDefaultTimeImplementationRidName, defaultTimeImplementation, setDefaultTimeImplementation) DtDECLARE_STRING_ACCESSOR_MUTATOR(theDefaultFedFileRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDeleteOrphansRidName, deleteOrphans, setDeleteOrphans) DtDECLARE_STRING_ACCESSOR_MUTATOR(theDestAddrStringRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDetachNotifyLevelFromStdOutRidName, detachNotifyLevelFromStdOut, setDetachNotifyLevelFromStdOut) DtDECLARE_INT_ACCESSOR_MUTATOR(theDisableUnlicensedForTwoRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo 
DtDECLARE_FLOAT_ACCESSOR_MUTATOR (theDiscoveryMsgBundlingDelayRidName, discoveryMsgBundlingDelay, setDiscoveryMsgBundlingDelay) DtDECLARE_INT_ACCESSOR_MUTATOR(theDistributedForwarderPortRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDistributedUdpForwarderModeRidName, distributedUdpForwarderMode, setDistributedUdpForwarderMode) DtDECLARE_INT_ACCESSOR_MUTATOR(theDistributeFedFileAsynchronouslyRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDistributeFedFileRidName, distributeFedFile, setDistributeFedFile) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theFullFedFileDistributionName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDualTransmitFirstInteractionRegionsRidName, dualTransmitFirstInteractionRegions, setDualTransmitFirstInteractionRegions) DtDECLARE_INT_ACCESSOR_MUTATOR(theDumpFedRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed 
DtDECLARE_INT_ACCESSOR_MUTATOR (theDumpRidRidName, dumpRid, setDumpRid) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableBestEffortSendRetryRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableCheckVersionRidName, enableCheckVersion, setEnableCheckVersion) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableFederateHeartbeatRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableFedexMsgRoutingRidName, enableFedexMsgRouting, setEnableFedexMsgRouting) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableFomBackwardsCompatibilityRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableHlaObjectNamePrefixRidName, enableHlaObjectNamePrefix, setEnableHlaObjectNamePrefix) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableLrcWebserviceEventLogRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableLrcWebserviceRidName, enableLrcWebservice, setEnableLrcWebservice) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableMessageThrottlingRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableNameReservationRidName, enableNameReservation, setEnableNameReservation) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableNetworkMonitoringRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableNetworkTestingRidName, enableNetworkTesting, setEnableNetworkTesting) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnablePacketBundlingRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theEnableRtiexecWebserviceRidName, enableRtiexecWebservice, setEnableRtiexecWebservice) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theEnableSaveRestoreWhenUsingRtiexecRidName
 RID Parameters Declarations.
setAutoProvideSwitch
setConveyProducingFederateSwitch
setAttributeRelevanceAdvisorySwitch
setInteractionRelevanceAdvisorySwitch
setExceptionReportingSwitch
setAddressDelay
setAllProvideUpdateRequestsDelayed
setBestEffortSendRetryWaitUsec
setErrorChecking
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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
setConveyOnlyAvailableDimensions
setDataDistMgmt
setDdmFixedGrid
setDefaultFedFile
setDestAddrString
setDisableUnlicensedForTwo
setDistributedForwarderPort
setDistributeFedFileAsynchronously
setFullFedFileDistribution
setDumpFed
setEnableBestEffortSendRetry
setEnableFederateHeartbeat
setEnableFomBackwardsCompatibility
setEnableLrcWebserviceEventLog
setEnableMessageThrottling
setNetworkMonitoringEnabled
setEnablePacketBundling
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_INT_ACCESSOR_MUTATOR (theLogNetworkMonitorStatsRidName, loggingNetworkMonitorStats, setLogNetworkMonitorStats) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theLrcMcastDiscoveryDelayRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theMaxChannelAddrRidName, maxChannelAddr, setMaxChannelAddr) DtDECLARE_INT_ACCESSOR_MUTATOR(theMaxForwarderQueueRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMaxIOCountRidName, maxIOCount, setMaxIOCount) DtDECLARE_INT_ACCESSOR_MUTATOR(theMaxIOQueueRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMaxNumFederatesRidName, maxNumFederates, setMaxNumFederates) DtDECLARE_INT_ACCESSOR_MUTATOR(theMaxUdpPacketSizeRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theMcastDiscoveryAddrStringRidName, mcastDiscoveryAddrString, setMcastDiscoveryAddrString) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theMcastDiscoveryEnabledRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMcastDiscoveryPortRidName, mcastDiscoveryPort, setMcastDiscoveryPort) DtDECLARE_INT_ACCESSOR_MUTATOR(theMcastDiscoveryTriesRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMcastTtlRidName, mcastTtl, setMcastTtl) DtDECLARE_STRING_ACCESSOR_MUTATOR(theMinChannelAddrRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr 
DtDECLARE_INT_ACCESSOR_MUTATOR (theMomExceptionLoggingRidName, momExceptionLogging, setMomExceptionLogging) DtDECLARE_INT_ACCESSOR_MUTATOR(theMomFederateUpdateIntervalRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theMomModuleExtensionFileNameRidName, momModuleExtensionFileName, setMomModuleExtensionFileName) DtDECLARE_INT_ACCESSOR_MUTATOR(theMomServiceAvailableRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable 
DtDECLARE_INT_ACCESSOR_MUTATOR (theNotifyLevelRidName, notifyLevel, setNotifyLevel) DtDECLARE_INT_ACCESSOR_MUTATOR(thePacketBundlingSizeRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize 
DtDECLARE_STRING_ACCESSOR_MUTATOR (thePluginDirectoryRidName, pluginDir, setPluginDir) DtDECLARE_BOOL_ACCESSOR_MUTATOR(thePreferLocalFomModulesRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules 
DtDECLARE_INT_ACCESSOR_MUTATOR (theProcessUnknownUpdatesForDiscoveryRidName, processUnknownUpdatesForDiscovery, setProcessUnknownUpdatesForDiscovery) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theReceiveToleranceRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theReconnectEnabledRidName, reconnectEnabled, setReconnectEnabled) DtDECLARE_FLOAT_ACCESSOR_MUTATOR(theResponseIntervalRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval 
DtDECLARE_INT_ACCESSOR_MUTATOR (theReuseLogFileRidName, reuseLogFile, setReuseLogFile) DtDECLARE_INT_ACCESSOR_MUTATOR(theReuseReleasedObjectHandlesRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theRouteToAllByDefaultRidName, routeToAllByDefault, setRouteToAllByDefault) DtDECLARE_STRING_ACCESSOR_MUTATOR(theRtiExecLogFileNameRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName 
DtDECLARE_INT_ACCESSOR_MUTATOR (theRtiExecPerformsLicensingRidName, rtiExecPerformsLicensing, setRtiExecPerformsLicensing) DtDECLARE_INT_ACCESSOR_MUTATOR(theRtiExecReconnectPauseRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause 
DtDECLARE_STRING_ACCESSOR_MUTATOR (theRtiForwarderLogFileNameRidName, rtiForwarderLogFileName, setRtiForwarderLogFileName) DtDECLARE_STRING_ACCESSOR_MUTATOR(theSaveRestoreDirectoryRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSaveRestoreTimeoutRidName, saveRestoreTimeout, setSaveRestoreTimeout) DtDECLARE_INT_ACCESSOR_MUTATOR(theSaveTransientMessagesRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages 
DtDECLARE_INT_ACCESSOR_MUTATOR (theSendDiscoveredClassRidName, sendDiscoveredClass, setSendDiscoveredClass) DtDECLARE_STRING_ACCESSOR_MUTATOR(theSharedMemExecLogFileNameRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
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_STRING_ACCESSOR_MUTATOR(theWebserviceAddrRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString 
DtDECLARE_BOOL_ACCESSOR_MUTATOR (theWebserviceEnableServerAutoStartRidName, webserviceEnableServerAutoStart, setWebserviceEnableServerAutoStart) DtDECLARE_BOOL_ACCESSOR_MUTATOR(theWebserviceEnableForwardingRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString
setWebserviceEnableForwarding 
DtDECLARE_INT_ACCESSOR_MUTATOR (theWebserviceHttpPortRidName, webserviceHttpPort, setWebserviceHttpPort) DtDECLARE_INT_ACCESSOR_MUTATOR(theWebserviceNotifyLevelRidName
 RID Parameters Declarations.
setLogFileName
setLrcMcastDiscoveryDelay
setMaxForwarderQueue
setMaxIOQueue
setMaxUdpPacketSize
setMcastDiscoveryEnabled
setMcastDiscoveryTries
setMinChannelAddr
setMomFederateUpdateInterval
setMomServiceAvailable
setPacketBundlingeSize
setPreferLocalFomModules
setReceiveTolerance
setResponseInterval
setReuseReleasedObjectHandles
setRtiExecLogFileName
setRtiExecReconnectPause
setSaveRestoreDirectory
setSaveTransientMessages
setSharedMemExecLogFileName
setSharedMemoryMode
setSharedMemLength
setSocketReceiveBufferSize
setSocketSendBufferSize
setStrictNameReservation
setTcpCompressionLevel
setThrowExceptionForDisabledService
setThrowExceptionCallNotAllowedFromWithinCallback
setTickFavorsNetwork
setTransmitDelay
setUdpCompressionLevel
setTcpPort
setUseBusyWaitForTickMinMax
setUseRtiExec
setWebserviceAddrString
setWebserviceEnableForwarding
setWebserviceNotifyLevel 
DtDECLARE_INT_ACCESSOR_MUTATOR (theWebserviceRtiPortRidName, webserviceRtiPort, setWebserviceRtiPort) 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.

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)

Member Function Documentation

void DtRIDParameters::accessorError ( const char *  parameterName) const [protected, virtual]

Handle error when accessor fails.

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

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

deprecated.

Declaring as a private rid variable.

References RTI_asynchronousCallbacks.

Referenced by sanityCheckRIDParameters().

deprecated.

Declaring as a private rid variable.

References RTI_asynchronousIO.

Referenced by sanityCheckRIDParameters().

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]

read all additional Fom Modules specified from lisp env.

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

Referenced by initializeParameters().

void DtRIDParameters::buildPluginsList ( bool  forceEnableRtiExec) [protected]

build List of plugins.

References myEnv, and myPluginNames.

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

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

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 
) [protected, virtual]

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 
) [protected, virtual]

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 
) [protected, virtual]

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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue setLogFileDirectoryName setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding setWebserviceNotifyLevel setConfigureConnectionWithRid DtInetAddr DtRIDParameters::destAddr ( ) const

Return the list of additional destination addresses.

References myDestAddr.

Referenced by DtConnectionMgr::createBestEffortConn().

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 setConveyOnlyAvailableDimensions DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theCrcCheckFedFileRidName  ,
crcCheckFedFile  ,
setCrcCheckFedFile   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableCheckVersionRidName  ,
enableCheckVersion  ,
setEnableCheckVersion   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableFedexMsgRoutingRidName  ,
enableFedexMsgRouting  ,
setEnableFedexMsgRouting   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableHlaObjectNamePrefixRidName  ,
enableHlaObjectNamePrefix  ,
setEnableHlaObjectNamePrefix   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableLrcWebserviceRidName  ,
enableLrcWebservice  ,
setEnableLrcWebservice   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableNameReservationRidName  ,
enableNameReservation  ,
setEnableNameReservation   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableNetworkTestingRidName  ,
enableNetworkTesting  ,
setEnableNetworkTesting   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableRtiexecWebserviceRidName  ,
enableRtiexecWebservice  ,
setEnableRtiexecWebservice   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableSharedMemoryExecEventLogRidName  ,
enableSharedMemoryExecEventLog  ,
setEnableSharedMemoryExecEventLog   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableTcpSmartForwardingRidName  ,
isTcpSmartForwardingEnabled  ,
setTcpSmartForwardingEnabled   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theEnableUdpSmartForwardingRidName  ,
isUdpSmartForwardingEnabled  ,
setUdpSmartForwardingEnabled   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theReconnectEnabledRidName  ,
reconnectEnabled  ,
setReconnectEnabled   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theRouteToAllByDefaultRidName  ,
routeToAllByDefault  ,
setRouteToAllByDefault   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString DtRIDParameters::DtDECLARE_BOOL_ACCESSOR_MUTATOR ( theWebserviceEnableServerAutoStartRidName  ,
webserviceEnableServerAutoStart  ,
setWebserviceEnableServerAutoStart   
)

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 DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theConnectionTestIntervalRidName  ,
connectionTestInterval  ,
setConnectionTestInterval   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theDiscoveryMsgBundlingDelayRidName  ,
discoveryMsgBundlingDelay  ,
setDiscoveryMsgBundlingDelay   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theExecMcastDiscoveryDelayRidName  ,
execMcastDiscoveryDelay  ,
setExecMcastDiscoveryDelay   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName DtRIDParameters::DtDECLARE_FLOAT_ACCESSOR_MUTATOR ( theSharedMemoryMgrMaxWaitRidName  ,
sharedMemMgrMaxWait  ,
setSharedMemMgrMaxWait   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDeleteOrphansRidName  ,
deleteOrphans  ,
setDeleteOrphans   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDetachNotifyLevelFromStdOutRidName  ,
detachNotifyLevelFromStdOut  ,
setDetachNotifyLevelFromStdOut   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDistributedUdpForwarderModeRidName  ,
distributedUdpForwarderMode  ,
setDistributedUdpForwarderMode   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDistributeFedFileRidName  ,
distributeFedFile  ,
setDistributeFedFile   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDualTransmitFirstInteractionRegionsRidName  ,
dualTransmitFirstInteractionRegions  ,
setDualTransmitFirstInteractionRegions   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theDumpRidRidName  ,
dumpRid  ,
setDumpRid   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theInternalMsgReliableWhenUsingRtiexecRidName  ,
internalMsgReliableWhenUsingRtiexec  ,
setInternalMsgReliableWhenUsingRtiexec   
)

RID Parameters Declarations.

setLogFileName DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theLogNetworkMonitorStatsRidName  ,
loggingNetworkMonitorStats  ,
setLogNetworkMonitorStats   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMaxIOCountRidName  ,
maxIOCount  ,
setMaxIOCount   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMaxNumFederatesRidName  ,
maxNumFederates  ,
setMaxNumFederates   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMcastDiscoveryPortRidName  ,
mcastDiscoveryPort  ,
setMcastDiscoveryPort   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMcastTtlRidName  ,
mcastTtl  ,
setMcastTtl   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theMomExceptionLoggingRidName  ,
momExceptionLogging  ,
setMomExceptionLogging   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theNotifyLevelRidName  ,
notifyLevel  ,
setNotifyLevel   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theProcessUnknownUpdatesForDiscoveryRidName  ,
processUnknownUpdatesForDiscovery  ,
setProcessUnknownUpdatesForDiscovery   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theReuseLogFileRidName  ,
reuseLogFile  ,
setReuseLogFile   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theRtiExecPerformsLicensingRidName  ,
rtiExecPerformsLicensing  ,
setRtiExecPerformsLicensing   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSaveRestoreTimeoutRidName  ,
saveRestoreTimeout  ,
setSaveRestoreTimeout   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSendDiscoveredClassRidName  ,
sendDiscoveredClass  ,
setSendDiscoveredClass   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSingleCallbackPerTickRidName  ,
singleCallbackPerTick  ,
setSingleCallbackPerTick   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theSmartForwardingLevelRidName  ,
smartForwardingLevel  ,
setSmartForwardingLevel   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theWebserviceHttpPortRidName  ,
webserviceHttpPort  ,
setWebserviceHttpPort   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding setWebserviceNotifyLevel DtRIDParameters::DtDECLARE_INT_ACCESSOR_MUTATOR ( theWebserviceRtiPortRidName  ,
webserviceRtiPort  ,
setWebserviceRtiPort   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theDdmFixedGridFilenameRidName  ,
ddmFixedGridFilename  ,
setDdmFixedGridFilename   
)

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theDefaultTimeImplementationRidName  ,
defaultTimeImplementation  ,
setDefaultTimeImplementation   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theMaxChannelAddrRidName  ,
maxChannelAddr  ,
setMaxChannelAddr   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theMcastDiscoveryAddrStringRidName  ,
mcastDiscoveryAddrString  ,
setMcastDiscoveryAddrString   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theMomModuleExtensionFileNameRidName  ,
momModuleExtensionFileName  ,
setMomModuleExtensionFileName   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( thePluginDirectoryRidName  ,
pluginDir  ,
setPluginDir   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theRtiForwarderLogFileNameRidName  ,
rtiForwarderLogFileName  ,
setRtiForwarderLogFileName   
)

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode DtRIDParameters::DtDECLARE_STRING_ACCESSOR_MUTATOR ( theSharedMemoryNameRidName  ,
sharedMemName  ,
setSharedMemName   
)

RID Parameters Declarations.

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

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

References myFixedGridConfiguration.

Return the list of forwarder group addresses.

References myForwarderGroupAddrs.

Referenced by DtConnectionMgr::createAncillaryRelConns().

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

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]

Build list of Dest Addrs.

References myDestAddr, and myEnv.

Referenced by initializeParameters().

Build and print the Fixed DDM Grid.

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

Referenced by initializeParameters().

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]

Return the interaction class definitions for DM mulitcast filtering.

References myIntMulticastDefinition.

Referenced by DtFomClassMgr::initDMFilteringParameters().

Return the map of integer parameters.

References myIntRidParameterDefaults.

Referenced by DtRidParamsXmlBlock::convertRidParams(), 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().

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

Return the names of join FOM modules.

References myJoinFedExFomModules.

void DtRIDParameters::loadLispFile ( ) [protected]
DtInetAddr DtRIDParameters::maxChannel ( ) const

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

Referenced by sanityCheckUdpAddressFamily().

deprecated.

Declaring as a private rid variable.

References RTI_mcastDevAddrString.

Referenced by sanityCheckReliableConnRIDParameters().

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

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

DtInetAddr DtRIDParameters::minChannel ( ) const

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

References minChannelAddr.

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 [protected, virtual]

Handle error when mutator fails.

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

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

Return the list of plugin names.

References myPluginNames.

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, theCompliantStrictNameReservation, theCompliantThrowExceptionCallNotAllowedFromWithinCallback, theCompliantTimeMgmt, theCompliantUseRtiExec, theDataDistMgmtRidName, theDistributeFedFileRidName, theEnableHlaObjectNamePrefixRidName, theEnableNameReservationRidName, theEnableSaveRestoreWhenUsingRtiexecRidName, theEnableUpdateRateReductionRidName, theExtend13and1516interopRidName, theFomDataTransportTypeControlRidName, theFomModuleMergingRidName, theInternalMsgReliableWhenUsingRtiexecRidName, theMomFederateUpdateIntervalRidName, theMomServiceAvailableRidName, thePreferRidToFedSwitchTableName, theProcessUnknownUpdatesForDiscoveryRidName, theSendDiscoveredClassRidName, theStrictFomCheckingRidName, theStrictNameReservationRidName, theThrowExceptionCallNotAllowedFromWithinCallbackRidName, theTimeMgmtRidName, and theUseRtiExecRidName.

Referenced by initializeParameters().

(called from constructor) registers all MTL parameters

References addressDelay, allProvideUpdateRequestsDelayed, attributeRelevanceAdvisorySwitch, autoProvideSwitch, bestEffortSendRetryWaitUsec, configureConnectionWithRid, conveyOnlyAvailableDimensions, conveyProducingFederateSwitch, dataDistMgmt, ddmFixedGrid, defaultFedFile, destAddrString, disableUnlicensedForTwo, distributedForwarderPort, distributeFedFileAsynchronously, 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, dumpFed, enableBestEffortSendRetry, enableFederateHeartbeat, enableFomBackwardsCompatibility, enableLrcWebserviceEventLog, enableMessageThrottling, enablePacketBundling, enableSaveRestoreWhenUsingRtiexec, enableUpdateRateReduction, exceptionReportingSwitch, extend13and1516interop, federateReconnectPause, flushTimeoutInterval, fomModuleMerging, forceUnlicensedForTwo, forwarderRoutesFile(), fullFedFileDistribution, implicitDdmParamsFile, interactionRelevanceAdvisorySwitch, logFileDirectory, logFileName, lrcMcastDiscoveryDelay, maxForwarderQueue, maxIOQueue, maxUdpPacketSize, mcastDiscoveryEnabled, mcastDiscoveryTries, minChannelAddr, momFederateUpdateInterval, momServiceAvailable, networkInterfaceAddr(), packetBundlingSize, 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, theConnectionTestIntervalRidName, 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, theEnableLrcWebserviceEventLogRidName, theEnableLrcWebserviceRidName, theEnableMessageThrottlingRidName, theEnableNameReservationRidName, theEnableNetworkMonitoringRidName, theEnableNetworkTestingRidName, theEnablePacketBundlingRidName, theEnableRtiexecWebserviceRidName, 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, theLogNetworkMonitorStatsRidName, 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, thePluginDirectoryRidName, thePreferLocalFomModulesRidName, thePreferRidToFedSwitchTableName, theProcessingModelRidName, theProcessUnknownUpdatesForDiscoveryRidName, theReceiveToleranceRidName, theReconnectEnabledRidName, theResponseIntervalRidName, theReuseLogFileRidName, theReuseReleasedObjectHandlesRidName, theRidConsistencyCheckingRidName, theRouteToAllByDefaultRidName, theRtiExecLogFileNameRidName, theRtiExecPerformsLicensingRidName, theRtiExecReconnectPauseRidName, theRtiForwarderLogFileNameRidName, theRtiSpyGroupName, 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, theWebserviceAddrRidName, theWebserviceEnableForwardingRidName, theWebserviceEnableServerAutoStartRidName, theWebserviceHttpPortRidName, theWebserviceNotifyLevelRidName, theWebserviceRtiPortRidName, theWebSpyGroupName, throwExceptionCallNotAllowedFromWithinCallback, throwExceptionForDisabledService, tickFavorsNetwork, transmitDelay, udpCompressionLevel, useBusyWaitForTickMinMax, useRtiExec, webserviceEnableForwarding, and webserviceNotifyLevel.

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

Forces all compliant parameters back to their original values.

References myFullyCompliantParameters, and setParameter().

Referenced by DtConnectionMgr::initConnections().

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.

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

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

References getParameter(), and myFullyCompliantParameters.

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.

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?

Set value of RID consistency checking variable.

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

Referenced by sanityCheckRIDParameters().

void DtRIDParameters::setTcpForwarderAddr ( const MAKRti::DtString &  addr)

Set the indicator to transmit laggard LBTS value.

References RTI_transmitLaggardLBTS.

void DtRIDParameters::setUseRoutesFile ( bool  fileShouldBeUsed)
DtInetAddr DtRIDParameters::tcpForwarderAddr ( ) const
void DtRIDParameters::toLispString ( MAKRti::DtString &  lispString) [virtual]

Return the indicator to transmit laggard LBTS value.

References RTI_transmitLaggardLBTS.

Return the map between update rate names and values.

References myUpdateRates.

Referenced by DtFomClassMgr::initUpdateRates().

Return the update rate subscription definitions.

References myUpdateRateSubscriptions.

Referenced by DtFomClassMgr::initUpdateRates().

Returns true if we should use DM filtering.

References myIntMulticastDefinition, and myObjMulticastDefinition.

Referenced by DtFomClassMgr::initDMFilteringParameters().

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

References myDestAddr.

Referenced by DtConnectionMgr::createBestEffortConn().

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

RID Parameters Declarations.

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

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed DtRIDParameters::bestEffortSendRetryWaitUsec
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding setWebserviceNotifyLevel DtRIDParameters::configureConnectionWithRid
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking DtRIDParameters::conveyOnlyAvailableDimensions

RID Parameters Declarations.

Referenced by registerParameters().

RID Parameters Declarations.

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

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions DtRIDParameters::dataDistMgmt
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt DtRIDParameters::ddmFixedGrid

RID Parameters Declarations.

Referenced by initializeFixedGrid(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid DtRIDParameters::defaultFedFile

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile DtRIDParameters::destAddrString
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString DtRIDParameters::disableUnlicensedForTwo

RID Parameters Declarations.

Referenced by initControl(), and registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo DtRIDParameters::distributedForwarderPort
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort DtRIDParameters::distributeFedFileAsynchronously

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution DtRIDParameters::dumpFed
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed DtRIDParameters::enableBestEffortSendRetry
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry DtRIDParameters::enableFederateHeartbeat
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat DtRIDParameters::enableFomBackwardsCompatibility

RID Parameters Declarations.

Referenced by registerParameters(), and sanityCheckRIDParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility DtRIDParameters::enableLrcWebserviceEventLog

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog DtRIDParameters::enableMessageThrottling

RID Parameters Declarations.

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

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled DtRIDParameters::enablePacketBundling
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling DtRIDParameters::enableSaveRestoreWhenUsingRtiexec

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction DtRIDParameters::extend13and1516interop

RID Parameters Declarations.

Referenced by registerParameters(), and sanityCheckRIDParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop DtRIDParameters::federateReconnectPause
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause DtRIDParameters::flushTimeoutInterval

RID Parameters Declarations.

Referenced by registerParameters().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval DtRIDParameters::fomModuleMerging
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously DtRIDParameters::fullFedFileDistribution
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec DtRIDParameters::isTcpCompressionEnabled

RID Parameters Declarations.

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled DtRIDParameters::isUdpCompressionEnabled
setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue DtRIDParameters::logFileDirectory

RID Parameters Declarations.

Referenced by registerParameters().

RID Parameters Declarations.

Referenced by registerParameters().

RID Parameters Declarations.

Referenced by DtMulitcastDiscoveryMgr::discover(), and registerParameters().

setLogFileName setLrcMcastDiscoveryDelay DtRIDParameters::maxForwarderQueue
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue DtRIDParameters::maxIOQueue

RID Parameters Declarations.

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue DtRIDParameters::maxUdpPacketSize
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize DtRIDParameters::mcastDiscoveryEnabled
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled DtRIDParameters::mcastDiscoveryTries

RID Parameters Declarations.

Referenced by DtMulitcastDiscoveryMgr::discover(), and registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries DtRIDParameters::minChannelAddr

RID Parameters Declarations.

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr DtRIDParameters::momFederateUpdateInterval

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval DtRIDParameters::momServiceAvailable

RID Parameters Declarations.

Referenced by registerParameters().

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

MAKRti::DtMtlEnvironment* DtRIDParameters::myEnv [protected]
std::map<MAKRti::DtString, DtFloatRidParameter> DtRIDParameters::myFloatRidParameterDefaults [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().

std::map<MAKRti::DtString, DtIntRidParameter> DtRIDParameters::myIntRidParameterDefaults [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().

DM interaction class configuration.

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

Plugin names configuration.

Referenced by buildPluginsList(), and pluginNames().

The status of the file search of the RID file.

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

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

Referenced by initializeUpdateRates(), and updateRates().

Update rate subscriptions.

Referenced by initializeUpdateRates(), and updateRateSubscriptions().

Controls whether routes file should be used (set internally)

Referenced by setUseRoutesFile(), and useRoutesFile().

setAutoProvideSwitch setConveyProducingFederateSwitch setAttributeRelevanceAdvisorySwitch setInteractionRelevanceAdvisorySwitch setExceptionReportingSwitch setAddressDelay setAllProvideUpdateRequestsDelayed setBestEffortSendRetryWaitUsec setErrorChecking setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling DtRIDParameters::networkMonitoringEnabled

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable DtRIDParameters::packetBundlingSize
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize DtRIDParameters::preferLocalFomModules

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules DtRIDParameters::receiveTolerance

RID Parameters Declarations.

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance DtRIDParameters::responseInterval
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval DtRIDParameters::reuseReleasedObjectHandles

RID Parameters Declarations.

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

Deprecated RID parameters.

Referenced by asynchronousCallbacks(), and registerParameters().

Deprecated RID parameters.

Referenced by asynchronousIO(), and registerParameters().

Deprecated RID parameters.

Referenced by asynchronousProcessMessage(), and registerParameters().

Deprecated RID parameters.

Referenced by enableBigMessage(), and registerParameters().

Deprecated RID parameters.

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

MAKRti::DtString DtRIDParameters::RTI_mcastDevAddrString [protected]

Deprecated RID parameters.

Referenced by mcastDevAddrString(), and registerParameters().

Deprecated RID parameters.

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles DtRIDParameters::rtiExecLogFileName

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName DtRIDParameters::rtiExecReconnectPause
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause DtRIDParameters::saveRestoreDirectory

RID Parameters Declarations.

Referenced by registerParameters(), and saveRestoreDirectoryPath().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setConveyOnlyAvailableDimensions setDataDistMgmt setDdmFixedGrid setDefaultFedFile setDestAddrString setDisableUnlicensedForTwo setDistributedForwarderPort setDistributeFedFileAsynchronously setFullFedFileDistribution setDumpFed setEnableBestEffortSendRetry setEnableFederateHeartbeat setEnableFomBackwardsCompatibility setEnableLrcWebserviceEventLog setEnableMessageThrottling setNetworkMonitoringEnabled setEnablePacketBundling setEnableSaveRestoreWhenUsingRtiexec setTcpCompressionEnabled setUdpCompressionEnabled setEnableUpdateRateReduction setExtend13and1516interop setFederateReconnectPause setFlushTimeoutInterval setFomModuleMerging setForceUnlicensedForTwo setImplicitDdmParamsFile setIOLockQueue DtRIDParameters::setLogFileDirectoryName

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages DtRIDParameters::sharedMemExecLogFileName

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode DtRIDParameters::sharedMemLength

RID Parameters Declarations.

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength DtRIDParameters::socketReceiveBufferSize
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize DtRIDParameters::socketSendBufferSize
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize DtRIDParameters::strictNameReservation

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation DtRIDParameters::tcpCompressionLevel

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAdvancedNetworkingGroupName = "Advanced Networking" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAdvisoriesGroupName = "Advisories" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAllProvideUpdateRequestsDelayedRidName = "RTI_allProvideUpdateRequestsDelayed" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAsynchGroupName = "Asynchronous Parameters" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAttributeRelevanceAdvisorySwitchName = "RTI_attributeRelevanceAdvisorySwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAttributeScopeAdvisorySwitchName = "RTI_attributeScopeAdvisorySwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAutoProvideDelayRidName = "RTI_autoProvideDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theAutoProvideSwitchName = "RTI_autoProvideSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theBestEffortSendRetriesRidName = "RTI_bestEffortSendRetries" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theBestEffortSendRetryWaitUsecRidName = "RTI_bestEffortSendRetryWaitUsec" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theCatchFedAmbExceptionsRidName = "RTI_catchFedAmbExceptions" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theCheckFlagRidName = "RTI_checkFlag" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theCommunicationsGroupName = "Communications Configuration" [static, protected]

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

Referenced by registerParameters().

const int DtRIDParameters::theCompliantCheckFlag = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantDataDistMgmt = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantDistributeFedFile = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableHlaObjectNamePrefix = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableNameReservation = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantEnableUpdateRateReduction = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantExtend13and1516interop = 0 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantFomModuleMerging = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantMomFederateUpdateInterval = 0 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantMomServiceAvailable = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantPreferRidToFedSwitchTable = 0 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantSendDiscoveredClass = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantStrictFomChecking = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantStrictNameReservation = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantTimeMgmt = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const int DtRIDParameters::theCompliantUseRtiExec = 1 [static, protected]

The parameter values that make configuration compliant.

Referenced by populateRidGroups().

const DtString DtRIDParameters::theCompressionGroupName = "Compression" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theConfigureConnectionWithRidRidName = "RTI_configureConnectionWithRid" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theConnectionTestIntervalRidName = "RTI_connectionTestInterval" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyOnlyAvailableDimensionsRidName = "RTI_conveyOnlyAvailableDimensions" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyProducingFederateSwitchName = "RTI_conveyProducingFederateSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theConveyRegionDesignatorSwitchName = "RTI_conveyRegionDesignatorSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theCrcCheckFedFileRidName = "RTI_crcCheckFedFile" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDataDistMgmtRidName = "RTI_dataDistMgmt" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theDdmFixedGridFilenameRidName = "RTI_ddmFixedGridFilename" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDdmFixedGridRidName = "RTI_ddmFixedGrid" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDdmGroupName = "Data Distribution Management" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDefaultFedFileRidName = "RTI_defaultFedFile" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDefaultIpv4DestAddr = "229.7.7.7" [static, protected]

Default destination address strings for IPv4 and IPv6.

Referenced by registerParameters(), and sanityCheckAddressFamily().

const DtString DtRIDParameters::theDefaultIpv4MaxChannelAddr = "239.255.255.255" [static, protected]

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

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv4MinChannelAddr = "224.0.1.0" [static, protected]

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

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6DestAddr = "ff02::2:1" [static, protected]

Default destination address strings for IPv4 and IPv6.

Referenced by sanityCheckAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6MaxChannelAddr = "ff02::3:ffff" [static, protected]

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

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultIpv6MinChannelAddr = "ff02::3:1" [static, protected]

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

Referenced by sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theDefaultTimeImplementationRidName = "RTI_defaultTimeImplementation" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDelaySubscriptionEvaluationSwitchName = "RTI_delaySubscriptionEvaluationSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeleteOrphansRidName = "RTI_deleteOrphans" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousCallbacksRidName = "RTI_asynchronousCallbacks" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousIORidName = "RTI_asynchronousIO" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedAsynchronousProcessMessageRidName = "RTI_asynchronousProcessMessage" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedEnableBigMessageRidName = "RTI_enableBigMessage" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDeprecatedMcastDevAddrStringRidName = "RTI_mcastDevAddrString" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDestAddrStringRidName = "RTI_destAddrString" [static, protected]

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

Referenced by registerParameters(), and verifyIpAddresses().

const DtString DtRIDParameters::theDetachNotifyLevelFromStdOutRidName = "RTI_detachNotifyLevelFromStdOut" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDiagnosticGroupName = "Diagnostic Configuration" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDisableUnlicensedForTwoRidName = "RTI_disableUnlicensedForTwo" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDiscoveryMsgBundlingDelayRidName = "RTI_discoveryMsgBundlingDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributedForwarderPortRidName = "RTI_distributedForwarderPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributedUdpForwarderModeRidName = "RTI_distributedUdpForwarderMode" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributeFedFileAsynchronouslyRidName = "RTI_distributeFedFileAsynchronously" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDistributeFedFileRidName = "RTI_distributeFedFile" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theDualTransmitFirstInteractionRegionsRidName = "RTI_dualTransmitFirstInteractionRegions" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDumpFedRidName = "RTI_dumpFed" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theDumpRidRidName = "RTI_dumpRid" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableBestEffortSendRetryRidName = "RTI_enableBestEffortSendRetry" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableCheckVersionRidName = "RTI_enableCheckVersion" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFederateHeartbeatRidName = "RTI_enableFederateHeartbeat" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFedexMsgRoutingRidName = "RTI_enableFedexMsgRouting" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableFomBackwardsCompatibilityRidName = "RTI_enableFomBackwardsCompatibility" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableHlaObjectNamePrefixRidName = "RTI_enableHlaObjectNamePrefix" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableLrcWebserviceEventLogRidName = "RTI_enableLrcWebserviceEventLog" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableLrcWebserviceRidName = "RTI_enableLrcWebservice" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableMessageThrottlingRidName = "RTI_enableMessageThrottling" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableNameReservationRidName = "RTI_enableNameReservation" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableNetworkMonitoringRidName = "RTI_enableNetworkMonitoring" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableNetworkTestingRidName = "RTI_enableNetworkTesting" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnablePacketBundlingRidName = "RTI_enablePacketBundling" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableRtiexecWebserviceRidName = "RTI_enableRtiexecWebservice" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableSaveRestoreWhenUsingRtiexecRidName = "RTI_enableSaveRestoreWhenUsingRtiexec" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableSharedMemoryExecEventLogRidName = "RTI_enableSharedMemoryExecEventLog" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableTcpCompressionRidName = "RTI_enableTcpCompression" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableTcpSmartForwardingRidName = "RTI_enableTcpSmartForwarding" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUdpCompressionRidName = "RTI_enableUdpCompression" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUdpSmartForwardingRidName = "RTI_enableUdpSmartForwarding" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theEnableUpdateRateReductionRidName = "RTI_enableUpdateRateReduction" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theEnableWarningsForDisabledServicesRidName = "RTI_enableWarningsForDisabledServices" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theExceptionReportingSwitchName = "RTI_exceptionReportingSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theExecMcastDiscoveryDelayRidName = "RTI_execMcastDiscoveryDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theExtend13and1516interopRidName = "RTI_extend13and1516interop" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theFaultToleranceGroupName = "Fault Tolerance" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateHeartbeatIntervalRidName = "RTI_federateHeartbeatInterval" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateReconnectPauseRidName = "RTI_federateReconnectPause" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFederateTimeoutIntervalRidName = "RTI_federateTimeoutInterval" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFlushTimeoutIntervalRidName = "RTI_flushTimeoutInterval" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFomDataTransportTypeControlRidName = "RTI_fomDataTransportTypeControl" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theFomGroupName = "FOM" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFomModuleMergingRidName = "RTI_fomModuleMerging" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theForceFullComplianceRidName = "RTI_forceFullCompliance" [static, protected]

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

Referenced by loadLispFile(), and registerParameters().

const DtString DtRIDParameters::theForceUnlicensedForTwoRidName = "RTI_forceUnlicensedForTwo" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theForwarderGroupName = "Forwarder" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theForwarderRoutesFileRidName = "RTI_forwarderRoutesFile" [static, protected]

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

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding setWebserviceNotifyLevel setConfigureConnectionWithRid bool DtRIDParameters::theForwarderRoutesFileRidNameInitialized [mutable]
const DtString DtRIDParameters::theForwardingDelayRidName = "RTI_forwardingDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theFullFedFileDistributionName = "RTI_fullFedFileDistribution" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theImplicitDdmParamsFileRidName = "RTI_implicitDdmParamsFile" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theInteractionRelevanceAdvisorySwitchName = "RTI_interactionRelevanceAdvisorySwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theInternalMsgReliableWhenUsingRtiexecRidName = "RTI_internalMsgReliableWhenUsingRtiexec" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theIOLockQueueRidName = "RTI_IOLockQueue" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theIOPeriodRidName = "RTI_IOPeriod" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theLicensingGroupName = "Licensing" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theLogFileDirectoryName = "RTI_logFileDirectory" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theLogFileNameRidName = "RTI_logFileName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theLogNetworkMonitorStatsRidName = "RTI_logNetworkMonitorStatistics" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theLrcMcastDiscoveryDelayRidName = "RTI_lrcMcastDiscoveryDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxChannelAddrRidName = "RTI_maxChannelAddr" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxForwarderQueueRidName = "RTI_maxForwarderQueue" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxIOCountRidName = "RTI_maxIOCount" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxIOQueueRidName = "RTI_maxIOQueue" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxNumFederatesRidName = "RTI_maxNumFederates" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxObjectsPerFederateRidName = "RTI_maxObjectsPerFederate" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMaxUdpPacketSizeRidName = "RTI_maxUdpPacketSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryAddrStringRidName = "RTI_mcastDiscoveryAddrString" [static, protected]

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

Referenced by registerParameters(), and verifyIpAddresses().

const DtString DtRIDParameters::theMcastDiscoveryEnabledRidName = "RTI_mcastDiscoveryEnabled" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryPortRidName = "RTI_mcastDiscoveryPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastDiscoveryTriesRidName = "RTI_mcastDiscoveryTries" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMcastTtlRidName = "RTI_mcastTtl" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMinChannelAddrRidName = "RTI_minChannelAddr" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMomExceptionLoggingRidName = "RTI_momExceptionLogging" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMomFederateUpdateIntervalRidName = "RTI_momFederateUpdateInterval" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theMomGroupName = "Management Object Model" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMomModuleExtensionFileNameRidName = "RTI_momModuleExtensionFileName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theMomServiceAvailableRidName = "RTI_momServiceAvailable" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theMulticastDiscoveryGroupName = "Multicast Discovery" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theNameReservationGroupName = "Name Reservation" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theNetworkInterfaceAddrRidName = "RTI_networkInterfaceAddr" [static, protected]

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

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

const DtString DtRIDParameters::theNotifyLevelRidName = "RTI_notifyLevel" [static, protected]

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

Referenced by loadLispFile(), and registerParameters().

const DtString DtRIDParameters::theObjectClassRelevanceAdvisorySwitchName = "RTI_objectClassRelevanceAdvisorySwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theOptionalServicesGroupName = "Optional Services" [static, protected]

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

Referenced by registerParameters().

std::map< DtString, DtString > DtRIDParameters::theOverrideParameters = std::map<DtString, DtString>() [static, protected]

Overridden RID parameters.

Referenced by overrideRidParameters().

const DtString DtRIDParameters::thePacketBundlingSizeRidName = "RTI_packetBundlingSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::thePluginDirectoryRidName = "RTI_pluginDirectory" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::thePreferLocalFomModulesRidName = "RTI_preferLocalFomModules" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::thePreferRidToFedSwitchTableName = "RTI_preferRidToFedSwitchTable" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theProcessingModelRidName = "RTI_processingModel" [static, protected]

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

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

const DtString DtRIDParameters::theProcessUnknownUpdatesForDiscoveryRidName = "RTI_processUnknownUpdatesForDiscovery" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theReceiveToleranceRidName = "RTI_receiveTolerance" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theReconnectEnabledRidName = "RTI_reconnectEnabled" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theResponseIntervalRidName = "RTI_responseInterval" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theReuseLogFileRidName = "RTI_reuseLogFile" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theReuseReleasedObjectHandlesRidName = "RTI_reuseReleasedObjectHandles" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRidConsistencyCheckingRidName = "RTI_ridConsistencyChecking" [static, protected]

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

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

const DtString DtRIDParameters::theRouteToAllByDefaultRidName = "RTI_routeToAllByDefault" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecLogFileNameRidName = "RTI_rtiExecLogFileName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecPerformsLicensingRidName = "RTI_rtiExecPerformsLicensing" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiExecReconnectPauseRidName = "RTI_rtiExecReconnectPause" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiForwarderLogFileNameRidName = "RTI_rtiForwarderLogFileName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theRtiSpyGroupName = "RTIspy" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveRestoreDirectoryRidName = "RTI_saveRestoreDirectory" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveRestoreGroupName = "Save and Restore" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveRestoreTimeoutRidName = "RTI_saveRestoreTimeout" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSaveTransientMessagesRidName = "RTI_saveTransientMessages" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSendDiscoveredClassRidName = "RTI_sendDiscoveredClass" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theServiceImplGroupName = "Service Implementation" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theServiceReportingSwitchName = "RTI_serviceReportingSwitch" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemExecLogFileNameRidName = "RTI_sharedMemExecLogFileName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryGroupName = "Shared Memory" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryMgrMaxWaitRidName = "RTI_sharedMemoryMgrMaxWait" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryModeRidName = "RTI_sharedMemoryMode" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryNameRidName = "RTI_sharedMemoryName" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSharedMemoryQueueLengthRidName = "RTI_sharedMemoryQueueLength" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSingleCallbackPerTickRidName = "RTI_singleCallbackPerTick" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSmartForwardingLevelRidName = "RTI_smartForwardingLevel" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSocketReceiveBufferSizeRidName = "RTI_socketReceiveBufferSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theSocketSendBufferSizeRidName = "RTI_socketSendBufferSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theStrictFomCheckingRidName = "RTI_strictFomChecking" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theStrictNameReservationRidName = "RTI_strictNameReservation" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theTcpBufferSizeRidName = "RTI_tcpBufferSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpCompressionLevelRidName = "RTI_tcpCompressionLevel" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpForwarderAddrRidName = "RTI_tcpForwarderAddr" [static, protected]

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

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

const DtString DtRIDParameters::theTcpNoDelayRidName = "RTI_tcpNoDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTcpPortRidName = "RTI_tcpPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theThrowExceptionCallNotAllowedFromWithinCallbackRidName = "RTI_throwExceptionCallNotAllowedFromWithinCallback" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theThrowExceptionForDisabledServiceRidName = "RTI_throwExceptionForDisabledService" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theThrowExceptionOnConcurrentAccessRidName = "RTI_throwExceptionOnConcurrentAccess" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTickFavorsNetworkRidName = "RTI_tickFavorsNetwork" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTickWaitPeriodRidName = "RTI_tickWaitPeriod" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTimeMgmtRidName = "RTI_timeMgmt" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theTransmitDelayRidName = "RTI_transmitDelay" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTransmitLaggardLBTSRidName = "RTI_transmitLaggardLBTS" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theTransmitRateRidName = "RTI_transmitRate" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUdpCompressionLevelRidName = "RTI_udpCompressionLevel" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUdpPortRidName = "RTI_udpPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUse32BitsForValueSizeRidName = "RTI_use32BitsForValueSize" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUseBusyWaitForTickMinMaxRidName = "RTI_useBusyWaitForTickMinMax" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUseRandomNumberForFedHandleRidName = "RTI_useRandomNumberForFedHandle" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theUseRtiExecRidName = "RTI_useRtiExec" [static, protected]

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

Referenced by populateRidGroups(), and registerParameters().

const DtString DtRIDParameters::theUseTheDefaultChannelAddrStr = "UseDefaultChannelAddr" [static, protected]

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

Referenced by registerParameters(), and sanityCheckUdpAddressFamily().

const DtString DtRIDParameters::theVariableLengthDataUsesNullRidName = "RTI_variableLengthDataUsesNull" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebserviceAddrRidName = "RTI_webserviceAddr" [static, protected]

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

Referenced by registerParameters(), and verifyIpAddresses().

const DtString DtRIDParameters::theWebserviceEnableForwardingRidName = "RTI_webserviceEnableForwarding" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebserviceEnableServerAutoStartRidName = "RTI_webserviceEnableServerAutoStart" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebserviceHttpPortRidName = "RTI_webserviceHttpPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebserviceNotifyLevelRidName = "RTI_webserviceNotifyLevel" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebserviceRtiPortRidName = "RTI_webserviceRtiPort" [static, protected]

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

Referenced by registerParameters().

const DtString DtRIDParameters::theWebSpyGroupName = "RTIspy Web Server" [static, protected]

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

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel DtRIDParameters::throwExceptionForDisabledService

RID Parameters Declarations.

Referenced by registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay DtRIDParameters::udpCompressionLevel
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize 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 setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName DtRIDParameters::useSharedMem

RID Parameters Declarations.

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

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec DtRIDParameters::webserviceAddrString
setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString DtRIDParameters::webserviceEnableForwarding

RID Parameters Declarations.

Referenced by DtTcpRtiConnectionMgr::establishConnection(), and registerParameters().

setLogFileName setLrcMcastDiscoveryDelay setMaxForwarderQueue setMaxIOQueue setMaxUdpPacketSize setMcastDiscoveryEnabled setMcastDiscoveryTries setMinChannelAddr setMomFederateUpdateInterval setMomServiceAvailable setPacketBundlingeSize setPreferLocalFomModules setReceiveTolerance setResponseInterval setReuseReleasedObjectHandles setRtiExecLogFileName setRtiExecReconnectPause setSaveRestoreDirectory setSaveTransientMessages setSharedMemExecLogFileName setSharedMemoryMode setSharedMemLength setSocketReceiveBufferSize setSocketSendBufferSize setStrictNameReservation setTcpCompressionLevel setThrowExceptionForDisabledService setThrowExceptionCallNotAllowedFromWithinCallback setTickFavorsNetwork setTransmitDelay setUdpCompressionLevel setTcpPort setUseBusyWaitForTickMinMax setUseRtiExec setWebserviceAddrString setWebserviceEnableForwarding DtRIDParameters::webserviceNotifyLevel

RID Parameters Declarations.

Referenced by registerParameters().


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

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