VR-Link API Documentation for DIS
hRadioRcvrPub.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 hRadioRcvrPub_H_
10 #define hRadioRcvrPub_H_
11 
12 #include "hObjPub.h"
13 
17 
19 
26 
28 {
29 public:
30 
33  typedef DtRadioReceiverRepository* (*DtStateRepCreator)();
34 
35 public:
36 
39  DtRadioReceiverRepository *stateRepToUse,
40  DtExerciseConn* conn,
41  const char* name = 0,
42  const DtDDMRegionSet* regionSetToUse = 0);
43 
46  DtExerciseConn* conn,
47  const char* name = 0,
48  const DtDDMRegionSet* regionSetToUse = 0);
49 
52  RTI::ObjectClassHandle h,
53  DtExerciseConn* conn,
54  const char* name = 0,
55  const DtDDMRegionSet* regionSetToUse = 0);
56 
63  DtHlaObjectWithStateRep* obj,
64  DtExerciseConn* conn);
65 
67  virtual ~DtRadioReceiverPublisher();
68 
71  virtual DtRadioReceiverRepository* receiverRep();
72 
74  virtual DtRadioReceiverRepository* rsr();
75 
78  virtual const char* classToUse() const;
79 
80 public:
81 
83  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 
85 protected:
86 
89 
91  DtRadioReceiverPublisher& operator=
92  (const DtRadioReceiverPublisher& orig);
93 
94 protected:
95 
96  static DtStateRepCreator theStateRepCreator;
97 };
98 
101 {
103 }
104 
106 {
108 }
109 
110 #endif //DtRadioReceiverPublisher_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)