VR-Forces 4.3.1 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
vrfmsgs
ifExecuteSimCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifExecuteSimCommand.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef ifExecuteSimCommand_h
15
#define ifExecuteSimCommand_h
16
17
#include <vlutil/vlNetTypes.h>
18
#include <vlutil/vlString.h>
19
#include <vrfExtProtocol/simInterfaceContent.h>
20
#include "
vrfmsgs/vrfmsgsDefines.h
"
21
22
class
DtSimCommand
;
23
27
class
DT_DLL_vrfmsgs
DtIfExecuteSimCommand
:
public
DtSimInterfaceContent
28
{
29
30
public
:
32
DtIfExecuteSimCommand
();
33
36
DtIfExecuteSimCommand
(
const
DtIfExecuteSimCommand
& orig);
37
40
const
DtIfExecuteSimCommand
& operator=(
const
DtIfExecuteSimCommand
&
41
orig);
42
43
virtual
~
DtIfExecuteSimCommand
();
44
46
virtual
int
type()
const
;
47
50
virtual
DtSimInterfaceContent
* clone()
const
;
51
58
59
virtual
DtSimCommand
* simCommand()
const
;
60
virtual
void
setSimCommand(
DtSimCommand
* command);
62
64
65
virtual
int
netRepSize()
const
;
66
virtual
bool
setFromNet(
const
char
* contentBuffer,
67
unsigned
contentSize);
68
virtual
bool
setToNet();
70
71
virtual
void
printDataToString(
DtString
& str);
72
73
static
DtSimInterfaceContent
* creator();
74
75
protected
:
76
DtSimCommand
*
mySimCommand
;
77
bool
myOwnSimCommand
;
78
};
79
80
#endif
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)