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
vrfmsgs
ifMultiplePlanSet.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifMultiplePlan.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfMultiplePlanSet_H_
13
#define DtIfMultiplePlanSet_H_
14
15
#include <vlutil/vlString.h>
16
#include <vrfExtProtocol/simInterfaceContent.h>
17
#include <vlutil/vlNetTypes.h>
18
#include <vlutil/vlList.h>
19
#include "
vrfmsgs/ifPlan.h
"
20
21
#include <vector>
22
24
25
struct
DtNetIfMultiplePlanSet
26
{
27
DtNetU8
myStatementCount
;
28
DtNetU16
myNumberEntities
;
29
DtNetBoolean
myAppendPlan
;
30
DtNetBoolean
myAssign
;
31
DtNetU8
myIsGlobal
;
32
DtNetU8
myPadding2
;
33
DtNetU8
myPadding3
;
34
};
36
65
82
#include "
vrfmsgs/vrfmsgsDefines.h
"
83
class
DT_DLL_vrfmsgs
DtIfMultiplePlanSet
:
public
DtIfPlan
84
{
85
public
:
86
88
DtIfMultiplePlanSet
();
89
91
virtual
~
DtIfMultiplePlanSet
();
92
94
DtIfMultiplePlanSet
(
const
DtIfMultiplePlanSet
& orig);
95
97
DtIfMultiplePlanSet
&
operator=
(
const
DtIfMultiplePlanSet
& orig);
98
100
virtual
int
type
()
const
;
101
102
virtual
DtSimInterfaceContent
*
clone
()
const
;
103
105
//@(
106
virtual
void
setEntities(
const
std::vector<DtString>&);
107
virtual
const
std::vector<DtString>& entities()
const
;
109
111
virtual
void
setName
(
const
DtString
& name);
112
115
virtual
const
DtString
&
name
()
const
;
116
120
virtual
int
netRepSize
()
const
;
121
122
static
DtSimInterfaceContent
*
creator
();
123
124
virtual
const
char
*
restoreName
(
const
char
* contentBuffer);
125
128
virtual
char
*
setNameToNet
();
129
130
protected
:
131
std::vector<DtString>
myEntities
;
132
bool
myNameSet
;
133
};
134
135
#endif
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
)