VR-Forces 4.10 Class Documentation
 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 
18 {
19 private:
21 
27 public:
28 
31  DtVrfObject* vrfObject,
32  DtReaderWriterRegistry* parentRegistry = 0,
33  bool publishObject = true);
34 
37 
40  virtual DtString type() const;
41 
42  virtual void onTick();
43 
44  static DtSimObjectNetInterface* creator(const DtString& name,
45  DtVrfObject* vrfObject,
46  DtReaderWriterRegistry* parentRegistry,
47  bool publishObject);
48 
49 protected:
50  virtual void updateLocalObjectState(
51  DtVrfObjectStateRepository* localState);
52 
53  virtual void deadReckonTimeOfDay();
54 
55 protected:
57 };
virtual void onTick()
onTick is being overriden so the net interface isn't ticked before the reflected object has been setu...
virtual void updateLocalObjectState(DtVrfObjectStateRepository *localState)
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
Definition: readerWriterRegistry.h:39
Description: This repository holds all information that is common to all the forms of all entity/aggr...
Definition: vrfObjectStateRepository.h:87
virtual DtString type() const
Returns the type of net interface object.
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Definition: weatherRemoteNetInterface.h:16
const DtWeatherRemoteNetInterface & operator=(const DtWeatherRemoteNetInterface &orig)
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
DtTime myLastUpdateTime
Definition: globalEnvironmentRemoteNetInterface.h:56
Definition: globalEnvironmentRemoteNetInterface.h:16

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)