![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2003 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: disembarkAllTask.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00017 00018 #ifndef DtDisembarkAllTask_H_ 00019 #define DtDisembarkAllTask_H_ 00020 00021 #include "vrftasks/simTask.h" 00022 00027 00028 #include "vrftasks/vrftasksDefines.h" 00029 class DT_DLL_vrftasks DtDisembarkAllTask : public DtSimTask 00030 { 00031 00032 public: 00033 00035 DtDisembarkAllTask(); 00036 00037 00040 DtDisembarkAllTask(const DtString & writeName, 00041 DtReaderWriterRegistry * parentRegistry = 0); 00042 00043 00045 DtDisembarkAllTask(const DtString & writeName, const 00046 DtDisembarkAllTask & orig, DtReaderWriterRegistry * 00047 parentRegistry = 0); 00048 00049 00051 const DtDisembarkAllTask & operator=(const 00052 DtDisembarkAllTask & orig); 00053 00054 virtual ~DtDisembarkAllTask(); 00055 00057 virtual int type() const; 00058 00060 virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry * 00061 parentRegistry = 0) const; 00062 00064 virtual DtString stringRep() const; 00065 00068 virtual int netRepSize() const; 00069 00071 virtual bool setFromNet(const char* contentBuffer, 00072 unsigned contentSize); 00073 00076 virtual bool setToNet(); 00077 00078 static DtSimTask * creator(); 00079 }; 00080 00081 00082 #endif