VR-Forces 4.0.4 Class Documentation
include/vrfmodel/gndStopMovingCntlr.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: gndStopMovingCntlr.h,v $ $Revision: 1.10 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 
00016 #ifndef DtGroundStopMovingControllerComponent_H_
00017 #define DtGroundStopMovingControllerComponent_H_
00018 
00019 
00020 #include "vrfmodel/gndAutoCntlr.h"
00021 #include <matrix/vlVector.h>
00022 
00023 class DtString;
00024 class DtSimManager;
00025 class DtSimMessage;
00026 
00027 
00028 
00037 #include "vrfmodel/vrfmodelDefines.h"
00038 class DT_DLL_vrfmodel DtGroundStopMovingControllerComponent : public DtGroundAutoControllerComponent
00039 {
00040 public:
00041 
00044    DtGroundStopMovingControllerComponent(const DtString& name, 
00045       DtVrfObject* owner,
00046       DtSimManager* simManager, 
00047       DtComponentDescriptor* desc = 0,
00048       DtReaderWriterRegistry* parentRegistry = 0);
00049 
00051    virtual ~DtGroundStopMovingControllerComponent();
00052 
00054    virtual void tick();
00055 
00058    virtual DtString type() const;
00059 
00063    static DtSimComponent * creator(const DtString& name, 
00064       DtVrfObject* owner,
00065       DtSimManager* simManager, 
00066       DtComponentDescriptor* desc = 0,
00067       DtReaderWriterRegistry* parentRegistry = 0);
00068 
00070    virtual void registerTaskMsgCallbacks();
00071 
00072 protected:
00075    DtGroundStopMovingControllerComponent();
00076 
00078    DtGroundStopMovingControllerComponent(const DtGroundStopMovingControllerComponent & 
00079       orig);
00080 
00082    const DtGroundStopMovingControllerComponent & operator=(const 
00083       DtGroundStopMovingControllerComponent & orig);
00084 
00085 protected:
00086 
00087 
00088 };
00089 
00090 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)