VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifRestartPlan.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #include <vlutil/vlString.h>
11 #include <vlutil/vlNetTypes.h>
12 #include <vrfutil/rwUUID.h>
13 
24 #include "vrfmsgs/vrfmsgsDefines.h"
26 {
27 public:
28 
31 
33  virtual ~DtIfRestartPlan();
34 
36  DtIfRestartPlan(const DtIfRestartPlan& orig);
37 
40 
42  virtual int type() const;
43 
44  virtual DtSimInterfaceContent * clone() const;
45 
48  virtual const DtUUID& planName() const;
49 
51  virtual void setPlanName(const DtUUID&);
52 
53  virtual int netRepSize() const;
54  virtual bool setFromNet(const char* contentBuffer,
55  unsigned contentSize);
56  virtual bool setToNet();
57 
58  virtual void printDataToString(DtString& str);
59 
60  static DtSimInterfaceContent* creator();
61 
62 protected:
64 };

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)