VR-Forces Development_Version 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
18
namespace
makVrv
19
{
20
class
DtMessage;
21
}
22
23
namespace
makVrf
24
{
28
struct
DT_DLL_VRFGUICORE
DtVrlinkNetworkUpdateSimulatedAggregateState
:
public
makVrv::DtVrlinkSimulatedEntityState
29
{
30
public
:
31
33
DtVrlinkNetworkUpdateSimulatedAggregateState
();
34
36
virtual
~
DtVrlinkNetworkUpdateSimulatedAggregateState
();
37
38
DtVrlinkNetworkUpdateSimulatedAggregateState
& operator=(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&);
39
bool
operator==
(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&)
const
;
40
bool
operator!=
(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
& rhs)
const
41
{
42
return
!(*
this
== rhs);
43
}
44
45
public
:
46
DtVector
myDimensions
;
47
int
myAggregateState
;
48
int
myFormationType
;
49
std::string
myFormation
;
50
std::vector<std::string>
mySubAggregates
;
51
std::vector<std::string>
mySubEntities
;
52
std::map<std::string, std::string>
myExtendedData
;
53
54
typedef
struct
_DtSilentEntityRecord
55
{
56
int
myNumSilentEntities
;
57
std::string
myEntityType
;
58
std::vector<int>
myAppearances
;
59
}
DtSilentEntityRecord
;
60
std::vector<DtSilentEntityRecord>
mySilentEntities
;
61
62
std::vector<std::pair<int, std::string> >
mySilentAggregates
;
63
65
std::map<int, uintptr_t>
myStateDataUpdateBuffers
;
66
67
std::string
myStatePropertiesName
;
68
};
69
70
struct
DT_DLL_VRFGUICORE
DtVrlinkSimulatedAggregateState
:
public
DtVrlinkNetworkUpdateSimulatedAggregateState
71
{
72
73
public
:
74
76
DtVrlinkSimulatedAggregateState
();
77
79
virtual
~
DtVrlinkSimulatedAggregateState
();
80
81
DtVrlinkSimulatedAggregateState
& operator=(
const
DtVrlinkNetworkUpdateSimulatedAggregateState
&);
82
DtVrlinkSimulatedAggregateState
& operator=(
const
DtVrlinkSimulatedAggregateState
&);
83
bool
operator==
(
const
DtVrlinkSimulatedAggregateState
&)
const
;
84
bool
operator!=
(
const
DtVrlinkSimulatedAggregateState
& rhs)
const
85
{
86
return
!(*
this
== rhs);
87
}
88
89
public
:
90
bool
myStatePropertiesInitialized
;
91
DtRwProperties
myStateProperties
;
92
bool
myStatePropertiesUpdated
;
93
};
94
96
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtVrlinkNetworkUpdateSimulatedAggregateState
& state );
97
99
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtVrlinkSimulatedAggregateState
& state );
100
102
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtVrlinkSimulatedAggregateState
& state );
103
105
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtVrlinkNetworkUpdateSimulatedAggregateState
& state );
106
108
DT_DLL_VRFGUICORE
makVrv::DtMessage
& operator<<( makVrv::DtMessage& msg,const std::map<int, uintptr_t>& state );
109
111
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg, std::map<int, uintptr_t>& state );
112
114
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator<<
(
makVrv::DtMessage
& msg,
const
DtRwProperties
& properties );
115
117
DT_DLL_VRFGUICORE
makVrv::DtMessage
&
operator>>
(
makVrv::DtMessage
& msg,
DtRwProperties
& state );
118
120
typedef
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
DtVrlinkAggregateStateView
;
121
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)