VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
virtual void printDataToString(DtString &str)
DtString myReasonForExiting
Definition: ifExit.h:70
File: ifExit.h.
Definition: ifExit.h:35
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)