VR-Forces 4.1.1 Class Documentation
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 
16 #include <vl/hostStructs.h>
17 
18 
22 {
23  DtNetBoolean myEnableAutoReorganize;
24 
25 };
26 
42 #include "vrfmsgs/vrfmsgsDefines.h"
44 {
45 public:
46 
49 
51  virtual ~DtIfAutoReorganize();
52 
55 
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 
83 };
84 
85 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)