VR-Forces 4.2 Class Documentation
rotWngFolwCtl.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/rotWngMvToCtl.h"
15 #include <vlutil/vlString.h>
16 #include <matrix/vlVector.h>
17 
18 class DtSimManager;
19 class DtSimMessage;
20 
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 followEntityCallback(DtSimMessage * msg, void * usrData);
56 
59  virtual void processFollowEntityTask(DtSimMessage * msg);
60 
62  virtual const DtString& entityToFollow() const;
63  virtual void setEntityToFollow(const DtString& entity);
64 
67  virtual const DtVector& offsetVector() const;
68  virtual void setOffsetVector(const DtVector& offsets);
69 
73  static DtSimComponent * creator(const DtString& name,
74  DtVrfObject* owner,
75  DtSimManager* simManager,
76  DtComponentDescriptor* desc = 0,
77  DtReaderWriterRegistry* parentRegistry = 0);
78 
79 protected:
83 
86  orig);
87 
91 
93  virtual void registerTaskMsgCallbacks();
94 
98  virtual void tick();
99 
102  virtual void stop();
103 
113  virtual void pilotProperties();
114 
115 
116 protected:
117 
120 
121 };
122 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)