VR-Forces 4.1.1 Class Documentation
gndStopMovingCntlr.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
13 #include "vrfmodel/gndAutoCntlr.h"
14 #include <matrix/vlVector.h>
15 
16 class DtString;
17 class DtSimManager;
18 class DtSimMessage;
19 
20 
21 
32 {
33 public:
34 
38  DtVrfObject* owner,
39  DtSimManager* simManager,
40  DtComponentDescriptor* desc = 0,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
45 
47  virtual void tick();
48 
51  virtual DtString type() const;
52 
56  static DtSimComponent * creator(const DtString& name,
57  DtVrfObject* owner,
58  DtSimManager* simManager,
59  DtComponentDescriptor* desc = 0,
60  DtReaderWriterRegistry* parentRegistry = 0);
61 
63  virtual void registerTaskMsgCallbacks();
64 
65 protected:
69 
72  orig);
73 
77 
78 protected:
79 
80 
81 };
82 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)