X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2Ffiltersjb%2FFGFCSComponent.h;h=d6294f93b7dd12b750ec951ffdbdc7ad1ccdc757;hb=95440173caef3ce92ee7308fd58a24dabe4c5f8a;hp=9920aa5ab44446d7f69e422a4dc4b66118f0311a;hpb=8e5a884428f713257a1aea1ebce2bbb65b6cd437;p=flightgear.git diff --git a/src/FDM/JSBSim/filtersjb/FGFCSComponent.h b/src/FDM/JSBSim/filtersjb/FGFCSComponent.h index 9920aa5ab..d6294f93b 100644 --- a/src/FDM/JSBSim/filtersjb/FGFCSComponent.h +++ b/src/FDM/JSBSim/filtersjb/FGFCSComponent.h @@ -46,7 +46,6 @@ INCLUDES #include "../FGJSBBase.h" #include "../FGPropertyManager.h" - /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DEFINITIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ @@ -63,10 +62,6 @@ namespace JSBSim { class FGFCS; -/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -COMMENTS, REFERENCES, and NOTES [use "class documentation" below for API docs] -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ - /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% CLASS DOCUMENTATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ @@ -75,15 +70,15 @@ CLASS DOCUMENTATION The Flight Control System (FCS) for JSBSim consists of the FCS container class (see \URL[FGFCS]{FGFCS.html}), the FGFCSComponent base class, and the component classes from which can be constructed a string, or channel. See: - + + - FGSwitch + - FGGain + - FGKinemat + - FGFilter + - FGDeadBand + - FGSummer + - FGGradient + @author Jon S. Berndt @version $Id$ @see Documentation for the FGFCS class, and for the configuration file class