VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/aggregatePatrolAlongPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: aggregatePatrolAlongPSR.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef DtAggregatePatrolAlongPSR_H_
00015 #define DtAggregatePatrolAlongPSR_H_
00016 
00017 #include "vrfobjcore/vrfobjcoreDefines.h"
00018 #include "vrfobjcore/processSR.h"
00019 #include "vrfutil/rwBoolean.h"
00020 
00023 class DT_DLL_vrfobjcore DtAggregatePatrolAlongPSR : public DtVrfProcessStateRepository
00024 {
00025 public:
00026 
00028    DtAggregatePatrolAlongPSR(DtVrfObject* vrfObject, 
00029       const DtString& rwName = DtString::nullString(), 
00030       DtReaderWriterRegistry*  parentRegistry = 0);
00031 
00033    DtAggregatePatrolAlongPSR(const DtAggregatePatrolAlongPSR& orig,
00034       const DtString& rwName = DtString::nullString(), 
00035       DtReaderWriterRegistry*  parentRegistry = 0);
00036 
00038    virtual ~DtAggregatePatrolAlongPSR();
00039 
00041    DtAggregatePatrolAlongPSR& operator=(const DtAggregatePatrolAlongPSR& orig);
00042 
00044    virtual DtVrfProcessStateRepository* clone(
00045       const DtString& rwName = DtString::nullString(), 
00046       DtReaderWriterRegistry*  parentRegistry = 0) const;
00047 
00050    virtual DtString type() const;
00051 
00054    virtual void setReverseDirection(bool trueFalse);
00055    virtual bool reverseDirection() const;
00056 
00058    virtual void setMovingAlongRoute(bool trueFalse);
00059    virtual bool movingAlongRoute();
00060 
00062    static DtVrfProcessStateRepository* creator (const DtString& rwName,
00063       DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
00064 
00065 protected:
00066 
00067    DtRwBoolean myReverseDirection;
00068    DtRwBoolean myMovingAlongRoute;
00069 };
00070 
00071 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)