VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
updateRepositoryActuator.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 "
vrfmodel/vrfmodelDefines.h
"
14
#include "
vrfobjcore/actCmpnt.h
"
15
16
class
DtUpdateRepositoryInputPortGroup
;
17
20
class
DT_DLL_vrfmodel
DtUpdateRepositoryActuator
:
public
DtActuatorComponent
21
{
22
23
public
:
24
27
DtUpdateRepositoryActuator
(
const
DtString
& name,
DtVrfObject
* owner,
28
DtSimManager
* simManager,
29
DtComponentDescriptor
* desc = 0,
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
32
34
virtual
~
DtUpdateRepositoryActuator
();
35
38
virtual
DtString
type
()
const
;
39
41
virtual
void
tick
();
42
46
static
DtSimComponent
* creator(
const
DtString
& name,
47
DtVrfObject
* owner,
48
DtSimManager
* simManager,
49
DtComponentDescriptor
* desc = 0,
50
DtReaderWriterRegistry
* parentRegistry = 0);
51
53
virtual
bool
createPortGroups
();
54
55
private
:
57
DtUpdateRepositoryActuator
();
58
60
DtUpdateRepositoryActuator
(
const
DtUpdateRepositoryActuator
& orig);
61
63
const
DtUpdateRepositoryActuator
&
operator=
(
const
64
DtUpdateRepositoryActuator
& orig);
65
66
protected
:
67
70
73
DtUpdateRepositoryInputPortGroup
*
myUpdateRepositryInputPortGroup
;
74
};
75
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)