VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifAutoReorganize.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 };
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
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
DtNetBoolean myEnableAutoReorganize
Definition: ifAutoReorganize.h:23
class DtIfAutoReorganize:
Definition: ifAutoReorganize.h:43
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
This is the FIXED length portion of a DtIfCreateVrfObject message content when placed on the network...
Definition: ifAutoReorganize.h:21
virtual bool setToNet()
Definition: simInterfaceContent.h:83
bool myEnableAutoReorganize
Definition: ifAutoReorganize.h:82
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)