![]() |
Papageno
An Advanced Pattern Matching Library
|
#include "ppg_signals.h"Go to the source code of this file.
Data Structures | |
| struct | PPG_Signal_Callback |
| The PPG_Signal_Callback_Fun struct groups use callback information in an object oriented fashion (functor). More... | |
Typedefs | |
| typedef void(* | PPG_Signal_Callback_Fun )(PPG_Signal_Id signal_id, void *user_data) |
| Function type of signal callback functions. More... | |
| typedef void(* PPG_Signal_Callback_Fun)(PPG_Signal_Id signal_id, void *user_data) |
Function type of signal callback functions.
| signal_id | |
| user_data | Optional user data. |
1.8.6