VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radioReceiverPublisherHLA.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 radioReceiverPublisherHLA_H_
10 #define radioReceiverPublisherHLA_H_
11 
12 #include "objectPublisherHLA.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 
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 
92  const char* name = 0,
93  const DtDDMRegionSet* regionSetToUse = 0);
94 
97 
99  DtRadioReceiverPublisher& operator=
100  (const DtRadioReceiverPublisher& orig);
101 
102 protected:
103 
104  static DtStateRepCreator theStateRepCreator;
105 };
106 
109 {
111 }
112 
114 {
116 }
117 
118 #endif //DtRadioReceiverPublisher_H_
119 #endif //DtHLA
120 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)