VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmsgs
ifAbandonPlan.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfExtProtocol/simInterfaceContent.h
>
12
#include <vlutil/vlString.h>
13
#include <vlutil/vlNetTypes.h>
14
#include <
vrfutil/rwUUID.h
>
15
26
#include "
vrfmsgs/vrfmsgsDefines.h
"
27
class
DT_DLL_vrfmsgs
DtIfAbandonPlan
:
public
DtSimInterfaceContent
28
{
29
public
:
30
32
DtIfAbandonPlan
();
33
35
virtual
~
DtIfAbandonPlan
();
36
38
DtIfAbandonPlan
(
const
DtIfAbandonPlan
& orig);
39
41
DtIfAbandonPlan
&
operator=
(
const
DtIfAbandonPlan
& orig);
42
44
virtual
int
type
()
const
;
45
46
virtual
DtSimInterfaceContent
*
clone
()
const
;
47
49
virtual
const
DtUUID
& planName()
const
;
50
virtual
void
setPlanName(
const
DtUUID
&);
51
52
virtual
int
netRepSize
()
const
;
53
virtual
bool
setFromNet
(
const
char
* contentBuffer,
54
unsigned
contentSize);
55
virtual
bool
setToNet
();
56
57
virtual
void
printDataToString
(
DtString
& str);
58
59
static
DtSimInterfaceContent
* creator();
60
61
protected
:
62
DtUUID
myPlanName
;
63
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)