VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifParentChanged.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifParentChanged.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfParentChanged_H_
13
#define DtIfParentChanged_H_
14
15
#include <
vrfExtProtocol/ifaceCont.h
>
16
#include <vlutil/vlString.h>
17
26
#include "
vrfmsgs/vrfmsgsDefines.h
"
27
class
DT_DLL_vrfmsgs
DtIfParentChanged
:
public
DtSimInterfaceContent
28
{
29
public
:
30
32
33
DtIfParentChanged
();
34
36
37
virtual
~
DtIfParentChanged
();
38
40
41
DtIfParentChanged
(
const
DtIfParentChanged
& orig);
42
44
45
DtIfParentChanged
&
operator=
(
const
DtIfParentChanged
& orig);
46
48
49
virtual
int
type
()
const
;
50
51
virtual
DtSimInterfaceContent
*
clone
()
const
;
52
53
55
56
virtual
const
DtString
& echelonId()
const
;
57
58
virtual
void
setEchelonId(
const
DtString
& name);
59
60
61
virtual
int
netRepSize
()
const
;
62
63
virtual
bool
setFromNet
(
const
char
* contentBuffer,
64
unsigned
contentSize);
65
66
virtual
bool
setToNet
();
67
68
virtual
void
printDataToString
(
DtString
& str);
69
70
static
DtSimInterfaceContent
* creator();
71
72
protected
:
73
74
DtString
myEchelonId
;
75
76
};
77
78
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)