VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifCloseScenario.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ifCloseScen.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtIfCloseScenario_H_
13 #define DtIfCloseScenario_H_
14 
15 #include <vrfExtProtocol/simInterfaceContent.h>
16 #include <vlpi/netStructs.h>
17 
29 
30 #include "vrfmsgs/vrfmsgsDefines.h"
32 {
33 public:
34 
37 
39  virtual ~DtIfCloseScenario();
40 
43 
45  DtIfCloseScenario& operator=(const DtIfCloseScenario& orig);
46 
48  virtual int type() const;
49 
50  virtual DtSimInterfaceContent * clone() const;
51 
52  virtual int netRepSize() const;
53  virtual bool setFromNet(const char* contentBuffer,
54  unsigned contentSize);
55  virtual bool setToNet();
56 
57  static DtSimInterfaceContent* creator();
58 };
59 
60 #endif
61 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)