VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simLocalTacticalSmokeNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: tacticalSmokeLclNetIf.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef tacticalSmokeNetIf_H_
20 #define tacticalSmokeNetIf_H_
21 
23 #include <vlutil/vlString.h>
24 #include <vlutil/vlList.h>
25 #include <vl/globalObjectDesignator.h>
27 
28 class DtVrfObject;
31 
32 class DtSimManager;
33 class DtVrfExtensions;
34 
43 
45 {
46 protected:
49 
50 public:
51 
54  DtVrfObject* vrfObject,
55  DtReaderWriterRegistry* parentRegistry = 0,
56  bool publishObject = true);
57 
64  DtReaderWriterRegistry * parentRegistry = 0);
65 
69 
72 
74  virtual void updatePublisher();
75 
77  virtual DtString type() const;
78 
79  static DtSimObjectNetInterface* creator(const DtString& name,
80  DtVrfObject* vrfObject,
81  DtReaderWriterRegistry* parentRegistry,
82  bool publishObject);
83 
84 protected:
85 
88  virtual bool updateGeometry(DtTacticalSmokeStateRepository* localState);
89  virtual bool updateObjectState(DtTacticalSmokeStateRepository* localState);
90  virtual bool updateVrfDataAsSeenByRemote();
91 
94 
96  virtual DtEnvironmentProcessRepository* epsr() const;
97 
98  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
99 
100 protected:
102  bool myPaused;
103 };
104 
105 
106 #endif

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)