MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
timer_fwd.h
Go to the documentation of this file.
1 
6 #pragma once
7 
12 #ifdef __cplusplus
13 struct MblMwTimer;
14 #else
15 typedef struct MblMwTimer MblMwTimer;
16 #endif
17 
23 typedef void (*MblMwFnTimerPtr)(void *context, MblMwTimer* timer);
struct MblMwTimer MblMwTimer
On board timer that periodically fires events.
Definition: timer_fwd.h:15
void(* MblMwFnTimerPtr)(void *context, MblMwTimer *timer)
Definition for callback functions that accept an MblMwTimer pointer.
Definition: timer_fwd.h:23