FGFCSComponent Class Reference

#include <FGFCSComponent.h>

Inherits FGJSBBase.

Inherited by FGActuator, FGDeadBand, FGFCSFunction, FGFilter, FGGain, FGGradient, FGKinemat, FGPID, FGSensor, FGSummer, and FGSwitch.

List of all members.


Detailed Description

The Flight Control System (FCS) for JSBSim consists of the FCS container class (see FGFCS), the FGFCSComponent base class, and the component classes from which can be constructed a string, or channel. See:

Author:
Jon S. Berndt
Version:
Id
FGFCSComponent.h,v 1.10 2008/07/22 02:42:18 jberndt Exp
See also:
Documentation for the FGFCS class, and for the configuration file class

Definition at line 91 of file FGFCSComponent.h.


Public Member Functions

 FGFCSComponent (FGFCS *fcs, Element *el)
 Constructor.
string GetName (void) const
double GetOutput (void) const
FGPropertyManagerGetOutputNode (void)
virtual double GetOutputPct (void) const
string GetType (void) const
virtual bool Run (void)
virtual void SetOutput (void)
virtual ~FGFCSComponent ()
 Destructor.

Protected Member Functions

virtual void bind ()
void Clip (void)
virtual void Debug (int from)

Protected Attributes

bool clip
double clipmax
FGPropertyManagerClipMaxPropertyNode
float clipMaxSign
double clipmin
FGPropertyManagerClipMinPropertyNode
float clipMinSign
FGFCSfcs
double Input
vector< FGPropertyManager * > InputNodes
vector< float > InputSigns
bool IsOutput
string Name
double Output
FGPropertyManagerOutputNode
FGPropertyManagerPropertyManager
FGPropertyManagertreenode
string Type

The documentation for this class was generated from the following files:

Generated on Tue May 26 00:55:10 2009 for JSBSim Flight Dynamics Model by  doxygen 1.5.5