VR-Link API Documentation for HLA 1.3
hActSonBmPub.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 "hObjPub.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

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)