VR-Forces 4.5 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
ceEnvironmentalActive.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/vrfutilDefines.h
"
12
#include "
vrfutil/readerWriter.h
"
13
#include "
vrfutil/rwString.h
"
14
#include "
vrfutil/simCondExpr.h
"
15
#include "
vrfutil/rwUUID.h
"
16
17
const
char
DtCeEnvironmentalActiveTypeName
[] =
"EnvironmentalActive"
;
18
23
class
DT_DLL_vrfutil
DtCeEnvironmentalActive
:
public
DtSimCondExpr
24
{
25
public
:
26
28
DtCeEnvironmentalActive
();
29
31
DtCeEnvironmentalActive
(
DtReaderWriterRegistry
* parentRegistry);
32
34
DtCeEnvironmentalActive
(
const
DtCeEnvironmentalActive
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
virtual
~
DtCeEnvironmentalActive
();
39
41
DtCeEnvironmentalActive
&
operator=
(
const
DtCeEnvironmentalActive
& orig);
42
44
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
45
47
virtual
int
type
()
const
;
48
50
virtual
void
setEnvironmental(
const
DtUUID
& environmentalName);
51
virtual
const
DtUUID
& environmental()
const
;
52
62
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
63
66
virtual
int
netRepSize
()
const
;
67
69
virtual
bool
setFromNet
(
const
char
* contentBuffer,
70
unsigned
contentSize);
71
74
virtual
bool
setToNet
();
75
76
static
DtSimCondExpr
* creator();
77
78
protected
:
79
DtRwUUID
myEnvironmental
;
80
};
81
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)