MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Forward declarations for the MblMwMetaWearBoard type. More...
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef struct MblMwMetaWearBoard | MblMwMetaWearBoard |
Software representation of a physical MetaWear board. | |
typedef void(* | MblMwFnBoardPtrInt) (void *context, MblMwMetaWearBoard *board, int32_t value) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer and an int32. More... | |
typedef void(* | MblMwFnBoardPtr) (const MblMwMetaWearBoard *board) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer. More... | |
Forward declarations for the MblMwMetaWearBoard type.
typedef void(* MblMwFnBoardPtr) (const MblMwMetaWearBoard *board) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer.
board | Board pointer to be used with the function |
typedef void(* MblMwFnBoardPtrInt) (void *context, MblMwMetaWearBoard *board, int32_t value) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer and an int32.
context | Pointer to the context the enclosing function was called with |
board | Board pointer to be used with the function |
value | Additional value passed to the function for context specific callbacks |