VR-Forces 4.1 Class Documentation
fixWngPtlBtwn.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfmodel/fixWngMvToCtl.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 
57  virtual void processPatrolBetweenTask(DtSimMessage * msg);
58 
59  virtual const DtString& firstWaypoint() const;
60  virtual void setFirstWaypoint(const DtString& waypoint);
61 
62  virtual const DtString& secondWaypoint() const;
63  virtual void setSecondWaypoint(const DtString& waypoint);
64 
68  static DtSimComponent * creator(const DtString& name,
69  DtVrfObject* owner,
70  DtSimManager* simManager,
71  DtComponentDescriptor* desc = 0,
72  DtReaderWriterRegistry* parentRegistry = 0);
73 
75  virtual void registerTaskMsgCallbacks();
76 
79  virtual void doFinishing();
80 
81 protected:
85 
88  orig);
89 
93 };
94 

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)