![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1999 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: gndMvToLocCntlr.h,v $ $Revision: 1.12 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00014 00015 00016 #ifndef DtGroundMoveToLocationControllerComponent_H_ 00017 #define DtGroundMoveToLocationControllerComponent_H_ 00018 00019 00020 #include "vrfmodel/gndMvToDestinationCntlr.h" 00021 00022 00023 00032 #include "vrfmodel/vrfmodelDefines.h" 00033 class DT_DLL_vrfmodel DtGroundMoveToLocationControllerComponent : public DtGroundMoveToDestinationControllerComponent 00034 { 00035 public: 00036 00039 DtGroundMoveToLocationControllerComponent(const DtString& name, 00040 DtVrfObject* owner, 00041 DtSimManager* simManager, 00042 DtComponentDescriptor* desc = 0, 00043 DtReaderWriterRegistry* parentRegistry = 0); 00044 00046 virtual ~DtGroundMoveToLocationControllerComponent(); 00047 00050 virtual DtString type() const; 00051 00055 static void moveToLocationCallback(DtSimMessage * msg, void * usr); 00056 virtual void processMoveToLocationTask(DtSimMessage * msg); 00057 00061 static DtSimComponent * creator(const DtString& name, 00062 DtVrfObject* owner, 00063 DtSimManager* simManager, 00064 DtComponentDescriptor* desc = 0, 00065 DtReaderWriterRegistry* parentRegistry = 0); 00066 00068 virtual void registerTaskMsgCallbacks(); 00069 00070 private: 00073 DtGroundMoveToLocationControllerComponent(); 00074 00076 DtGroundMoveToLocationControllerComponent(const DtGroundMoveToLocationControllerComponent & 00077 orig); 00078 00080 const DtGroundMoveToLocationControllerComponent & operator=(const 00081 DtGroundMoveToDestinationControllerComponent & orig); 00082 }; 00083 00084 #endif 00085 00086 00087