VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
aggregateMoveToLocationPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjcore/vrfobjcoreDefines.h
"
15
#include "
vrfobjcore/processSR.h
"
16
#include "
vrfutil/rwInt.h
"
17
#include "
vrfutil/rwString.h
"
18
#include "
vrftasks/radioMsgTypes.h
"
19
23
class
DT_DLL_vrfobjcore
DtAggregateMoveToLocationPSR
:
public
DtVrfProcessStateRepository
24
{
25
public
:
26
28
DtAggregateMoveToLocationPSR
(
DtVrfObject
* vrfObject,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtAggregateMoveToLocationPSR
(
const
DtAggregateMoveToLocationPSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtAggregateMoveToLocationPSR
();
39
41
DtAggregateMoveToLocationPSR
&
operator=
(
const
DtAggregateMoveToLocationPSR
& orig);
42
44
virtual
DtVrfProcessStateRepository
*
clone
(
45
const
DtString
& rwName = DtString::nullString(),
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
51
virtual
DtString
type
()
const
;
52
57
virtual
void
setSubtaskType(
const
DtSimTaskMessageType
& taskType);
58
virtual
DtSimTaskMessageType
subtaskType()
const
;
60
63
virtual
void
setRouteName(
const
DtString
& routeName);
64
virtual
DtString
routeName()
const
;
66
68
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
69
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
70
71
protected
:
72
74
DtRwString
mySubtaskType
;
75
77
DtRwString
myRouteName
;
78
};
79
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
)