VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
patrolRouteTaskState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
12 #include "vrftasks/simTaskState.h"
14 #include "vrfutil/rwInt.h"
15 #include "vrfutil/iteratorBase.h"
16 
18 {
19 
20 public:
21 
24 
27  DtPatrolRouteTaskState(const DtString & writeName,
28  DtReaderWriterRegistry * parentRegistry = 0);
29 
31  DtPatrolRouteTaskState(const DtString & writeName, const DtPatrolRouteTaskState & orig,
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36 
37  virtual ~DtPatrolRouteTaskState();
38 
40  virtual DtString type() const;
41 
43  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
44  parentRegistry = 0) const;
45 
47  virtual DtString stringRep() const;
48 
52  virtual void setTraversalDirection(enum DtIteratorDirection direction);
53  virtual enum DtIteratorDirection traversalDirection() const;
55 
56  static DtSimTaskState * creator();
57 
58 protected:
59 
61 };
62 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)