VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
linearObjectPublisherHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 * hLinearObjPub.h
7 *********************************************************************/
8 
9 #if DtHLA
10 
11 #ifndef linearObjectPublisherHLA_H_
12 #define linearObjectPublisherHLA_H_
13 
14 #include "objectPublisherHLA.h"
16 
20 
22 
39 
41 {
42 public:
43 
46  typedef DtLinearObjectRepository* (*DtStateRepCreator)();
47 
48 public:
49 
52  DtLinearObjectRepository *stateRepToUse,
53  DtExerciseConn* conn,
54  const char* name = 0,
55  const DtDDMRegionSet* regionSetToUse = 0);
56 
59  RTI::ObjectClassHandle h,
60  DtExerciseConn* conn,
61  const char* name = 0,
62  const DtDDMRegionSet* regionSetToUse = 0);
63 
67  DtExerciseConn* conn,
68  const char* name = 0,
69  const DtDDMRegionSet* regionSetToUse = 0);
70 
72  virtual ~DtLinearObjectPublisher();
73 
76  virtual DtLinearObjectRepository* linearObjectStateRep();
77 
79  virtual DtLinearObjectRepository* losr();
80 
81 public:
82 
84  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
85 
86 protected:
87 
93  const char* name = 0,
94  const DtDDMRegionSet* regionSetToUse = 0);
95 
98 
100  DtLinearObjectPublisher& operator=
101  (const DtLinearObjectPublisher& orig);
102 
103  //Non-virtual method called from constructor.
104  const char* objectClassNameFromType
105  (const DtSyntheticEnvironmentObjectType& type);
106 
107 protected:
108 
109  static DtStateRepCreator theStateRepCreator;
110 };
111 
114 {
116 }
117 
119 {
121 }
122 
123 #endif //hLinearObjPub_H_
124 #endif //DtHLA
125 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)