VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateAntiAirController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
14 
15 
27 {
28 public:
31  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36 
37 private:
40 
43 
44 public:
45  virtual const char* type() const;
46 
48  virtual bool init();
49 
51  virtual void preFirstTickInit();
52 
55 
57  static DtReaderWriter* provideMaxAltitude(void* ctrlr);
59 
61  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
62  DtSimManager * simManager, DtComponentDescriptor* desc,
63  DtReaderWriterRegistry * parentRegistry);
64 
65 protected:
66  virtual const DtAggregateAntiAirControllerDescriptor* getAirDescriptor();
67 
69 };
70 

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)