VR-Forces 4.0.4 Class Documentation
include/vrfmodel/gndTurnToCntlr.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2002 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: gndTurnToCntlr.h,v $ $Revision: 1.14 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 
00016 #ifndef DtGroundTurnToControllerComponent_H_
00017 #define DtGroundTurnToControllerComponent_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 
00033 #include "vrfmodel/vrfmodelDefines.h"
00034 class DT_DLL_vrfmodel DtGroundTurnToControllerComponent : public DtGroundAutoControllerComponent
00035 {
00036 public:
00037 
00040    DtGroundTurnToControllerComponent(const DtString& name, 
00041       DtVrfObject* owner,
00042       DtSimManager* simManager, 
00043       DtComponentDescriptor* desc = 0,
00044       DtReaderWriterRegistry* parentRegistry = 0);
00045 
00047    virtual ~DtGroundTurnToControllerComponent();
00048 
00050    virtual void tick();
00051 
00054    virtual DtString type() const;
00055 
00059    static void turnToHeadingCallback(DtSimMessage * msg, void * usr);
00060    virtual void processTurnToHeadingTask(DtSimMessage * msg);
00061 
00065    static DtSimComponent * creator(const DtString& name, 
00066       DtVrfObject* owner,
00067       DtSimManager* simManager, 
00068       DtComponentDescriptor* desc = 0,
00069       DtReaderWriterRegistry* parentRegistry = 0);
00070 
00072    virtual void registerTaskMsgCallbacks();
00073 
00074 protected:
00077    DtGroundTurnToControllerComponent();
00078 
00080    DtGroundTurnToControllerComponent(const DtGroundTurnToControllerComponent & 
00081       orig);
00082 
00084    const DtGroundTurnToControllerComponent & operator=(const 
00085       DtGroundTurnToControllerComponent & orig);
00086 
00087 protected:
00088 
00089 
00090 };
00091 
00092 #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)