|
enum | crcMode { CRC8
, CRC16
, CRC32
} |
| Enumeration with all the supported cyclic redundancy checks. More...
|
|
enum | interp1Method {
INTERP1_NEXT
, INTERP1_PREVIOUS
, INTERP1_NEAREST
, INTERP1_LINEAR
,
INTERP1_SINE
, INTERP1_CUBIC
, INTERP1_HERMITE
, INTERP1_SPLINE
,
INTERP1_CONSTRAINED_SPLINE
} |
| An enum with all the available interpolation methods. More...
|
|
enum | ltisysType { LTISYS_TYPE_UNKNOWN
, LTISYS_TYPE_CONTINUOUS
, LTISYS_TYPE_DISCRETE
} |
| All the possible natures of a LTI system. More...
|
|
enum | matSpecial { MAT_ZERO
, MAT_IDENTITY
, MAT_ALL
, MAT_MAGIC
} |
|
enum | integrationMethod { INTEGRATION_RECTANGULAR
, INTEGRATION_TRAPEZOIDAL
, INTEGRATION_SIMPSON
, INTEGRATION_QUADRATIC
} |
| An enum with all the available integration methods. More...
|
|
enum | derivationMethod { DERIVATION_2POINTS
, DERIVATION_BACKWARD
, DERIVATION_FORWARD
} |
| An enum with all the available derivation methods. More...
|
|
enum class | pidMode { pidMode::PID_AUTOMATIC
, pidMode::PID_MANUAL
} |
| Enumeration class with the operational modes for the PID controller. More...
|
|
enum class | pidType { pidType::PID_TYPE_P
, pidType::PID_TYPE_PI
, pidType::PID_TYPE_PD
, pidType::PID_TYPE_PID
} |
| Enumeration class with the operational modes for the PID controller. More...
|
|
enum class | pidDirection { pidDirection::PID_FORWARD
, pidDirection::PID_BACKWARD
} |
| Direction modes of the PID controller. More...
|
|
|
const fp16 | FP_E |
| e The base of natural logarithms as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_LOG2E |
| log2(e) The base 2 logarithm of e as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_LOG10E |
| log10(e) The base 10 logarithm of e as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_LN2 |
| ln(2) The natural logarithm of 2 as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_LN10 |
| ln(10) The natural logarithm of 10 as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_PI |
| pi The circumference of a circle with diameter 1 as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_PI_2 |
| pi/2 Half of pi as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_PI_4 |
| pi/4 A quarter of pi as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_1_PI |
| 1/pi The inverse of pi as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_2_PI |
| 2/pi Twice the inverse of pi as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_2_SQRTPI |
| 2/sqrt (pi) The inverse of the square root of pi as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_SQRT2 |
| sqrt(2) The square root of 2 as a Fixed-point Q16.16 value.
|
|
const fp16 | FP_SQRT1_2 |
| 1/sqrt (2) The inverse of the square root of 2 as a Fixed-point Q16.16 value.
|
|
The qLibs++ library namespace.