|
Monado OpenXR Runtime
|
Wrap integer filters for C. More...
#include "m_lowpass_integer.h"#include "m_lowpass_integer.hpp"#include "util/u_logging.h"#include <memory>
Data Structures | |
| struct | m_lowpass_integer |
Macros | |
| #define | DEFAULT_CATCH(...) |
Typedefs | |
| using | Rational64 = xrt::auxiliary::math::Rational< int64_t > |
Functions | |
| struct m_lowpass_integer * | m_lowpass_integer_create (int64_t alpha_numerator, int64_t alpha_denominator) |
| void | m_lowpass_integer_add_sample (struct m_lowpass_integer *mli, int64_t sample) |
| int64_t | m_lowpass_integer_get_state (const struct m_lowpass_integer *mli) |
| bool | m_lowpass_integer_is_initialized (const struct m_lowpass_integer *mli) |
| void | m_lowpass_integer_destroy (struct m_lowpass_integer **ptr_to_mli) |
Wrap integer filters for C.
| #define DEFAULT_CATCH | ( | ... | ) |