![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 2001 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: ifLoadComplete.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtIfLoadComplete_H_ 00013 #define DtIfLoadComplete_H_ 00014 00015 #include <vrfExtProtocol/ifaceCont.h> 00016 #include <vlpi/NetStructs.h> 00017 00018 00019 class DtNetIfLoadComplete 00020 { 00021 DtNetU32 myRequestId; 00022 }; 00023 00027 #include "vrfmsgs/vrfmsgsDefines.h" 00028 class DT_DLL_vrfmsgs DtIfLoadComplete : public DtSimInterfaceContent 00029 { 00030 public: 00031 00033 DtIfLoadComplete(); 00034 00036 virtual ~DtIfLoadComplete(); 00037 00039 DtIfLoadComplete(const DtIfLoadComplete& orig); 00040 00042 DtIfLoadComplete& operator=(const DtIfLoadComplete& orig); 00043 00045 virtual int type() const; 00046 00048 virtual void setRequestId(unsigned int id); 00049 virtual unsigned int requestId() const; 00050 00051 virtual DtSimInterfaceContent * clone() const; 00052 00053 virtual int netRepSize() const; 00054 virtual bool setFromNet(const char* contentBuffer, 00055 unsigned contentSize); 00056 virtual bool setToNet(); 00057 00058 static DtSimInterfaceContent* creator(); 00059 00060 protected: 00061 DtU32 myRequestId; 00062 }; 00063 00064 #endif 00065