VR-Forces 4.6 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
vrfobjparam
tdlMessageGeneratorControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/vrfobjparamDefines.h
"
15
#include "
vrfobjparam/componentDescriptor.h
"
16
#include "
vrfutil/rwReal.h
"
17
18
class
DT_DLL_vrfobjparam
DtTDLMessageGeneratorControllerDescriptor
:
public
DtComponentDescriptor
19
{
20
public
:
22
DtTDLMessageGeneratorControllerDescriptor
(
23
const
DtString
& rwName = DtString::nullString(),
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtTDLMessageGeneratorControllerDescriptor
(
28
const
DtTDLMessageGeneratorControllerDescriptor
& orig,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtTDLMessageGeneratorControllerDescriptor
&
operator=
(
33
const
DtTDLMessageGeneratorControllerDescriptor
& orig);
34
36
virtual
~
DtTDLMessageGeneratorControllerDescriptor
();
37
39
virtual
DtComponentDescriptor
*
clone
(
40
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
41
44
virtual
DtString
type
()
const
;
45
47
static
DtComponentDescriptor
*
creator
();
48
51
virtual
double
heartbeat()
const
;
52
virtual
void
setHeartbeat(
double
);
54
55
protected
:
59
64
DtRwReal
myHeartbeat
;
66
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)