VR-Forces 4.1.1 Class Documentation
aggregatePatrolAlongPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregatePatrolAlongPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtAggregatePatrolAlongPSR_H_
15 #define DtAggregatePatrolAlongPSR_H_
16 
18 #include "vrfobjcore/processSR.h"
19 #include "vrfutil/rwBoolean.h"
20 
24 {
25 public:
26 
29  const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtAggregatePatrolAlongPSR();
39 
42 
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
50  virtual DtString type() const;
51 
54  virtual void setReverseDirection(bool trueFalse);
55  virtual bool reverseDirection() const;
56 
58  virtual void setMovingAlongRoute(bool trueFalse);
59  virtual bool movingAlongRoute();
60 
62  static DtVrfProcessStateRepository* creator (const DtString& rwName,
63  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
64 
65 protected:
66 
69 };
70 
71 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)