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
stealthCommandCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfplan/simCommand.h
"
14
#include "
vrfplan/vrfplanDefines.h
"
15
#include "
vrfutil/rwString.h
"
16
#include "
vrfutil/rwTaitBryan.h
"
17
#include "
vrfutil/rwNLengthStringVector.h
"
18
#include "
vrfutil/rwVector.h
"
19
22
class
DT_DLL_vrfplan
DtStealthCommandCommand
:
public
DtSimCommand
23
{
24
public
:
25
27
DtStealthCommandCommand
();
28
30
DtStealthCommandCommand
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
DtStealthCommandCommand
(
const
DtString
& writeName,
const
DtStealthCommandCommand
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtStealthCommandCommand
(
const
DtStealthCommandCommand
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
virtual
~
DtStealthCommandCommand
();
43
45
DtStealthCommandCommand
&
operator=
(
const
DtStealthCommandCommand
& orig);
46
47
bool
operator==
(
const
DtStealthCommandCommand
&)
const
;
48
49
virtual
DtString
stringRep
()
const
;
50
51
static
DtSimCommand
* creator();
52
54
virtual
const
DtSimCommandMessageType
&
type
()
const
;
55
57
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
58
parentRegistry = 0)
const
;
59
60
virtual
int
netRepSize
()
const
;
61
virtual
bool
setFromNet
(
const
char
* contentBuffer,
62
unsigned
contentSize);
63
virtual
bool
setToNet
();
64
68
virtual
void
setStealthCommand(
const
DtString
&);
69
virtual
const
DtString
& stealthCommand()
const
;
71
77
virtual
DtRwVariableBindings
& variables();
78
virtual
const
DtRwVariableBindings
& variables()
const
;
79
80
virtual
void
setVariables(
const
DtRwVariableBindings
&);
81
83
virtual
void
addVariable(
const
DtReaderWriter
&);
84
86
virtual
void
removeVariable(
const
DtString
&);
88
89
protected
:
90
DtRwString
myStealthCommand
;
91
DtRwVariableBindings
myVariables
;
92
};
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
)