VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifParentChanged.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include <vlutil/vlString.h>
12 #include <vrfutil/rwUUID.h>
13 
22 #include "vrfmsgs/vrfmsgsDefines.h"
24 {
25 public:
26 
28 
30 
32 
33  virtual ~DtIfParentChanged();
34 
36 
38 
40 
42 
44 
45  virtual int type() const;
46 
47  virtual DtSimInterfaceContent * clone() const;
48 
49 
52  virtual const DtUUID& uuid() const;
53 
55  virtual void setUUID(const DtUUID&);
56 
57 
58  virtual int netRepSize() const;
59 
60  virtual bool setFromNet(const char* contentBuffer,
61  unsigned contentSize);
62 
63  virtual bool setToNet();
64 
65  virtual void printDataToString(DtString& str);
66 
67  static DtSimInterfaceContent* creator();
68 
69 protected:
71 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)