VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingLandingGearController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
11 #pragma once
12 
15 
18 
22 {
23 private:
30 public:
37  DtSimManager* simManager, DtComponentDescriptor* desc=0,
38  DtReaderWriterRegistry *parentRegistry=0);
39 
42 
44  virtual bool init();
45 
48  virtual const char* type() const;
49 
51  virtual void tick();
52 
56  static DtSimComponent* creator(const DtString& name, DtVrfObject* owner,
57  DtSimManager* simManager, DtComponentDescriptor* desc=0,
58  DtReaderWriterRegistry* parentRegistry=0);
59 
60 protected:
63 
64 };
65 
66 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
This repository holds all information that is common to all the forms of local rotary wing entities w...
Definition: rotaryWingEntityStateRepository.h:27
const DtControllerComponent & operator=(const DtControllerComponent &orig)
assignment operator
const DtRotaryWingLandingGearDescriptor * myRotWingLandingGearDescriptor
Definition: rotaryWingLandingGearController.h:62
virtual const char * type() const =0
This returns a string from compTypes.h, and identifies the type of component.
DtRotaryWingEntityStateRepository * myRotWingSR
Definition: rotaryWingLandingGearController.h:61
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual bool init()
Calls setRadio()
A DtComponentDescriptor for the DtRotaryWingLandingController component.
Definition: rotaryWingLandingGearDescriptor.h:16
virtual void tick()
This gives the thread of control to the component.
End User Description: DtControllerComponent is the base class for all controllers components...
Definition: controllerComponent.h:29
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
This component monitors the altitude of the aircraft above the ground and activates the landing light...
Definition: rotaryWingLandingGearController.h:21

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)