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
ifAbandonPlan.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifAbandonPlan.h,v $ $Revision: 1.14 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfAbandonPlan_H_
13
#define DtIfAbandonPlan_H_
14
15
#include <vrfExtProtocol/simInterfaceContent.h>
16
#include <vlutil/vlString.h>
17
#include <vlutil/vlNetTypes.h>
18
21
struct
DtNetIfAbandonPlan
22
{
23
DtNetU8
myPadding0
;
//1 byte (was echelon ID)
24
DtNetU8
myNameLength
;
//1 byte
25
};
26
37
#include "
vrfmsgs/vrfmsgsDefines.h
"
38
class
DT_DLL_vrfmsgs
DtIfAbandonPlan
:
public
DtSimInterfaceContent
39
{
40
public
:
41
43
DtIfAbandonPlan
();
44
46
virtual
~
DtIfAbandonPlan
();
47
49
DtIfAbandonPlan
(
const
DtIfAbandonPlan
& orig);
50
52
DtIfAbandonPlan
& operator=(
const
DtIfAbandonPlan
& orig);
53
55
virtual
int
type()
const
;
56
57
virtual
DtSimInterfaceContent
* clone()
const
;
58
60
virtual
const
DtString
& name()
const
;
61
virtual
void
setName(
const
DtString
& name);
62
63
virtual
int
netRepSize()
const
;
64
virtual
bool
setFromNet(
const
char
* contentBuffer,
65
unsigned
contentSize);
66
virtual
bool
setToNet();
67
68
virtual
void
printDataToString(
DtString
& str);
69
70
static
DtSimInterfaceContent
* creator();
71
72
protected
:
73
DtString
myName
;
74
};
75
76
#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
)