VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
ceCheckEntityIdentificationLevel.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/readerWriter.h
"
12
#include "
vrfutil/rwString.h
"
13
#include "
vrfutil/rwInt.h
"
14
#include "
vrfutil/simCondExpr.h
"
15
#include <
vrfutil/rwUUID.h
>
16
17
const
char
DtCeCheckEntIdLevelTypeName
[] =
"CheckEntityDetectionLevel"
;
18
24
#include "
vrfutil/vrfutilDefines.h
"
25
class
DT_DLL_vrfutil
DtCeCheckEntityIdentificationLevel
:
public
DtSimCondExpr
26
{
27
public
:
28
30
DtCeCheckEntityIdentificationLevel
();
31
33
DtCeCheckEntityIdentificationLevel
(
DtReaderWriterRegistry
* parentRegistry);
34
36
DtCeCheckEntityIdentificationLevel
(
const
DtCeCheckEntityIdentificationLevel
& orig,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
virtual
~
DtCeCheckEntityIdentificationLevel
();
41
43
DtCeCheckEntityIdentificationLevel
&
operator=
(
const
DtCeCheckEntityIdentificationLevel
& orig);
44
46
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL);
47
49
virtual
int
type
()
const
;
50
53
virtual
void
setEntity(
const
DtUUID
&);
54
56
virtual
const
DtUUID
& entity()
const
;
57
59
virtual
void
setLevel(
const
int
level
);
60
virtual
const
int
level
()
const
;
61
68
virtual
void
setModifier(
const
DtString
& arg);
69
virtual
const
DtString
& modifier()
const
;
70
80
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
81
84
virtual
int
netRepSize
()
const
;
85
87
virtual
bool
setFromNet
(
const
char
* contentBuffer,
88
unsigned
contentSize);
89
92
virtual
bool
setToNet
();
93
94
static
DtSimCondExpr
* creator();
95
96
protected
:
97
DtRwUUID
myEntity
;
98
DtRwInt
myIdentificationLevel
;
99
DtRwString
myModifier
;
100
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)