VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
activeSonarBeamPublisher.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 
24 {
25 public:
26 
28  typedef DtActiveSonarBeamRepository* (*DtStateRepCreator)();
29 
30 public:
31 
34  DtExerciseConn* exConn,
35  const char* name = 0,
36  const DtDDMRegionSet* regionSetToUse = 0);
37 
42  DtActiveSonarBeamRepository* stateRepToUse,
43  DtExerciseConn* exConn,
44  const char* name = 0,
45  const DtDDMRegionSet* regionSetToUse = 0);
46 
49  RTI::ObjectClassHandle h,
50  DtExerciseConn* exConn,
51  const char* name = 0,
52  const DtDDMRegionSet* regionSetToUse = 0);
53 
60 
62  virtual ~DtActiveSonarBeamPublisher();
63 
65  virtual DtActiveSonarBeamRepository* activeSonarBeamStateRep();
66 
68  virtual DtActiveSonarBeamRepository* asr();
69 
72  virtual const char* classToUse() const;
73 
74 public:
76  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
77 
78 protected:
81 
84 
85 protected:
86  static DtStateRepCreator theStateRepCreator;
87 
88 };
89 
91 {
93 }
94 
96 {
98 }
99 
100 #endif
Instances of DtActiveSonarBeamPublisher are used for local or source simulation (these objects are no...
Definition: activeSonarBeamPublisher.h:23
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:202
virtual DtActiveSonarBeamRepository * asr()
Shorter version of the above method.
Definition: activeSonarBeamPublisher.h:95
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
virtual DtActiveSonarBeamRepository * activeSonarBeamStateRep()
Returns publisher's state repository.
Definition: activeSonarBeamPublisher.h:90
#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
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
The DtActiveSonarBeamRepository class provides the state repository for the ActiveSonarBeam object...
Definition: activeSonarBeamRepository.h:18
This file provides a declaration of the class DtObjectPublisher.
static DtStateRepCreator theStateRepCreator
Definition: activeSonarBeamPublisher.h:86
class DtHlaObjectWithStateRep:
Definition: hlaObjectWithStateRep.h:28

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)