FGPID Class Reference

#include <FGPID.h>

Inherits FGFCSComponent.

List of all members.


Detailed Description

Configuration Format:

<pid name="{string}">
  <kp> {number} </kp>
  <ki> {number} </ki>
  <kd> {number} </kd>
  <trigger> {string} </trigger>
</pid>

Configuration Parameters:

  kp      - Proportional constant, default value 0.
  ki      - Integrative constant, default value 0.
  kd      - Derivative constant, default value 0.
  trigger - Property which is used to sense wind-up, optional.

Author:
Jon S. Berndt
Version:
Revision
1.8

Definition at line 98 of file FGPID.h.


Public Member Functions

 FGPID (FGFCS *fcs, Element *element)
void ResetPastStates (void)
bool Run (void)

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

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