|
MetaWear C++ API
0.18.0
C++ implementation of the MetaWear protocol
|
Forward declaration of the MblMwTimer type. More...
Go to the source code of this file.
Typedefs | |
| typedef struct MblMwTimer | MblMwTimer |
| On board timer that periodically fires events. More... | |
| typedef void(* | MblMwFnTimerPtr) (void *context, MblMwTimer *timer) |
| Definition for callback functions that accept an MblMwTimer pointer. More... | |
Forward declaration of the MblMwTimer type.
| typedef void(* MblMwFnTimerPtr) (void *context, MblMwTimer *timer) |
Definition for callback functions that accept an MblMwTimer pointer.
| context | Pointer to the context the enclosing function was called with |
| timer | Timer to be used with the function |
| typedef struct MblMwTimer MblMwTimer |
On board timer that periodically fires events.
An MblMwTimer pointer can be casted as an MblMwEvent pointer and used with any function that accepts an MblMwEvent pointer.
1.8.14