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 
38  virtual ~DtPatrolBetweenPointsTaskState() override;
39 
41  virtual DtString type() const override;
42 
44  virtual DtSimTaskState * clone(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0) const override;
45 
47  virtual DtString stringRep() const;
48 
52  virtual void setMovingInReverseDirection(bool yesNo);
53  virtual bool movingInReverseDirection() const;
55 
56  static DtSimTaskState * creator();
57 
58 protected:
59 
61 };
62 
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:60
DtSimTaskState holds the current execution state of a given task.
Definition: simTaskState.h:34
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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)