VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanStopMovingController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class DtSimMessage;
18 
25 {
26 private:
33 public:
35  DtHumanStopMovingController(const DtString& name, DtVrfObject* owner, DtSimManager* simManager, DtComponentDescriptor* desc=0, DtReaderWriterRegistry *parentRegistry=0);
36 
38  virtual ~DtHumanStopMovingController();
39 
41  virtual bool init();
42 
44  virtual DtString type() const;
45 
47  virtual void tick();
48 
52  static void stopMovingCallback(DtSimMessage * msg, void * usr);
53  virtual void processStopMovingTask(DtSimMessage * msg);
54 
56  virtual void registerTaskMsgCallbacks();
57 
59  static DtSimComponent* creator(const DtString& name, DtVrfObject* owner, DtSimManager* simManager, DtComponentDescriptor* desc=0, DtReaderWriterRegistry* parentRegistry=0);
60 
62  virtual bool createPortGroups();
63 
65  virtual void clearTask();
66 
67 protected:
68 
70 
71 
75 };
76 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)