#include <FGDeadBand.h>
Inherits FGFCSComponent.
<deadband name="Windup Trigger"> <input> [-]property </input> <width> number </width> [<clipto> <min> {[-]property name | value} </min> <max> {[-]property name | value} </max> </clipto>] [<output> {property} </output>] </deadband>
The width value is the total deadband region within which an input will produce no output. For example, say that the width value is 2.0. If the input is between -1.0 and +1.0, the output will be zero.
Definition at line 89 of file FGDeadBand.h.
Public Member Functions | |
| FGDeadBand (FGFCS *fcs, Element *element) | |
| bool | Run (void) |
1.5.5