MetaWear C++ API  0.13.4
C++ implementation of the MetaWear protocol
Typedefs
metawearboard_fwd.h File Reference

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...
 

Detailed Description

Forward declarations for the MblMwMetaWearBoard type.

Typedef Documentation

◆ MblMwFnBoardPtrInt

typedef void(* MblMwFnBoardPtrInt) (void *context, MblMwMetaWearBoard *board, int32_t value)

Definition for callback functions that accept an MblMwMetaWearBoard pointer and an int32.

Parameters
contextPointer to the context the enclosing function was called with
boardBoard pointer to be used with the function
valueAdditional value passed to the function for context specific callbacks