VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/humanPatrolPSR.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: humanPatrolPSR.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtHumanPatrolPSR_H_
00013 #define DtHumanPatrolPSR_H_
00014 
00015 #include "vrfobjcore/processSR.h"
00016 #include "vrfutil/rwBoolean.h"
00017 #include "vrfobjcore/vrfobjcoreDefines.h"
00018 
00023 class DT_DLL_vrfobjcore DtHumanPatrolPSR : public DtVrfProcessStateRepository
00024 {
00025 public:
00026 
00028    DtHumanPatrolPSR(DtVrfObject* vrfObject, 
00029       const DtString& rwName = DtString::nullString(), 
00030       DtReaderWriterRegistry*  parentRegistry = 0);
00031 
00033    DtHumanPatrolPSR(const DtHumanPatrolPSR& orig,
00034       const DtString& rwName = DtString::nullString(), 
00035       DtReaderWriterRegistry*  parentRegistry = 0);
00036 
00038    virtual ~DtHumanPatrolPSR();
00039 
00041    DtHumanPatrolPSR& operator=(const DtHumanPatrolPSR& 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)