![]() |
Papageno
An Advanced Pattern Matching Library
|
#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | PPG_INPUTS(...) |
| Auxiliary macro to simplify passing input arrays to functions such as ppg_cluster or ppg_chord. More... | |
Typedefs | |
| typedef uint8_t | PPG_Input_Id |
| The type used as input identifier. More... | |
| #define PPG_INPUTS | ( | ... | ) |
Auxiliary macro to simplify passing input arrays to functions such as ppg_cluster or ppg_chord.
| ... | The array members |
| typedef uint8_t PPG_Input_Id |
The type used as input identifier.
This type is used as an identifier for inputs. Inputs must be numbered contiguously.
1.8.6