VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
additionalPassiveActivitiesPublisherHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include "objectPublisherHLA.h"
15 
17 
25 {
26 public:
27 
29  typedef DtAdditionalPassiveActivitiesRepository* (*DtStateRepCreator)();
30 
31 public:
32 
36  DtExerciseConn* conn,
37  const char* name = 0,
38  const DtDDMRegionSet* regionSetToUse = 0);
39 
42  RTI::ObjectClassHandle h,
43  DtExerciseConn* conn,
44  const char* name = 0,
45  const DtDDMRegionSet* regionSetToUse = 0);
46 
49  DtExerciseConn* conn,
50  const char* name = 0,
51  const DtDDMRegionSet* regionSetToUse = 0);
52 
59 
62 
66  additionalPassiveActivitiesStateRep();
67 
70 
73  virtual const char* classToUse() const;
74 
75 public:
76 
78  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
79 
80 protected:
81 
87  const char* name = 0,
88  const DtDDMRegionSet* regionSetToUse = 0);
89 
92 
96 
97 protected:
98 
99  static DtStateRepCreator theStateRepCreator;
100 
101 };
102 
105 {
107 }
108 
111 {
113 }
114 
115 #endif

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)