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
vrfplan
scenarioEventCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfplan/simCommand.h
"
12
#include "
vrfutil/rwString.h
"
13
#include "
vrfutil/rwInt.h
"
14
#include "
vrfutil/rwScenarioEvent.h
"
15
#include "
vrfmsgs/ifScenarioEventMessage.h
"
16
28
#include "
vrfplan/vrfplanDefines.h
"
29
class
DT_DLL_vrfplan
DtScenarioEventCommand
:
public
DtSimCommand
30
{
31
public
:
32
34
DtScenarioEventCommand
();
35
37
DtScenarioEventCommand
(
const
DtString
& writeName,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
41
DtScenarioEventCommand
(
const
DtString
& writeName,
const
DtScenarioEventCommand
& orig,
42
DtReaderWriterRegistry
* parentRegistry = NULL);
43
45
virtual
~
DtScenarioEventCommand
();
46
48
DtScenarioEventCommand
(
const
DtScenarioEventCommand
& orig);
49
51
DtScenarioEventCommand
&
operator=
(
const
DtScenarioEventCommand
& orig);
52
54
virtual
const
DtSimCommandMessageType
&
type
()
const
;
55
57
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
58
parentRegistry = 0)
const
;
59
61
62
virtual
const
DtUUID
& uniqueId()
const
;
63
virtual
void
setUniqueId(
const
DtUUID
& name);
65
68
virtual
void
setOperation(
int
);
69
virtual
int
operation()
const
;
71
72
virtual
int
netRepSize
()
const
;
73
virtual
bool
setFromNet
(
const
char
* contentBuffer,
74
unsigned
contentSize);
75
virtual
bool
setToNet
();
76
78
virtual
DtString
stringRep
()
const
;
79
80
static
DtSimCommand
* creator();
81
82
protected
:
83
DtRwScenarioEventUUID
myUniqueId
;
84
DtRwInt
myOperation
;
85
};
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
)