MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
interDdmMgr1516e.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: interDdmMgr1516e.h,v $ $Revision: 1.0 $ $State: Exp $
7 *********************************************************************/
8 #ifndef interDdmMgr1516e_H_
9 #define interDdmMgr1516e_H_
10 
13 
14 #ifdef DDM
15 #ifdef DtIFSPEC1516E
16 
17 #include "interDdmMgr.h"
18 
23 class DT_DLL_LRC DtInterDataDistMgr1516e : public DtInterDataDistMgr
24 {
25 protected:
26 
28  DtInterDataDistMgr1516e(DtFederateMgr* fedMgr);
29 
30 public:
31 
33  virtual ~DtInterDataDistMgr1516e();
34 
35 private:
36 
38  DtInterDataDistMgr1516e(DtInterDataDistMgr1516e const& other);
39 
41  DtInterDataDistMgr1516e& operator=(DtInterDataDistMgr1516e const& other);
42 
43 public:
44 
46  virtual void subscribe(
47  DtInteractionClassHandle theClass,
48  bool active);
49 
51  virtual void subscribeInteractionClassWithRegions (
52  DtInteractionClassHandle theClass,
53  rti1516e::RegionHandleSet const & theRegionHandleSet,
54  bool active);
55 
57  virtual void unsubscribe(
58  DtInteractionClassHandle theClass);
59 
61  virtual void unsubscribeInteractionClassWithRegions (
62  DtInteractionClassHandle theClass,
63  rti1516e::RegionHandleSet const & theRegionHandleSet);
64 
67  virtual unsigned long send(
68  DtInteractionClassHandle theInteraction,
69  const DtPhvps& params,
70  rti1516e::RegionHandleSet const & theRegionHandleSet,
71  rti1516e::LogicalTime const * theTime,
72  rti1516e::VariableLengthData const & theTag,
73  bool anonymous=false);
74 
75 public:
76 
78  static DtInteractionMgr* create(DtFederateMgr* fedMgr);
79 
80 protected:
81 
83  virtual void collectRegions(
84  DtInteractionClassInfo const& classInfo,
85  rti1516e::RegionHandleSet const & theRegionHandleSet,
86  DtRegionEntryList & regionList);
87 
89  virtual void subscribeInteractionClassWithRegionActive(
90  DtInteractionClassInfo* classDesc, DtRegionEntryList const& regionList);
91  virtual void subscribeInteractionClassWithRegionPassive(
92  DtInteractionClassInfo* classDesc, DtRegionEntryList const& regionList);
93 
95  virtual DtInteractionRegionSet& associateRegionForInteractions(
96  DtRegionEntryList const& regionList, DtInteractionClassInfo& classDesc,
97  bool anonymous=false);
98 
99 };
100 
101 #endif
102 #endif
103 #endif
104 
105 
106 

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)