#include <FGFCSFunction.h>
Inherits FGFCSComponent.
<fcs_function name="Windup Trigger"> [<input> [-]property </input>] <function> ... </function> [<clipto> <min> {[-]property name | value} </min> <max> {[-]property name | value} </max> </clipto>] [<output> {property} </output>] </ fcs_function >
The function definition itself can include a nested series of products, sums, quotients, etc. as well as trig and other math functions. Here's an example of a function (from an aero specification):
<function name="aero/coefficient/CDo"> <description>Drag_at_zero_lift</description> <product> <property>aero/qbar-psf</property> <property>metrics/Sw-sqft</property> <table> <independentVar>velocities/mach</independentVar> <tableData> 0.0000 0.0220 0.2000 0.0200 0.6500 0.0220 0.9000 0.0240 0.9700 0.0500 </tableData> </table> </product> </function>
Definition at line 115 of file FGFCSFunction.h.
Public Member Functions | |
| FGFCSFunction (FGFCS *fcs, Element *element) | |
| bool | Run (void) |
1.5.5