VR-Forces Development_Version 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) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfExtProtocol/simInterfaceContent.h
>
14
#include "
vrfmsgs/vrfmsgsDefines.h
"
15
#include <vlutil/vlString.h>
16
#include <
vrfutil/rwUUID.h
>
17
21
class
DT_DLL_vrfmsgs
DtIfDeletePlan
:
public
DtSimInterfaceContent
22
{
23
24
public
:
26
DtIfDeletePlan
();
27
29
DtIfDeletePlan
(
const
DtIfDeletePlan
& orig);
30
32
const
DtIfDeletePlan
&
operator=
(
const
DtIfDeletePlan
& orig);
33
34
virtual
~
DtIfDeletePlan
();
35
36
virtual
int
type
()
const
;
37
38
virtual
DtSimInterfaceContent
*
clone
()
const
;
39
41
42
44
virtual
const
DtUUID
& planName()
const
;
45
47
virtual
void
setPlanName(
const
DtUUID
& name);
49
52
53
virtual
bool
planIsGlobal()
const
;
54
virtual
void
setPlanIsGlobal(
bool
yesNo);
56
57
virtual
int
netRepSize
()
const
;
58
virtual
bool
setFromNet
(
const
char
* contentBuffer,
59
unsigned
contentSize);
60
virtual
bool
setToNet
();
61
62
virtual
void
printDataToString
(
DtString
& str);
63
64
static
DtSimInterfaceContent
* creator();
65
66
protected
:
67
DtUUID
myPlan
;
68
DtBoolean
myPlanIsGlobal
;
69
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)