VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
File: moveToTask.h.
Definition: moveToTask.h:48
Definition: readerWriterRegistry.h:39
virtual const DtSimTaskMessageType & type() const
Returns &quot;move-to&quot;.
virtual DtSimTask * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Creates a copy of this move-to task.
const DtMoveToTask & operator=(const DtMoveToTask &orig)
assignment operator
File: planAndMoveToTask.h.
Definition: planAndMoveToTask.h:35
virtual DtString stringRep() const
Get a readable string representation of this task.
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
static DtSimTask * creator()

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)