VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundMoveToControllerComponent.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
15 #include <matrix/vlVector.h>
17 
18 class DtString;
19 class DtSimManager;
20 class DtSimMessage;
21 
22 
35 
38 {
39 public:
40 
44  DtVrfObject* owner,
45  DtSimManager* simManager,
46  DtComponentDescriptor* desc = NULL,
47  DtReaderWriterRegistry* parentRegistry = NULL);
48 
51 
54  virtual const char* type() const;
55 
59  static void moveToCallback(DtSimMessage * msg, void * usr);
60  virtual void processMoveToTask(DtSimMessage * msg);
61 
66  virtual void processDestinationChanged();
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 
83  virtual bool setupDestination();
84 
85  virtual void updateNavBotDestination();
86 
87 private:
91 
94  orig);
95 
99 
100 protected:
104 };
105 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)