MetaWear C++ API  0.18.0
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...
 
typedef void(* MblMwFnBoardPtr) (const MblMwMetaWearBoard *board)
 Definition for callback functions that accept an MblMwMetaWearBoard pointer. More...
 

Detailed Description

Forward declarations for the MblMwMetaWearBoard type.

Typedef Documentation

◆ MblMwFnBoardPtr

typedef void(* MblMwFnBoardPtr) (const MblMwMetaWearBoard *board)

Definition for callback functions that accept an MblMwMetaWearBoard pointer.

Parameters
boardBoard pointer to be used with the function

◆ 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