VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregatedPatrolPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef aggregatedPatrolPSR_H_
10 #define aggregatedPatrolPSR_H_
11 
13 #include "vrfutil/rwBoolean.h"
14 
21 {
22 public:
23 
26  const DtString& rwName = DtString::nullString(),
27  DtReaderWriterRegistry* parentRegistry = 0);
28 
31  const DtString& rwName = DtString::nullString(),
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
34 
36  virtual ~DtAggregatedPatrolPSR();
37 
40 
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48  virtual DtString type() const;
49 
52  virtual void setReverseDirection(bool trueFalse);
53  virtual bool reverseDirection() const;
54 
56  virtual void setMovingAlongRoute(bool trueFalse);
57  virtual bool movingAlongRoute();
58 
60  static DtVrfProcessStateRepository* creator (const DtString& rwName,
61  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
62 
63 protected:
64 
67 };
68 
69 #endif

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)