VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
externalDataSymbolDecorationUpdater.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2013 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfGuiCore/vrfGuiCore.h
>
13
#include <
vrvCore/DtSymbolDecorationUpdater.h
>
14
#include <
vrvCore/DtStateView.h
>
15
16
namespace
makVrf
17
{
18
class
DtVrfSimBackendManager;
19
21
class
DT_DLL_VRFGUICORE
DtExternalDataSymbolDecorationUpdater
22
:
public
makVrv::DtSymbolDecorationUpdater
23
{
24
public
:
25
27
DtExternalDataSymbolDecorationUpdater
(
makVrv::DtDe
& de,
makVrv::DtUniqueID
);
28
30
virtual
~
DtExternalDataSymbolDecorationUpdater
();
31
33
virtual
void
setTimeOfReport(
unsigned
int
);
34
35
virtual
void
setTimeOfReportUpdateTimePeriod(
int
);
36
int
timeOfReportUpdateTimePeriod()
const
37
{
38
return
myTimeOfReportUpdateTimePeriod;
39
}
40
41
virtual
void
associateIdWithIndex(
makVrv::DtUnicode
idString,
unsigned
int
index );
42
43
protected
:
44
45
virtual
std::string formatTime(
double
time)
const
;
46
48
virtual
void
update(
DtTime
tNow );
49
50
virtual
DtVrfSimBackendManager
& vrfSimBackendManager()
const
;
51
52
virtual
void
updateTimeSinceLastReport(
int
);
53
54
protected
:
55
unsigned
int
myTimeOfReport
;
56
mutable
DtVrfSimBackendManager
*
myVrfSimBackendManager
;
57
59
int
myTimeOfReportUpdateTimePeriod
;
60
time_t
myLastTimeOfUpdate
;
61
};
62
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)