VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedPropertiesEntityPublisher.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
33  const DtGlobalObjectDesignator& glId = DtGlobalObjectDesignator::nullId(),
34 #endif
35  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId()
36  );
37 
40 
42  virtual void tick();
43 
48  virtual DtExtendedPropertiesEntityStateRepository* extPropEntityStateRep();
51 
52 private:
53 
56 
59 
60 protected:
61 
63 
64 #if DtHLA
66 
67  static DtBoost::shared_ptr<DtObjectClassChooser> theObjectClassChooser;
68 
69 #endif
70 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)