MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Forward declaration for the MblMwDataProcessor type. More...
Go to the source code of this file.
Typedefs | |
typedef struct MblMwDataProcessor | MblMwDataProcessor |
Data signal from the on board data processor. More... | |
typedef void(* | MblMwFnDataProcessor) (void *context, MblMwDataProcessor *processor) |
Definition for callback functions that accept an MblMwDataProcessor pointer. More... | |
Forward declaration for the MblMwDataProcessor type.
typedef struct MblMwDataProcessor MblMwDataProcessor |
Data signal from the on board data processor.
An MblMwDataProcessor pointer can be casted as an MblMwDataSignal pointer and used with any function tht accepts an MblMwdDataSignal.
typedef void(* MblMwFnDataProcessor) (void *context, MblMwDataProcessor *processor) |
Definition for callback functions that accept an MblMwDataProcessor pointer.
context | Pointer to the context the enclosing function was called with |
processor | Processor to be used with the function |