MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
src
metawear
core
metawearboard_fwd.h
Go to the documentation of this file.
1
7
#pragma once
8
9
#include <stdint.h>
10
14
#ifdef __cplusplus
15
struct
MblMwMetaWearBoard
;
16
#else
17
typedef
struct
MblMwMetaWearBoard
MblMwMetaWearBoard
;
18
#endif
19
26
typedef
void(*
MblMwFnBoardPtrInt
)(
void
*context,
MblMwMetaWearBoard
* board, int32_t value);
31
typedef
void(*
MblMwFnBoardPtr
)(
const
MblMwMetaWearBoard
* board);
MblMwMetaWearBoard
struct MblMwMetaWearBoard MblMwMetaWearBoard
Software representation of a physical MetaWear board.
Definition:
metawearboard_fwd.h:17
MblMwFnBoardPtr
void(* MblMwFnBoardPtr)(const MblMwMetaWearBoard *board)
Definition for callback functions that accept an MblMwMetaWearBoard pointer.
Definition:
metawearboard_fwd.h:31
MblMwFnBoardPtrInt
void(* MblMwFnBoardPtrInt)(void *context, MblMwMetaWearBoard *board, int32_t value)
Definition for callback functions that accept an MblMwMetaWearBoard pointer and an int32.
Definition:
metawearboard_fwd.h:26
Generated by
1.9.0