VR-Link API Documentation for HLA 1.3
hAddPassActPub.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 "hObjPub.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 
84 
88 
89 protected:
90 
91  static DtStateRepCreator theStateRepCreator;
92 
93 };
94 
97 {
99 }
100 
103 {
105 }
106 
107 #endif

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)