VR-Forces 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() override;
44 
47 
50 
52  virtual int type() const override;
53 
54  virtual DtSimInterfaceContent * clone() const override;
55 
57  virtual void enableAutoReorganize();
58  virtual void disableAutoReorganize();
59 
61  virtual bool autoReorganizeEnabled() const;
62 
63  virtual int netRepSize() const override;
64  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize) override;
65  virtual bool setToNet() override;
66 
67  virtual void printDataToString(DtString& str) override;
68 
69  static DtSimInterfaceContent* creator();
70 
71 protected:
72 
74 };
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:73
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)