VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifAbandonPlan.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vlutil/vlString.h>
13 #include <vlutil/vlNetTypes.h>
14 #include <vrfutil/rwUUID.h>
15 
26 #include "vrfmsgs/vrfmsgsDefines.h"
28 {
29 public:
30 
33 
35  virtual ~DtIfAbandonPlan();
36 
38  DtIfAbandonPlan(const DtIfAbandonPlan& orig);
39 
42 
44  virtual int type() const;
45 
46  virtual DtSimInterfaceContent * clone() const;
47 
49  virtual const DtUUID& planName() const;
50  virtual void setPlanName(const DtUUID&);
51 
52  virtual int netRepSize() const;
53  virtual bool setFromNet(const char* contentBuffer,
54  unsigned contentSize);
55  virtual bool setToNet();
56 
57  virtual void printDataToString(DtString& str);
58 
59  static DtSimInterfaceContent* creator();
60 
61 protected:
63 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)