VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
patrolBetweenPointsTaskState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrftasks/simTaskState.h"
16 #include <readerWriter/rwBoolean.h>
17 
19 {
20 
21 public:
22 
25 
28  DtPatrolBetweenPointsTaskState(const DtString & writeName,
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37 
39 
41  virtual DtString type() const;
42 
44  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
45  parentRegistry = 0) const;
46 
48  virtual DtString stringRep() const;
49 
53  virtual void setMovingInReverseDirection(bool yesNo);
54  virtual bool movingInReverseDirection() const;
56 
57  static DtSimTaskState * creator();
58 
59 protected:
60 
62 };
63 
DtPatrolBetweenPointsTaskState; task state associated with a DtPatrolTwoPointsTask.
Definition: patrolBetweenPointsTaskState.h:18
virtual DtSimTaskState * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Make a copy of this task. Returns a newly allocated instance of a DtSimTaskState. Override this membe...
Definition: readerWriterRegistry.h:39
DtRwBoolean myMovingInReverseDirection
Definition: patrolBetweenPointsTaskState.h:61
DtSimTaskState holds the current execution state of a given task.
Definition: simTaskState.h:26
const DtSimTaskState & operator=(const DtSimTaskState &orig)
assignment operator; same as copy constructor
virtual DtString type() const
What kind of task state object am I? Returns a string indicating the kind of task state object( for e...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
Description: Readable, Writable bool.
Definition: rwBoolean.h:26

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)