VR-Forces 4.3.1 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
vrfobjparam
engagementReportGeneratorControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/componentDescriptor.h
"
15
#include "
vrfutil/rwReal.h
"
16
#include "
vrfutil/rwBoolean.h
"
17
#include "
vrfutil/rwObjectTypeList.h
"
18
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
class
DT_DLL_vrfobjparam
DtEngagementReportGeneratorControllerDescriptor
:
public
DtComponentDescriptor
23
{
24
public
:
26
DtEngagementReportGeneratorControllerDescriptor
(
27
const
DtString
& rwName = DtString::nullString(),
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtEngagementReportGeneratorControllerDescriptor
(
32
const
DtEngagementReportGeneratorControllerDescriptor
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtEngagementReportGeneratorControllerDescriptor
&
operator=
(
37
const
DtEngagementReportGeneratorControllerDescriptor
& orig);
38
40
virtual
~
DtEngagementReportGeneratorControllerDescriptor
();
41
43
virtual
DtComponentDescriptor
*
clone
(
44
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
45
48
virtual
DtString
type
()
const
;
49
51
static
DtComponentDescriptor
*
creator
();
52
55
virtual
bool
forwardSubordinateReports()
const
;
56
virtual
void
setForwardSubordinateReports(
const
bool
& newValue);
58
61
virtual
double
reportResendPeriod()
const
;
62
virtual
void
setReportResendPeriod(
const
double
& newValue);
64
66
67
virtual
DtString
radioName()
const
;
68
virtual
void
setRadioName(
const
DtString
& name);
70
72
static
const
DtString
theDefaultRadioName
;
73
74
protected
:
78
83
DtRwBoolean
myForwardSubordinateReports
;
84
90
DtRwReal
myReportResendPeriod
;
91
97
DtRwString
myRadioName
;
99
};
100
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)