Inherits FGXMLAutopilot::DigitalFilterImplementation.
|
| bool | configure (SGPropertyNode &cfg_node, const std::string &cfg_name, SGPropertyNode &prop_root) |
| |
Definition at line 120 of file digitalfilter.cxx.
◆ MovingAverageFilterImplementation()
| MovingAverageFilterImplementation::MovingAverageFilterImplementation |
( |
| ) |
|
◆ collectDependentProperties()
| virtual void FGXMLAutopilot::MovingAverageFilterImplementation::collectDependentProperties |
( |
std::set< const SGPropertyNode * > & | props | ) |
const |
|
inlinevirtual |
◆ compute()
| double MovingAverageFilterImplementation::compute |
( |
double | dt, |
|
|
double | input ) |
|
virtual |
◆ configure()
| bool MovingAverageFilterImplementation::configure |
( |
SGPropertyNode & | cfg_node, |
|
|
const std::string & | cfg_name, |
|
|
SGPropertyNode & | prop_root ) |
|
protectedvirtual |
◆ initialize()
| void MovingAverageFilterImplementation::initialize |
( |
double | initvalue | ) |
|
|
virtual |
◆ _inputQueue
| std::deque<double> FGXMLAutopilot::MovingAverageFilterImplementation::_inputQueue |
|
protected |
◆ _output_1
| double FGXMLAutopilot::MovingAverageFilterImplementation::_output_1 |
|
protected |
◆ _samplesInput
| simgear::ValueList FGXMLAutopilot::MovingAverageFilterImplementation::_samplesInput |
|
protected |
The documentation for this class was generated from the following file: