VR-Forces 4.0.4 Class Documentation
include/vrfmodel/airVehSetCtlr.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00008 
00011 
00012 #pragma once
00013 
00014 #include "vrfmodel/lclEntSetCtlr.h"
00015 #include "vrfobjcore/simRadio.h"
00016 
00017 class DtSimMessage;
00018 class DtSimLocalEntity;
00019 
00041 #include "vrfmodel/vrfmodelDefines.h"
00042 class DT_DLL_vrfmodel DtAirVehicleSetController : public DtLocalEntitySetController
00043 {
00044 
00045 public:
00046 
00049    DtAirVehicleSetController(const DtString& name, DtVrfObject* owner,
00050       DtSimManager* simManager, 
00051       DtComponentDescriptor* desc = 0,
00052       DtReaderWriterRegistry* parentRegistry = 0);
00053 
00055    virtual ~DtAirVehicleSetController();
00056 
00059    virtual DtString type() const;
00060 
00061    virtual void processSetAltitude(DtSimMessage* msg);
00062 
00063    virtual void processSetHeading(DtSimMessage* msg);
00064    
00069    virtual void setLocation(DtVector geocentricLocation);
00070 
00071    virtual void setHeading(DtReal heading);
00072 
00076    static DtSimComponent * creator(const DtString& name, 
00077       DtVrfObject* owner,
00078       DtSimManager* simManager, 
00079       DtComponentDescriptor* desc = 0,
00080       DtReaderWriterRegistry* parentRegistry = 0);
00081 
00082 protected:
00085    DtAirVehicleSetController();
00086 
00088    DtAirVehicleSetController(const DtAirVehicleSetController& orig);
00089 
00091    const DtAirVehicleSetController & operator=(const 
00092       DtAirVehicleSetController& orig);
00093 
00094 protected:
00095 };
00096 

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)