VR-Forces 4.1.1 Class Documentation
ifRestartPlan.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifRestartPlan.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfRestartPlan_H_
13 #define DtIfRestartPlan_H_
14 
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlNetTypes.h>
18 
22 {
23  DtNetU8 myPadding0; //1 byte (was echelon ID)
24  DtNetU8 myNameLength; //1 byte
25 };
26 
37 #include "vrfmsgs/vrfmsgsDefines.h"
39 {
40 public:
41 
44 
46  virtual ~DtIfRestartPlan();
47 
49  DtIfRestartPlan(const DtIfRestartPlan& orig);
50 
53 
55  virtual int type() const;
56 
57  virtual DtSimInterfaceContent * clone() const;
58 
60  virtual const DtString & name() const;
61  virtual void setName(const DtString & name);
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:
74 };
75 
76 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)