VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
29 public:
32  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37 
38 private:
41 
44 
45 public:
46  virtual const char* type() const;
47 
49  virtual bool init();
50 
52  virtual void preFirstTickInit();
53 
56 
58  static DtReaderWriter* provideMaxAltitude(void* ctrlr);
60 
62  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
63  DtSimManager * simManager, DtComponentDescriptor* desc,
64  DtReaderWriterRegistry * parentRegistry);
65 
66 protected:
67  virtual const DtAggregateAntiAirControllerDescriptor* getAirDescriptor();
68 
70 };
71 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual bool init()
Register the attribute provider functions.
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtAggregateReleaseBombController & operator=(const DtAggregateReleaseBombController &orig)
Not implemented.
virtual const char * type() const
This returns a string from compTypes.h, and identifies the type of component.
Definition: readerWriter.h:85
const DtAggregateAntiAirControllerDescriptor * myAntiAirDesc
Definition: aggregateAntiAirController.h:69
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
This controller supports the use of Indirect-Fire-Power state properties for a specific weapon by the...
Definition: aggregateReleaseBombController.h:23
Definition: readerWriterRegistry.h:39
DtAggregateAntiAirControllerDescriptor is a DtComponentDescriptor that has additional information nee...
Definition: aggregateAntiAirControllerDescriptor.h:19
This controller supports the use of Indirect-Fire-Power state properties for a specific weapon by the...
Definition: aggregateAntiAirController.h:26
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc, DtReaderWriterRegistry *parentRegistry)
This is called by the factory.
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
virtual void preFirstTickInit()
Get values from the descriptor and copy them into the entity's Indirect-Fire-Power Properties structu...

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)