VR-Forces 4.1.1 Class Documentation
ifExit.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifExit.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtIfExit_H_
20 #define DtIfExit_H_
21 
22 #include <vlutil/vlString.h>
24 
33 
34 #include "vrfmsgs/vrfmsgsDefines.h"
36 {
37 
38 public:
40  DtIfExit();
41 
43  DtIfExit(const DtIfExit & orig);
44 
46  const DtIfExit & operator=(const DtIfExit & orig);
47 
48  virtual ~DtIfExit();
49 
51  virtual int type() const;
52 
53  virtual DtSimInterfaceContent * clone() const;
54 
56  virtual const DtString & reasonForExiting() const;
57  virtual void setReasonForExiting(const DtString & reason);
58 
59  virtual int netRepSize() const;
60  virtual bool setFromNet(const char* contentBuffer,
61  unsigned contentSize);
62  virtual bool setToNet();
63 
64  virtual void printDataToString(DtString& str);
65 
66  static DtSimInterfaceContent* creator();
67 
68 protected:
69 
71 };
72 
73 #endif
74 

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)