VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatePatrolBetweenPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregatePatrolBetweenPSR.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtAggregatePatrolBetweenPSR_H_
15 #define DtAggregatePatrolBetweenPSR_H_
16 
19 #include <readerWriter/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 ~DtAggregatePatrolBetweenPSR();
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  static DtVrfProcessStateRepository* creator (const DtString& rwName,
59  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
60 
61 protected:
62 
64 };
65 
66 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)