VR-Link API Documentation for DIS
hRadioXmitPub.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
9 #ifndef hRadioXmitPub_H_
10 #define hRadioXmitPub_H_
11 
12 #include "hObjPub.h"
13 
17 
19 
26 
28 {
29 public:
30 
33  typedef DtRadioTransmitterRepository* (*DtStateRepCreator)();
34 
35 public:
36 
39  DtRadioTransmitterRepository *stateRepToUse,
40  DtExerciseConn* conn,
41  const char* name = 0,
42  const DtDDMRegionSet* regionSetToUse = 0);
43 
46  RTI::ObjectClassHandle h,
47  DtExerciseConn* conn,
48  const char* name = 0,
49  const DtDDMRegionSet* regionSetToUse = 0);
50 
53  DtExerciseConn* conn,
54  const char* name = 0,
55  const DtDDMRegionSet* regionSetToUse = 0);
56 
63  DtHlaObjectWithStateRep* obj,
64  DtExerciseConn* conn);
65 
67  virtual ~DtRadioTransmitterPublisher();
68 
71  virtual DtRadioTransmitterRepository* radioXmitRep();
72 
74  virtual DtRadioTransmitterRepository* tsr();
75 
78  virtual const char* classToUse() const;
79 
80 public:
81 
83  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 
85 protected:
86 
89 
91  DtRadioTransmitterPublisher& operator=
92  (const DtRadioTransmitterPublisher& orig);
93 
94 protected:
95 
96  static DtStateRepCreator theStateRepCreator;
97 };
98 
101 {
103 }
104 
106 {
108 }
109 
110 #endif //DtRadioTransmitterPublisher_H_
111 #endif //DtHLA
112 

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)