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
ifDeletePlan.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifDeletePlan.h,v $ $Revision: 1.3 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef ifDeletePlan_h
15
#define ifDeletePlan_h
16
17
#include <vrfExtProtocol/simInterfaceContent.h>
18
#include "
vrfmsgs/vrfmsgsDefines.h
"
19
#include <vlutil/vlString.h>
20
24
class
DT_DLL_vrfmsgs
DtIfDeletePlan
:
public
DtSimInterfaceContent
25
{
26
27
public
:
29
DtIfDeletePlan
();
30
32
DtIfDeletePlan
(
const
DtIfDeletePlan
& orig);
33
35
const
DtIfDeletePlan
& operator=(
const
DtIfDeletePlan
& orig);
36
37
virtual
~
DtIfDeletePlan
();
38
39
virtual
int
type()
const
;
40
41
virtual
DtSimInterfaceContent
* clone()
const
;
42
44
45
virtual
DtString
planName()
const
;
46
virtual
void
setPlanName(
const
DtString
& name);
48
51
52
virtual
bool
planIsGlobal()
const
;
53
virtual
void
setPlanIsGlobal(
bool
yesNo);
55
56
virtual
int
netRepSize()
const
;
57
virtual
bool
setFromNet(
const
char
* contentBuffer,
58
unsigned
contentSize);
59
virtual
bool
setToNet();
60
61
virtual
void
printDataToString(
DtString
& str);
62
63
static
DtSimInterfaceContent
* creator();
64
65
protected
:
66
DtString
myPlanName
;
67
DtBoolean
myPlanIsGlobal
;
68
};
69
70
#endif
71
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
)