VR-Forces 5.0.3 Developer's Guide
 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 #pragma once
7 
9 #include <vlpi/netStructs.h>
10 
14 {
15  DtNetBoolean myEnableAutoReorganize;
16 };
18 
34 #include "vrfmsgs/vrfmsgsDefines.h"
36 {
37 public:
38 
41 
43  virtual ~DtIfAutoReorganize();
44 
47 
50 
52  virtual int type() const;
53 
54  virtual DtSimInterfaceContent * clone() const;
55 
57  virtual void enableAutoReorganize();
58  virtual void disableAutoReorganize();
59 
61  virtual bool autoReorganizeEnabled() const;
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 
75 };
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:15
class DtIfAutoReorganize:
Definition: ifAutoReorganize.h:35
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:13
virtual bool setToNet()
Definition: simInterfaceContent.h:83
bool myEnableAutoReorganize
Definition: ifAutoReorganize.h:74
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)