Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
trigger Class Reference

Hysteresis-based triggering on input data. More...

#include <trigger.h>

Public Member Functions

 trigger (float _hysteresis)
 
bool initialize (float value, bool _going_up=true)
 
bool process (float value)
 

Detailed Description

Hysteresis-based triggering on input data.

Definition at line 29 of file trigger.h.

Constructor & Destructor Documentation

◆ trigger()

trigger::trigger ( float  _hysteresis)
inline

Definition at line 32 of file trigger.h.

Member Function Documentation

◆ initialize()

bool trigger::initialize ( float  value,
bool  _going_up = true 
)
inline

Definition at line 37 of file trigger.h.

Referenced by air_density_observer::initialize().

◆ process()

bool trigger::process ( float  value)
inline

Definition at line 43 of file trigger.h.

Referenced by air_density_observer::feed_metering().


The documentation for this class was generated from the following file: