VR-Link API Documentation for DIS
 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 
58  DtPropulsionNoisePublisher( DtHlaObjectWithStateRep* obj, DtExerciseConn* conn);
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 
102 inline DtPropulsionNoiseStateRepository* DtPropulsionNoisePublisher::propulsionNoiseStateRep()
103 {
105 }
106 
108 {
110 }
111 
112 #endif
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
virtual DtPropulsionNoiseStateRepository * psr()
Definition: propulsionNoisePublisherDIS.h:98
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
Instances of DtPropulsionNoisePublisher are used to take care of the details associated with publishi...
Definition: propulsionNoisePublisherDIS.h:23
class DtPropulsionNoiseStateRepository
Definition: propulsionNoiseStateRepository.h:22
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)