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 MAK Technologies, Inc
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 
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:221
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.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: objectPublisherHLA.h:34
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
virtual DtRadioReceiverRepository * receiverRep()
Returns a pointer to the DtRadioReceiverRepository - through which you can set or inspect current sta...
Definition: radioReceiverPublisherHLA.h:108
class DtRadioReceiverPublisher:
Definition: radioReceiverPublisherHLA.h:27
virtual DtRadioReceiverRepository * rsr()
Synonym for receiverRep().
Definition: radioReceiverPublisherHLA.h:113
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19
static DtStateRepCreator theStateRepCreator
Definition: radioReceiverPublisherHLA.h:104
This file provides a declaration of the class DtObjectPublisher.
class DtHlaObjectWithStateRep:
Definition: hlaObjectWithStateRep.h:28

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)