VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
ceEntEmbarked.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ceEntEmbarked.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtCeEmbarked_H_
13
#define DtCeEmbarked_H_
14
15
#include "
vrfutil/rdrWritr.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfutil/rwBoolean.h
"
18
19
#include "
vrfutil/condExpr.h
"
20
21
const
char
DtCeEntEmbarkationStateChangeTypeName
[] =
"EmbarkationStateChange"
;
22
25
struct
DtNetCeEntEmbarkationStateChange
26
{
27
DtNetU8
myEntityNameStringLength
;
28
DtNetU8
myEmbarkedOnStringLength
;
29
DtNetU8
myModifierStringLength
;
30
DtNetU8
myPadding1
;
31
};
32
38
#include "
vrfutil/vrfutilDefines.h
"
39
class
DT_DLL_vrfutil
DtCeEntEmbarkationStateChange
:
public
DtSimCondExpr
40
{
41
public
:
42
44
DtCeEntEmbarkationStateChange
();
45
47
DtCeEntEmbarkationStateChange
(
DtReaderWriterRegistry
* parentRegistry);
48
50
DtCeEntEmbarkationStateChange
(
const
DtCeEntEmbarkationStateChange
& orig,
51
DtReaderWriterRegistry
* parentRegistry = NULL);
52
54
virtual
~
DtCeEntEmbarkationStateChange
();
55
57
DtCeEntEmbarkationStateChange
&
operator=
(
const
DtCeEntEmbarkationStateChange
& orig);
58
60
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
61
63
virtual
int
type
()
const
;
64
66
virtual
void
setEntityName(
const
DtString
& name);
67
virtual
const
DtString
& entityName()
const
;
68
71
virtual
void
setEmbarkedOn(
const
DtString
& name);
72
virtual
const
DtString
& embarkedOn()
const
;
73
78
virtual
void
setModifier(
const
DtString
& arg);
79
virtual
const
DtString
& modifier()
const
;
80
90
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
91
94
virtual
int
netRepSize
()
const
;
95
97
virtual
bool
setFromNet
(
const
char
* contentBuffer,
98
unsigned
contentSize);
99
102
virtual
bool
setToNet
();
103
104
static
DtSimCondExpr
* creator();
105
106
protected
:
107
DtRwString
myEntityName
;
108
DtRwString
myModifier
;
109
DtRwString
myEmbarkedOn
;
110
};
111
112
#endif
113
114
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
)