VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedPropertiesAggregatePublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 class DtVrfParameterDb;
13 class DtRwProperties;
15 
16 namespace makVrfVrlinkExtToolkit
17 {
18  class DtExtendedAttributesObjectPublisher;
19 }
20 
24 {
25 
26 public:
27 
30  const DtEntityType& type, DtExerciseConn* conn, DtVrfParameterDb* paramDb,
31  DtRwProperties* stateProps = 0, DtRwProperties* paramProps = 0,
32 #if DtHLA
34 #endif
35  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
36  );
37 
40 
42  virtual void tick();
43 
48  virtual DtExtendedPropertiesAggregateStateRepository* extPropAggregateStateRep();
51 
52 private:
53 
56 
59 
60 protected:
61 
63 
64 #if DtHLA
66 
67  static DtBoost::shared_ptr<DtObjectClassChooser> theObjectClassChooser;
68 #endif
69 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)