30#ifndef FGTEMPLATEFUNC_H
31#define FGTEMPLATEFUNC_H
37#include "math/FGFunction.h"
38#include "math/FGPropertyValue.h"
73 void bind(
Element*,
const std::string&)
override {}
74 FGPropertyValue_ptr var;
77typedef std::shared_ptr<FGTemplateFunc> FGTemplateFunc_ptr;
Encapsulates the JSBSim simulation executive.
Represents a mathematical function.
double GetValue(void) const override
Retrieves the value of the function object.
Class wrapper for property handling.