VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtRadarForceDimension Class Reference
+ Inheritance diagram for DtRadarForceDimension:
+ Collaboration diagram for DtRadarForceDimension:

Public Member Functions

 DtRadarForceDimension (DtExerciseConn *exConn)
 
virtual ~DtRadarForceDimension ()
 
virtual void setMinFrequency (double min)
 
virtual void setMaxFrequency (double max)
 
virtual void setFrequencyLowerBound (double value)
 
virtual void setFrequencyUpperBound (double value)
 
virtual double minFrequency () const
 
virtual double maxFrequency () const
 
virtual double frequencyLowerBound () const
 
virtual double frequencyUpperBound () const
 
- Public Member Functions inherited from DtForceDimension
 DtForceDimension (DtExerciseConn *exConn)
 
virtual ~DtForceDimension ()
 
virtual void setMinForce (int min)
 
virtual void setMaxForce (int max)
 
virtual void setForce (int value)
 
virtual int minForce () const
 
virtual int maxForce () const
 
virtual int force () const
 
- Public Member Functions inherited from DtDDMRegion
 DtDDMRegion (DtExerciseConn *exConn)
 Constructor that creates empty shell. More...
 
 DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, int numberOfExtents=1)
 Constructor that uses the specified space to create RTI region. More...
 
 DtDDMRegion (DtExerciseConn *exConn, const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1)
 Constructor with that uses specified space and dimensions to create RTI region. More...
 
virtual ~DtDDMRegion ()
 Destructor. More...
 
void init (const DtString &spaceName, const std::vector< DtString > &dimensionNameVector, int numberOfExtents=1)
 Initialize the region with the space and dimensions specified. More...
 
virtual void initializeDimensions (const std::vector< DtString > &dimensionNameVector)
 Initialize the region dimensions using the specified dimension names. More...
 
virtual void setUpperBound (const DtString &dimensionName, unsigned long upperBound, int extentIndex=0)
 This method sets the upper bound of dimension, specified by dimensionName, to the normalized value specified by upperBound. More...
 
virtual void setLowerBound (const DtString &dimensionName, unsigned long lowerBound, int extentIndex=0)
 This method sets the lower bound of the dimension, specified by dimensionName, to the normalized value specified by lowerBound. More...
 
virtual void setDimensionBounds (const DtString &dimensionName, unsigned long lowerBound, unsigned long upperBound, int extentIndex=0)
 This method sets the lower and upper bounds of the dimension,. More...
 
virtual void notifyRtiOfUpdate ()
 Notify the RTI of changes to the region's extents This function will only act if a dimension has actually changed. More...
 
virtual void addAttributeHandle (RTI::AttributeHandle handle)
 Add an attribute handle to the attributes associated with this region. More...
 
virtual void addAttributeHandle (const DtString &objClassName, const DtString &attrName)
 Use the class and attribute names to retrieve handles then, add an attribute handle to the attributes associated with this region. More...
 
virtual const
RTI::AttributeHandleSet & 
attributeHandles () const
 Retrieve the attribute handle set associated with this region. More...
 
virtual int attributeHandleCount () const
 Number of attributes associated with this region. More...
 
virtual bool hasAttributeHandles () const
 Indicates if attributes have been associated with this region. More...
 
virtual const RTI::Region * region () const
 Access to the RTI region representation. More...
 
virtual RTI::Region * region ()
 Access to the RTI region representation. More...
 

Protected Attributes

double myMinFrequency
 
double myMaxFrequency
 
double myFrequencyLowerBound
 
double myFrequencyUpperBound
 
DtLinearNormalizer myFrequencyNormalizer
 
- Protected Attributes inherited from DtForceDimension
int myMinForce
 
int myMaxForce
 
int myForce
 
DtEnumNormalizer myForceNormalizer
 
- Protected Attributes inherited from DtDDMRegion
DtExerciseConnmyExConn
 
DtVrlRtiAmbassadormyRtiAmb
 
RTI::Region * myRegion
 
std::map< DtString,
RTI::DimensionHandle > 
myDimensionMap
 
RTI::SpaceHandle mySpaceHandle
 
bool myIsDirty
 
RTI::AttributeHandleSet * myAttributeHandles
 

Additional Inherited Members

- Protected Member Functions inherited from DtDDMRegion
 DtDDMRegion (const DtDDMRegion &orig)
 Copy constructor – Not implemented – not allowed. More...
 
DtDDMRegionoperator= (const DtDDMRegion &orig)
 Assignment operator. Not implemented – not assignable. More...
 

Constructor & Destructor Documentation

DtRadarForceDimension::DtRadarForceDimension ( DtExerciseConn exConn)
virtual DtRadarForceDimension::~DtRadarForceDimension ( )
virtual

Member Function Documentation

virtual double DtRadarForceDimension::frequencyLowerBound ( ) const
virtual
virtual double DtRadarForceDimension::frequencyUpperBound ( ) const
virtual
virtual double DtRadarForceDimension::maxFrequency ( ) const
virtual
virtual double DtRadarForceDimension::minFrequency ( ) const
virtual
virtual void DtRadarForceDimension::setFrequencyLowerBound ( double  value)
virtual
virtual void DtRadarForceDimension::setFrequencyUpperBound ( double  value)
virtual
virtual void DtRadarForceDimension::setMaxFrequency ( double  max)
virtual
virtual void DtRadarForceDimension::setMinFrequency ( double  min)
virtual

Member Data Documentation

double DtRadarForceDimension::myFrequencyLowerBound
protected
DtLinearNormalizer DtRadarForceDimension::myFrequencyNormalizer
protected
double DtRadarForceDimension::myFrequencyUpperBound
protected
double DtRadarForceDimension::myMaxFrequency
protected
double DtRadarForceDimension::myMinFrequency
protected

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

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)