MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
logging_fwd.h
Go to the documentation of this file.
1 
6 #pragma once
7 
11 #ifdef __cplusplus
12 struct MblMwDataLogger;
13 #else
14 typedef struct MblMwDataLogger MblMwDataLogger;
15 #endif
16 
22 typedef void(*MblMwFnDataLoggerPtr)(void *context, MblMwDataLogger* logger);
struct MblMwDataLogger MblMwDataLogger
Logs data from an MblMwDataSignal type letting users retrieve the data at a later time.
Definition: logging_fwd.h:14
void(* MblMwFnDataLoggerPtr)(void *context, MblMwDataLogger *logger)
Definition for callback functions that accept an MblMwDataLogger pointer.
Definition: logging_fwd.h:22