30#ifndef FGMODELFUNCTIONS_H
31#define FGMODELFUNCTIONS_H
Represents a mathematical function.
FGJSBBase()
Constructor for FGJSBBase.
The model functions class provides the capability for loading, storing, and executing arbitrary funct...
std::vector< FGFunction * > PreFunctions
std::string GetFunctionValues(const std::string &delimeter) const
Gets the function values.
std::vector< FGFunction * > PostFunctions
std::string GetFunctionStrings(const std::string &delimeter) const
Gets the strings for the current set of functions.
FGPropertyReader LocalProperties
void RunPostFunctions(void)
void PostLoad(Element *el, FGFDMExec *fdmex, std::string prefix="")
bool Load(Element *el, FGFDMExec *fdmex, std::string prefix="")
virtual bool InitModel(void)
void RunPreFunctions(void)
FGFunction * GetPreFunction(const std::string &name)
Get one of the "pre" function.
void PreLoad(Element *el, FGFDMExec *fdmex, std::string prefix="")
virtual ~FGModelFunctions()