VR-Forces 4.2 Class Documentation
globalEnvironmentRemoteNetIf.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: globalEnvironmentRemoteNetIf.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef globalEnvironmentRemoteNetIf_h
15 #define globalEnvironmentRemoteNetIf_h
16 
19 
22 {
23 private:
25 
31 public:
32 
35  DtVrfObject* vrfObject,
36  DtReaderWriterRegistry* parentRegistry = 0,
37  bool publishObject = true);
38 
39 
40 
43 
46  virtual DtString type() const;
47 
48  virtual void onTick();
49 
50  static DtSimObjectNetInterface* creator(const DtString& name,
51  DtVrfObject* vrfObject,
52  DtReaderWriterRegistry* parentRegistry,
53  bool publishObject);
54 
55 protected:
56  virtual void updateLocalObjectState(
57  DtVrfObjectStateRepository* localState);
58  virtual void updateLocalGeometry(
59  DtVrfObjectStateRepository* localState);
60 
61  virtual void deadReckonTimeOfDay();
62 
63 protected:
65 };
66 
67 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)