VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifAutoReorg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: ifAutoReorg.h,v $ $Revision: 1.10 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtIfAutoReorganize_H_
13
#define DtIfAutoReorganize_H_
14
15
#include <
vrfExtProtocol/ifaceCont.h
>
16
#include <vl/hostStructs.h>
17
18
21
struct
DtNetIfAutoReorganizeObject
22
{
23
DtNetBoolean
myEnableAutoReorganize
;
24
25
};
26
42
#include "
vrfmsgs/vrfmsgsDefines.h
"
43
class
DT_DLL_vrfmsgs
DtIfAutoReorganize
:
public
DtSimInterfaceContent
44
{
45
public
:
46
48
DtIfAutoReorganize
();
49
51
virtual
~
DtIfAutoReorganize
();
52
54
DtIfAutoReorganize
(
const
DtIfAutoReorganize
& orig);
55
57
DtIfAutoReorganize
&
operator=
(
const
DtIfAutoReorganize
& orig);
58
60
virtual
int
type
()
const
;
61
62
virtual
DtSimInterfaceContent
*
clone
()
const
;
63
65
virtual
void
enableAutoReorganize();
66
virtual
void
disableAutoReorganize();
67
69
virtual
bool
autoReorganizeEnabled()
const
;
70
71
virtual
int
netRepSize
()
const
;
72
virtual
bool
setFromNet
(
const
char
* contentBuffer,
73
unsigned
contentSize);
74
virtual
bool
setToNet
();
75
76
virtual
void
printDataToString
(
DtString
& str);
77
78
static
DtSimInterfaceContent
* creator();
79
80
protected
:
81
82
bool
myEnableAutoReorganize
;
83
};
84
85
#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
)