VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
formationPSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: formationPSR.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtFormationPSR_H_
13
#define DtFormationPSR_H_
14
15
#include "
vrfobjcore/processSR.h
"
16
#include "
vrfutil/formation.h
"
17
25
26
#include "
vrfobjcore/vrfobjcoreDefines.h
"
27
class
DT_DLL_vrfobjcore
DtFormationPSR
:
public
DtVrfProcessStateRepository
28
{
29
public
:
30
32
DtFormationPSR
(
DtVrfObject
* vrfObject,
33
const
DtString
& rwName = DtString::nullString(),
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtFormationPSR
(
const
DtFormationPSR
& orig,
38
const
DtString
& rwName = DtString::nullString(),
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
virtual
~
DtFormationPSR
();
43
45
DtFormationPSR
&
operator=
(
const
DtFormationPSR
& orig);
46
48
virtual
DtVrfProcessStateRepository
*
clone
(
49
const
DtString
& rwName = DtString::nullString(),
50
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
51
54
virtual
DtString
type
()
const
;
55
56
virtual
void
setWorkingFormation(
const
DtFormation
& formation);
57
virtual
const
DtFormation
& workingFormation()
const
;
58
59
public
:
60
62
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
63
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
64
65
protected
:
66
67
DtFormation
myWorkingFormation
;
68
};
69
70
#endif
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
)