VR-Forces 4.7 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 
82 protected:
86 
89 
93 
94 protected:
96  virtual void initializeSetsToRegister();
97 };
98 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)