VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
airVehicleSetController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfobjcore/simRadio.h"
16 
17 class DtSimMessage;
18 class DtSimLocalEntity;
19 
43 {
44 
45 public:
46 
50  DtSimManager* simManager,
51  DtComponentDescriptor* desc = 0,
52  DtReaderWriterRegistry* parentRegistry = 0);
53 
55  virtual ~DtAirVehicleSetController();
56 
59  virtual const char* type() const;
60 
61  virtual void processSetAltitude(DtSimMessage* msg);
62 
63  virtual void processSetHeading(DtSimMessage* msg);
64 
69  virtual void setLocation(DtVector geocentricLocation, bool& dataAvailable);
70 
71  virtual void setHeading(DtReal heading);
72 
76  static DtSimComponent * creator(const DtString& name,
77  DtVrfObject* owner,
78  DtSimManager* simManager,
79  DtComponentDescriptor* desc = 0,
80  DtReaderWriterRegistry* parentRegistry = 0);
81 
82 protected:
86 
89 
93 
94 protected:
95 };
96 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)