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
vrfmodel
engineeringObjectSetController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
12
#pragma once
13
14
#include "
vrfmodel/tacticalGraphicSetController.h
"
15
20
#include "
vrfmodel/vrfmodelDefines.h
"
21
class
DT_DLL_vrfmodel
DtEngineeringObjectSetController
:
public
DtTacticalGraphicSetController
22
{
23
24
public
:
25
28
DtEngineeringObjectSetController
(
const
DtString
& name,
29
DtVrfObject
* owner,
30
DtSimManager
* simManager,
31
DtComponentDescriptor
* desc = 0,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
virtual
~
DtEngineeringObjectSetController
();
36
38
virtual
bool
init
();
39
40
public
:
41
47
static
void
setEngagementResultsCallback(
DtSimMessage
* msg,
void
* usr);
48
49
static
void
setTrueAggregateTaskNotifyCallback(
50
const
DtSimTask
&
task
,
const
DtSimComponent
¬ifier,
void
* usr);
51
57
static
void
setStatePropertiesCallback(
DtSimMessage
* msg,
void
* usr);
58
64
static
void
setFormationCallback(
DtSimMessage
* msg,
void
* usr);
65
69
static
DtSimComponent
*
creator
(
const
DtString
& name,
70
DtVrfObject
* owner,
71
DtSimManager
* simManager,
72
DtComponentDescriptor
* desc = 0,
73
DtReaderWriterRegistry
* parentRegistry = 0);
74
75
private
:
78
DtEngineeringObjectSetController
();
79
81
DtEngineeringObjectSetController
(
const
DtEngineeringObjectSetController
& orig);
82
84
const
DtEngineeringObjectSetController
&
operator=
(
const
85
DtEngineeringObjectSetController
& orig);
86
87
88
protected
:
89
92
virtual
void
addSetDataCallbacks
();
93
96
void
removeSetDataCallbacks
();
97
101
virtual
void
processSetStateProperties(
DtSimMessage
* msg);
102
103
protected
:
104
105
const
DtSimTask
*
mySimTask
;
106
107
};
108
109
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
)