VR-Forces 4.1 Class Documentation
aggregatedPatrolPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregatedPatrolPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef aggregatedPatrolPSR_H_
13 #define aggregatedPatrolPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrfutil/rwBoolean.h"
17 
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 
37 
39  virtual ~DtAggregatedPatrolPSR();
40 
43 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0) const;
48 
51  virtual DtString type() const;
52 
55  virtual void setReverseDirection(bool trueFalse);
56  virtual bool reverseDirection() const;
57 
59  virtual void setMovingAlongRoute(bool trueFalse);
60  virtual bool movingAlongRoute();
61 
63  static DtVrfProcessStateRepository* creator (const DtString& rwName,
64  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
65 
66 protected:
67 
70 };
71 
72 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)