VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 "vrfutil/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 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)