VR-Forces 4.3.1 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
ifRestartPlan.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifRestartPlan.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfRestartPlan_H_
13
#define DtIfRestartPlan_H_
14
15
#include <vrfExtProtocol/simInterfaceContent.h>
16
#include <vlutil/vlString.h>
17
#include <vlutil/vlNetTypes.h>
18
21
struct
DtNetIfRestartPlan
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
DtIfRestartPlan
:
public
DtSimInterfaceContent
39
{
40
public
:
41
43
DtIfRestartPlan
();
44
46
virtual
~
DtIfRestartPlan
();
47
49
DtIfRestartPlan
(
const
DtIfRestartPlan
& orig);
50
52
DtIfRestartPlan
& operator=(
const
DtIfRestartPlan
& 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 Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)