16 #include <vlutil/vlHashlist.h>
38 typedef DtDataDistMgr* (*DtDataDistMgrCreator)(
DtFederateMgr* p);
48 virtual ~DtDataDistMgr();
53 DtDataDistMgr(DtDataDistMgr
const& );
56 DtDataDistMgr& operator= (DtDataDistMgr
const& );
61 virtual void postJoinInit();
64 virtual bool isPostJoined()
const;
67 virtual bool active();
73 virtual bool isMemberLocalRegions(
DtRegionHandle regionHandle) = 0;
79 virtual bool isMemberRemoteRegions(
DtRegionHandle regionHandle) = 0;
82 #if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
86 unsigned long numberOfExtents) = 0;
114 unsigned long lower,
unsigned long upper) = 0;
116 DtExtentIndex extentIndex, DtDimBounds
const & dimBounds) = 0;
122 virtual bool getDimensionHandleSet(
124 rti1516::DimensionHandleSet& dimSet)
const = 0;
125 #elif defined(DtIFSPEC1516E)
129 unsigned long lower,
unsigned long upper) = 0;
131 DtExtentIndex extentIndex, DtDimBounds
const & dimBounds) = 0;
137 virtual bool getDimensionHandleSet(
139 rti1516e::DimensionHandleSet& dimSet)
const = 0;
143 virtual void preTick();
146 virtual void postTick();
149 virtual void processResign(
const DtResignMsg& msg);
155 virtual void prepareToRestore();
171 static void setCreatorFunction(DtDataDistMgrCreator fn);
177 static void setInternalCreatorFunction(DtDataDistMgrCreator fn);
216 static DtDataDistMgrCreator theCreator;
219 static DtDataDistMgrCreator theInternalCreator;
virtual void deleteRegion(Region *theRegion)
virtual SpaceHandle getInteractionRoutingSpaceHandle(InteractionClassHandle theHandle)
This class manages the RTI's start-up configuration using both MTL variables and functions.
Definition: RIDparams.h:87
virtual void notifyAboutRegionModification(Region &theRegion)
virtual Region * createRegion(SpaceHandle theSpace, ULong numberOfExtents)
This file contains the declaration of the Connection Manager.
std::set< DtDimensionHandle > DtDimensionHandleSet
Definition: internalTypes.h:42
Definition: resignMsg.h:36
DtHandle DtRegionHandle
Definition: internalTypes.h:44
DtHandle DtObjectClassHandle
Definition: internalTypes.h:31
DtHandle DtDimensionHandle
Definition: internalTypes.h:41
DtHandle DtInteractionClassHandle
Definition: internalTypes.h:35
Instances of DtFederateMgr process federation-level messages (such as create, destroy, join, resign, and sync points) and manages the objects responsible for handling general communication, objects, interactions, the FOM, MOM, and data distribution mmg.
Definition: fedMgr.h:84
Instances of DtConnectionMgr manage the communication objects that the RTI will use to either communi...
Definition: connectMgr.h:60
Instances of DtInteractionMgr manage the sending and receiving of interactions.
Definition: interMgr.h:45
virtual SpaceHandle getAttributeRoutingSpaceHandle(AttributeHandle theHandle, ObjectClassHandle whichClass)
long DtSpaceHandle
Definition: internalTypes.h:26
The object manager class processes the object management services.
Definition: objMgr.h:90
DtHandle DtAttributeHandle
Definition: internalTypes.h:37
DtHandle DtExtentIndex
Definition: internalTypes.h:46
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
Definition: saveFile.h:21