VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
83  virtual void addSetDataCallbacks();
84 
85 protected:
89 
92 
96 
97 protected:
98 };
99 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)