VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
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
13
#include "
vrfobjcore/vrfobjcoreDefines.h
"
14
#include "
vrfobjcore/weatherRemoteNetInterface.h
"
15
16
class
DT_DLL_vrfobjcore
DtGlobalEnvironmentRemoteNetInterface
:
public
17
DtWeatherRemoteNetInterface
18
{
19
private
:
21
22
DtGlobalEnvironmentRemoteNetInterface
();
23
DtGlobalEnvironmentRemoteNetInterface
(
const
DtGlobalEnvironmentRemoteNetInterface
& orig);
24
const
DtGlobalEnvironmentRemoteNetInterface
&
operator=
(
25
const
DtGlobalEnvironmentRemoteNetInterface
& orig);
27
public
:
28
30
DtGlobalEnvironmentRemoteNetInterface
(
const
DtString
& name,
31
DtVrfObject
* vrfObject,
32
DtReaderWriterRegistry
* parentRegistry = 0,
33
bool
publishObject =
true
);
34
36
virtual
~
DtGlobalEnvironmentRemoteNetInterface
();
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
:
56
DtTime
myLastUpdateTime
;
57
};
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)