VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
globalEnvironmentRemoteNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
20  {
21  private:
23 
29  public:
30 
33  DtStateData* vrfObject, DtVrlinkNetworkInterface*, bool publishObject = true);
34 
37 
40  virtual DtString type() const;
41 
42  virtual void onTick();
43 
44  static DtSimObjectNetInterface* creator(
45  DtStateData* vrfObject, DtVrlinkNetworkInterface*, bool publishObject);
46 
47  virtual bool wantsToCreatePublisher() const
48  {
49  return false;
50  }
51 
52  protected:
53  virtual void updateLocalObjectState();
54 
55  virtual void deadReckonTimeOfDay();
56 
57  protected:
59  };
60 }
Definition: weatherRemoteNetInterface.h:18
Definition: globalEnvironmentRemoteNetInterface.h:18
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48
virtual bool wantsToCreatePublisher() const
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: globalEnvironmentRemoteNetInterface.h:47
DtTime myLastUpdateTime
Definition: globalEnvironmentRemoteNetInterface.h:58

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)