VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifLoadComplete.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ifLoadComplete.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtIfLoadComplete_H_
13 #define DtIfLoadComplete_H_
14 
15 #include <vrfExtProtocol/simInterfaceContent.h>
16 #include <vlpi/netStructs.h>
17 
18 
20 {
21  DtNetU32 myRequestId;
22 };
23 
27 #include "vrfmsgs/vrfmsgsDefines.h"
29 {
30 public:
31 
34 
36  virtual ~DtIfLoadComplete();
37 
40 
42  DtIfLoadComplete& operator=(const DtIfLoadComplete& orig);
43 
45  virtual int type() const;
46 
48  virtual void setRequestId(unsigned int id);
49  virtual unsigned int requestId() const;
50 
51  virtual DtSimInterfaceContent * clone() const;
52 
53  virtual int netRepSize() const;
54  virtual bool setFromNet(const char* contentBuffer,
55  unsigned contentSize);
56  virtual bool setToNet();
57 
58  static DtSimInterfaceContent* creator();
59 
60 protected:
61  DtU32 myRequestId;
62 };
63 
64 #endif
65 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)