VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
arealObjectPublisherHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 * hArealObjPub.h
7 *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef arealObjectPublisherHLA_H_
12 #define arealObjectPublisherHLA_H_
13 
14 #include "objectPublisherHLA.h"
16 
20 
22 
23 
34 {
35 public:
36 
39  typedef DtArealObjectRepository* (*DtStateRepCreator)();
40 
41 public:
42 
45  DtArealObjectRepository *stateRepToUse,
46  DtExerciseConn* conn,
47  const char* name = 0,
48  const DtDDMRegionSet* regionSetToUse = 0);
49 
52  RTI::ObjectClassHandle h,
53  DtExerciseConn* conn,
54  const char* name = 0,
55  const DtDDMRegionSet* regionSetToUse = 0);
56 
60  DtExerciseConn* conn,
61  const char* name = 0,
62  const DtDDMRegionSet* regionSetToUse = 0);
63 
65  virtual ~DtArealObjectPublisher();
66 
69  virtual DtArealObjectRepository* arealObjectStateRep();
70 
72  virtual DtArealObjectRepository* aosr();
73 
74 public:
75 
77  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
78 
79 protected:
80 
86  const char* name = 0,
87  const DtDDMRegionSet* regionSetToUse = 0);
88 
91 
93  DtArealObjectPublisher& operator=
94  (const DtArealObjectPublisher& orig);
95 
96  //Non-virtual method called from constructor.
97  const char* objectClassNameFromType
98  (const DtSyntheticEnvironmentObjectType& type);
99 
100 protected:
101 
102  static DtStateRepCreator theStateRepCreator;
103 };
104 
107 {
109 }
110 
112 {
114 }
115 
116 #endif //hArealObjPub_H_
117 #endif //DtHLA
118 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)