VR-Forces 4.1 Class Documentation
planAndMoveToTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 #pragma once
15 
16 #include <vlutil/vlNetTypes.h>
17 
18 #include "vrftasks/moveToTask.h"
19 
36 {
37 
38 public:
39 
42 
45  DtPlanAndMoveToTask(const DtString & writeName,
46  DtReaderWriterRegistry * parentRegistry = 0);
47 
49  DtPlanAndMoveToTask(const DtString & writeName, const DtPlanAndMoveToTask & orig,
50  DtReaderWriterRegistry * parentRegistry = 0);
51 
54 
55  virtual ~DtPlanAndMoveToTask();
56 
58  virtual const DtSimTaskMessageType& type() const;
59 
61  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
62  parentRegistry = 0) const;
63 
65  virtual DtString stringRep() const;
66 
67  static DtSimTask * creator();
68 };
69 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)