MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Forward declaration of the MblMwDataLogger type. More...
Go to the source code of this file.
Typedefs | |
typedef struct MblMwDataLogger | MblMwDataLogger |
Logs data from an MblMwDataSignal type letting users retrieve the data at a later time. | |
typedef void(* | MblMwFnDataLoggerPtr) (void *context, MblMwDataLogger *logger) |
Definition for callback functions that accept an MblMwDataLogger pointer. More... | |
Forward declaration of the MblMwDataLogger type.
typedef void(* MblMwFnDataLoggerPtr) (void *context, MblMwDataLogger *logger) |
Definition for callback functions that accept an MblMwDataLogger pointer.
context | Pointer to the context the enclosing function was called with |
timer | Timer to be used with the function |