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
vrfVrlSharedSource
vrfVrlinkRadioCommLineVisualizer.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 <
vrfVrlSharedSource/vrfProtocol.h
>
13
#include <
vrvVrl/DtVrlinkRadioCommLineVisualizer.h
>
14
#include <
vrvVrl/DtAggregateElementProcessor.h
>
15
16
namespace
makVrv
17
{
18
namespace
DT_PROTOCOL_NAMESPACE
19
{
20
class
DtVrlinkAggregateStateListener;
21
}
22
}
23
24
namespace
makVrf
25
{
26
namespace
VRF_PROTOCOL_NAMESPACE
27
{
30
class
VRF_PROTOCOL_EXPORT
DtVrfVrlinkRadioCommLineVisualizer
:
31
public
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkRadioCommLineVisualizer
32
{
33
public
:
35
DtVrfVrlinkRadioCommLineVisualizer
(
makVrv::DtBaseConnection
& simulation,
makVrv::DtStateListener
& listener,
36
int
modelSet);
37
39
virtual
~
DtVrfVrlinkRadioCommLineVisualizer
();
40
44
virtual
void
slot_aggregateCreated(
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener
& listener,
45
makVrv::DT_PROTOCOL_NAMESPACE::DtAggregateElement
* elem );
46
47
virtual
void
createModelAgents();
48
49
virtual
void
destroyModelAgents();
50
51
protected
:
52
56
struct
AggregatePair
{
57
59
AggregatePair
(
DtGlobalObjectDesignator
entity1,
60
DtGlobalObjectDesignator
entity2 );
61
64
bool
operator < (
const
AggregatePair
& other )
const
;
65
66
DtGlobalObjectDesignator
entity1
;
67
DtGlobalObjectDesignator
entity2
;
68
69
};
70
72
typedef
std::set<AggregatePair>
PendingAggregateCommLinesSet
;
73
74
PendingAggregateCommLinesSet
myPendingAggregateCommLines
;
75
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener
*
myReceivingAggregateListener
;
76
makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkAggregateStateListener
*
mySendingAggregateListener
;
77
};
78
79
typedef
makVrv::DtStateVisualizerCreatorTemplate<DtVrfVrlinkRadioCommLineVisualizer>
DtVrfVrlinkRadioCommLineVisualizerCreator
;
80
}
81
}
82
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
)