![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1999 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: disembarkTask.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef DtDisembarkTask_H_ 00019 #define DtDisembarkTask_H_ 00020 00021 #include "vrftasks/simTask.h" 00022 #include <vlutil/vlNetTypes.h> 00023 #include "vrfutil/rwString.h" 00024 00029 00030 #include "vrftasks/vrftasksDefines.h" 00031 class DT_DLL_vrftasks DtDisembarkTask : public DtSimTask 00032 { 00033 00034 public: 00035 00037 00038 DtDisembarkTask(); 00039 00040 00043 00044 DtDisembarkTask(const DtString & writeName, 00045 DtReaderWriterRegistry * parentRegistry = 0); 00046 00047 00049 00050 DtDisembarkTask(const DtString & writeName, const 00051 DtDisembarkTask & orig, DtReaderWriterRegistry * 00052 parentRegistry = 0); 00053 00054 00056 00057 const DtDisembarkTask & operator=(const 00058 DtDisembarkTask & orig); 00059 00060 00061 virtual ~DtDisembarkTask(); 00062 00063 00065 00066 virtual int type() const; 00067 00068 00070 00071 virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry * 00072 parentRegistry = 0) const; 00073 00074 00076 00077 virtual DtString stringRep() const; 00078 00079 00082 00083 virtual int netRepSize() const; 00084 00085 00087 00088 virtual bool setFromNet(const char* contentBuffer, 00089 unsigned contentSize); 00090 00091 00094 00095 virtual bool setToNet(); 00096 00097 00098 static DtSimTask * creator(); 00099 00100 00101 protected: 00102 00103 00104 }; 00105 00106 00107 #endif