VR-Forces 4.2 Class Documentation
ifParentChanged.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifParentChanged.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfParentChanged_H_
13 #define DtIfParentChanged_H_
14 
15 #include <vrfExtProtocol/ifaceCont.h>
16 #include <vlutil/vlString.h>
17 
26 #include "vrfmsgs/vrfmsgsDefines.h"
28 {
29 public:
30 
32 
34 
36 
37  virtual ~DtIfParentChanged();
38 
40 
42 
44 
45  DtIfParentChanged& operator=(const DtIfParentChanged& orig);
46 
48 
49  virtual int type() const;
50 
51  virtual DtSimInterfaceContent * clone() const;
52 
53 
55 
56  virtual const DtString & echelonId() const;
57 
58  virtual void setEchelonId(const DtString & name);
59 
60 
61  virtual int netRepSize() const;
62 
63  virtual bool setFromNet(const char* contentBuffer,
64  unsigned contentSize);
65 
66  virtual bool setToNet();
67 
68  virtual void printDataToString(DtString& str);
69 
70  static DtSimInterfaceContent* creator();
71 
72 protected:
73 
75 
76 };
77 
78 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)