11 #if (DtHLA && DtHLA_1516)
38 virtual RTI::RegionHandle regionHandle()
const;
41 virtual const RTI::DimensionHandleSet dimensionHandles()
const;
44 virtual const std::set<DtString>& dimensionNames()
const;
47 virtual RTI::DimensionHandle dimensionHandle(
const DtString& dimName)
const;
51 virtual bool getDimensionName(RTI::DimensionHandle dimHandle,
DtString& dimName)
const;
55 virtual bool getRangeBounds( RTI::DimensionHandle dimHandle, RTI::RangeBounds& rangeBounds)
const;
59 virtual bool getRangeBounds(
const DtString& dimName, RTI::RangeBounds& rangeBounds)
const;
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
DtVrlRtiAmbassador * myRtiAmb
Definition: ddmConveyedRegion1516.h:74
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
RTI::RegionHandle myRegionHandle
Definition: ddmConveyedRegion1516.h:71
DtExerciseConn * myExConn
Definition: ddmConveyedRegion1516.h:73
std::set< DtString > myDimensionNames
Definition: ddmConveyedRegion1516.h:72
The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
Definition: ddmConveyedRegion1516.h:25
Instances of DtVrlRtiAmbassador are for wrapping the calls to The RTI ambassador so that we may overr...
Definition: vrlRtiAmbassador1516.h:25
Instances of DtString are used to represent strings.
Definition: vlString.h:29