VR-Forces 4.0.4 Class Documentation
include/vrftasks/planAndMoveToTask.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: planAndMoveToTask.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtPlanAndMoveToTask_H_
00020 #define DtPlanAndMoveToTask_H_
00021 
00022 #include <vlutil/vlNetTypes.h>
00023 
00024 #include "vrftasks/moveToTask.h"
00025 
00040 #include "vrftasks/vrftasksDefines.h"
00041 class DT_DLL_vrftasks DtPlanAndMoveToTask : public DtMoveToTask
00042 {
00043 
00044 public:
00045 
00047    DtPlanAndMoveToTask();
00048 
00051    DtPlanAndMoveToTask(const DtString & writeName, 
00052       DtReaderWriterRegistry * parentRegistry = 0);
00053 
00055    DtPlanAndMoveToTask(const DtString & writeName, const DtPlanAndMoveToTask & orig, 
00056       DtReaderWriterRegistry * parentRegistry = 0);
00057 
00059    const DtPlanAndMoveToTask & operator=(const DtPlanAndMoveToTask & orig);
00060 
00061    virtual ~DtPlanAndMoveToTask();
00062 
00064    virtual int type() const;
00065 
00067    virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry * 
00068       parentRegistry = 0) const;
00069 
00071    virtual DtString stringRep() const;
00072 
00073    static DtSimTask * creator();
00074 };
00075 
00076 
00077 #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)