MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
event_fwd.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <stdint.h>
9 
13 #ifdef __cplusplus
14 struct MblMwEvent;
15 #else
16 typedef struct MblMwEvent MblMwEvent;
17 #endif
18 
25 typedef void(*MblMwFnEventPtrInt)(void *context, MblMwEvent* event, int32_t status);
void(* MblMwFnEventPtrInt)(void *context, MblMwEvent *event, int32_t status)
Definition for callback functions that accept an MblMwEvent pointer and an int32. ...
Definition: event_fwd.h:25
struct MblMwEvent MblMwEvent
Represents an event fired from the MetaWear board.
Definition: event_fwd.h:16