VR-Forces 4.6.1 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
orbatState.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
12
13
#pragma once
14
15
#include <
vrfGuiCore/vrfGuiCore.h
>
16
#include <
vrvCore/DtEntityState.h
>
17
#include <
vrvCore/DtStateView.h
>
18
#include <
vrvCore/DtStateViewCollection.h
>
19
#include <
vrvUtil/DtMessage.h
>
20
21
namespace
makVrf
22
{
23
struct
DT_DLL_VRFGUICORE
DtOrbatState
:
public
makVrv::DtVrlinkSimulatedBaseState
24
{
25
public
:
26
28
DtOrbatState
();
29
DtOrbatState
(
const
DtOrbatState
&);
30
32
virtual
~
DtOrbatState
();
33
34
bool
operator==
(
const
DtOrbatState
&)
const
;
35
36
public
:
37
std::string
myUUID
;
38
std::string
myParentUUID
;
39
std::map<std::string, std::string>
myExtendedData
;
40
int
myOrbatOrder
;
41
};
42
44
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtOrbatState
& state );
45
47
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtOrbatState
& state );
48
49
typedef
makVrv::DtStateView<DtOrbatState>
DtOrbatStateView
;
50
52
class
DT_DLL_VRFGUICORE
DtOrbatStateViewCollection
:
public
makVrv::DtStateViewCollection
<DtOrbatState>
53
{
54
public
:
55
DtOrbatStateViewCollection
(
makVrv::DtDe
& de) :
56
makVrv::DtStateViewCollection<
DtOrbatState
>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
57
{
58
}
59
};
60
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)