VR-Forces 4.5 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
vrfGuiCore
aggregateState.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCore/vrfGuiCore.h
>
14
#include <
vrvCore/DtEntityState.h
>
15
#include <
vrfutil/rwProperties.h
>
16
#include <
vrfGuiCore/vrfintPtrDefine.h
>
17
#include <vlutil/vlScopedLock.h>
18
19
namespace
makVrv
20
{
21
class
DtMessage;
22
}
23
24
namespace
makVrf
25
{
29
struct
DT_DLL_VRFGUICORE
DtVrlinkNetworkUpdateSimulatedAggregateState
:
public
makVrv::DtVrlinkSimulatedEntityState
30
{
31
public
:
32
34
DtVrlinkNetworkUpdateSimulatedAggregateState
();
35
DtVrlinkNetworkUpdateSimulatedAggregateState
(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&);
36
38
virtual
~
DtVrlinkNetworkUpdateSimulatedAggregateState
();
39
40
DtVrlinkNetworkUpdateSimulatedAggregateState
& operator=(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&);
41
bool
operator==
(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&)
const
;
42
bool
operator!=
(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
& rhs)
const
43
{
44
return
!(*
this
== rhs);
45
}
46
47
public
:
48
DtVector
myDimensions
;
49
int
myAggregateState
;
50
int
myFormationType
;
51
std::string
myFormation
;
52
std::vector<std::string>
mySubAggregates
;
53
std::vector<std::string>
mySubEntities
;
54
std::map<std::string, std::string>
myExtendedData
;
55
56
typedef
struct
_DtSilentEntityRecord
57
{
58
int
myNumSilentEntities
;
59
std::string
myEntityType
;
60
std::vector<int>
myAppearances
;
61
}
DtSilentEntityRecord
;
62
std::vector<DtSilentEntityRecord>
mySilentEntities
;
63
64
std::vector<std::pair<int, std::string> >
mySilentAggregates
;
65
67
std::map<int, uintptr_t>
myStateDataUpdateBuffers
;
68
std::map<int, uintptr_t>
myGuiStateDataUpdateBuffers
;
69
70
std::string
myStatePropertiesName
;
71
};
72
73
struct
DT_DLL_VRFGUICORE
DtVrlinkSimulatedAggregateState
:
public
DtVrlinkNetworkUpdateSimulatedAggregateState
74
{
75
76
public
:
77
79
DtVrlinkSimulatedAggregateState
();
80
DtVrlinkSimulatedAggregateState
(
const
DtVrlinkSimulatedAggregateState
&);
81
83
virtual
~
DtVrlinkSimulatedAggregateState
();
84
85
DtVrlinkSimulatedAggregateState
& operator=(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&);
86
DtVrlinkSimulatedAggregateState
& operator=(
const
DtVrlinkSimulatedAggregateState
&);
87
bool
operator==
(
const
DtVrlinkSimulatedAggregateState
&)
const
;
88
bool
operator!=
(
const
DtVrlinkSimulatedAggregateState
& rhs)
const
89
{
90
return
!(*
this
== rhs);
91
}
92
93
public
:
94
bool
myStatePropertiesInitialized
;
95
DtRwProperties
myStateProperties
;
96
bool
myStatePropertiesUpdated
;
97
};
98
100
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtVrlinkNetworkUpdateSimulatedAggregateState
& state );
101
103
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtVrlinkSimulatedAggregateState
& state );
104
106
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtVrlinkSimulatedAggregateState
& state );
107
109
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtVrlinkNetworkUpdateSimulatedAggregateState
& state );
110
112
DT_DLL_VRFGUICORE
makVrv::DtMessage
& operator<<( makVrv::DtMessage& msg,const std::map<int, uintptr_t>& state );
113
115
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg, std::map<int, uintptr_t>& state );
116
118
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtRwProperties
& properties );
119
121
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtRwProperties
& state );
122
124
typedef
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
DtVrlinkAggregateStateView
;
125
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)