VR-Forces 4.1 Class Documentation
gndPtlBtwnCtl.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
13 
14 #include "vrfmodel/gndMvToCntlr.h"
15 
16 #include <vlutil/vlString.h>
17 
18 class DtSimManager;
19 class DtSimMessage;
20 
21 
22 
32 {
33 
34 public:
35 
39  DtVrfObject* owner,
40  DtSimManager* simManager,
41  DtComponentDescriptor* desc = 0,
42  DtReaderWriterRegistry* parentRegistry = 0);
43 
46 
49  virtual DtString type() const;
50 
51 
55  static void patrolBetweenCallback(DtSimMessage * msg, void * usrData);
56 
58  virtual void processPatrolBetweenTask(DtSimMessage * msg);
59 
61  virtual const DtString& firstWaypoint() const;
62  virtual void setFirstWaypoint(const DtString& waypoint);
63 
65  virtual const DtString& secondWaypoint() const;
66  virtual void setSecondWaypoint(const DtString& waypoint);
67 
71  static DtSimComponent * creator(const DtString& name,
72  DtVrfObject* owner,
73  DtSimManager* simManager,
74  DtComponentDescriptor* desc = 0,
75  DtReaderWriterRegistry* parentRegistry = 0);
76 
78  virtual void registerTaskMsgCallbacks();
79 
81  virtual void stop();
82 
83 protected:
87 
90  orig);
91 
95 };
96 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)