VR-Forces 4.0.4 Class Documentation
include/vrftasks/stopMovingTask.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: stopMovingTask.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtStopMovingTask_H_
00020 #define DtStopMovingTask_H_
00021 
00022 
00023 #include "vrftasks/simTask.h"
00024 #include "vrfutil/rwReal.h"
00025 #include <vlutil/vlNetTypes.h>
00026 
00027 class DtString;
00028 
00035 #include "vrftasks/vrftasksDefines.h"
00036 class DT_DLL_vrftasks DtStopMovingTask : public DtSimTask
00037 {
00038 
00039 public:
00040 
00042    DtStopMovingTask();
00043 
00046    DtStopMovingTask(const DtString & writeName, DtReaderWriterRegistry * 
00047       parentRegistry = 0);
00048 
00050    DtStopMovingTask(const DtString & writeName, const DtStopMovingTask & 
00051       orig, DtReaderWriterRegistry * parentRegistry = 0);
00052 
00054    const DtStopMovingTask & operator=(const DtStopMovingTask & orig);
00055 
00056    virtual ~DtStopMovingTask();
00057 
00059    virtual int type() const;
00060 
00062    virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry * 
00063       parentRegistry = 0) const;
00064 
00066    virtual DtString stringRep() const;
00067 
00070    virtual int netRepSize() const;
00071 
00073    virtual bool setFromNet(const char* contentBuffer, 
00074       unsigned contentSize);
00075 
00078    virtual bool setToNet();
00079 
00080    static DtSimTask * creator();
00081 };
00082 
00083 
00084 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)