VR-Forces 4.2 Class Documentation
planAndMoveToLocTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #pragma once
16 
17 #include <vlutil/vlNetTypes.h>
18 
19 #include "vrftasks/moveToLocTask.h"
20 
37 {
38 
39 public:
40 
43 
46  DtPlanAndMoveToLocationTask(const DtString & writeName,
47  DtReaderWriterRegistry * parentRegistry = 0);
48 
50  DtPlanAndMoveToLocationTask(const DtString & writeName, const DtPlanAndMoveToLocationTask & orig,
51  DtReaderWriterRegistry * parentRegistry = 0);
52 
55 
56  virtual ~DtPlanAndMoveToLocationTask();
57 
59  virtual const DtSimTaskMessageType& type() const;
60 
62  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
63  parentRegistry = 0) const;
64 
66  virtual DtString stringRep() const;
67 
68  static DtSimTask * creator();
69 };
70 
71 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)