VR-Forces 4.1.1 Class Documentation
ifStatusReq.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ifStatusReq.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtIfStatusRequest_H_
13 #define DtIfStatusRequest_H_
14 
16 #include <vlpi/NetStructs.h>
17 
27 
28 #include "vrfmsgs/vrfmsgsDefines.h"
30 {
31 public:
32 
35 
37  virtual ~DtIfStatusRequest();
38 
41 
44 
46  virtual int type() const;
47 
48  virtual DtSimInterfaceContent * clone() const;
49 
50  virtual int netRepSize() const;
51  virtual bool setFromNet(const char* contentBuffer,
52  unsigned contentSize);
53  virtual bool setToNet();
54 
55  static DtSimInterfaceContent* creator();
56 };
57 
58 #endif
59 

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)