VR-Forces 4.3 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 "
vrfmsgs/ifScenarioEventMessage.h
"
15
27
#include "
vrfplan/vrfplanDefines.h
"
28
class
DT_DLL_vrfplan
DtScenarioEventCommand
:
public
DtSimCommand
29
{
30
public
:
31
33
DtScenarioEventCommand
();
34
36
DtScenarioEventCommand
(
const
DtString
& writeName,
37
DtReaderWriterRegistry
* parentRegistry = NULL);
38
40
DtScenarioEventCommand
(
const
DtString
& writeName,
const
DtScenarioEventCommand
& orig,
41
DtReaderWriterRegistry
* parentRegistry = NULL);
42
44
virtual
~
DtScenarioEventCommand
();
45
47
DtScenarioEventCommand
(
const
DtScenarioEventCommand
& orig);
48
50
DtScenarioEventCommand
&
operator=
(
const
DtScenarioEventCommand
& orig);
51
53
virtual
const
DtSimCommandMessageType
&
type
()
const
;
54
56
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
57
parentRegistry = 0)
const
;
58
60
61
virtual
const
DtString
& uniqueId()
const
;
62
virtual
void
setUniqueId(
const
DtString
& name);
64
67
virtual
void
setOperation(
int
);
68
virtual
int
operation()
const
;
70
71
virtual
int
netRepSize
()
const
;
72
virtual
bool
setFromNet
(
const
char
* contentBuffer,
73
unsigned
contentSize);
74
virtual
bool
setToNet
();
75
77
virtual
DtString
stringRep
()
const
;
78
79
static
DtSimCommand
* creator();
80
81
protected
:
82
DtRwString
myUniqueId
;
83
DtRwInt
myOperation
;
84
};
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)