VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
propulsionNoisePublisherHLA.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 DtPropulsionNoiseStateRepository* (*DtStateRepCreator)();
30 
31 public:
32 
35  DtPropulsionNoiseStateRepository* stateRepToUse,
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 
61  virtual ~DtPropulsionNoisePublisher();
62 
65  virtual DtPropulsionNoiseStateRepository* propulsionNoiseStateRep();
66 
68  virtual DtPropulsionNoiseStateRepository* psr();
69 
72  virtual const char* classToUse() const;
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 
94  const DtPropulsionNoisePublisher& orig);
95 
96 protected:
97 
98  static DtStateRepCreator theStateRepCreator;
99 
100 };
101 
103 {
105 }
106 
108 {
110 }
111 
112 #endif

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)