VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanPatrolPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanPatrolPSR.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtHumanPatrolPSR_H_
13 #define DtHumanPatrolPSR_H_
14 
16 #include <readerWriter/rwBoolean.h>
18 
24 {
25 public:
26 
28  DtHumanPatrolPSR(DtVrfObject* vrfObject,
29  const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtHumanPatrolPSR();
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  virtual void setMovingAlongRoute(bool trueFalse);
59  virtual bool movingAlongRoute();
60 
62  static DtVrfProcessStateRepository* creator (const DtString& rwName,
63  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
64 
65 protected:
66 
69 };
70 
71 #endif
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
DtRwBoolean myMovingAlongRoute
Definition: humanPatrolPSR.h:68
class DtAggregatePatrolBetweenPSR:
Definition: humanPatrolPSR.h:23
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtRwBoolean myReverseDirection
Definition: humanPatrolPSR.h:67
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)