MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
anonymous_datasignal.h
Go to the documentation of this file.
1 
6 #pragma once
7 
9 
11 #include "data.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
29 
30 #ifdef __cplusplus
31 }
32 #endif
METAWEAR_API void mbl_mw_anonymous_datasignal_subscribe(MblMwAnonymousDataSignal *signal, void *context, MblMwFnData data_handler)
Subscribe to the data produced by the signal.
Functions and types for data received from an MblMwDataSignal.
Macros for identifying exported functions.
METAWEAR_API const char * mbl_mw_anonymous_datasignal_get_identifier(const MblMwAnonymousDataSignal *signal)
Generates a string identifying the data chain the anonymous data signal is receiving data from...
void(* MblMwFnData)(void *context, const MblMwData *data)
Definition for callback functions that handle data from an MblMwDataSignal.
Definition: data.h:51
Forward declaration for the MblMwAnonymousDataSignal type.
#define METAWEAR_API
Indicates the function should be exported to the symbol table.
Definition: dllmarker.h:27
struct MblMwAnonymousDataSignal MblMwAnonymousDataSignal
A variant of an MblMwDataLogger object, used to retrieve logged data from a board that was not progra...
Definition: anonymous_datasignal_fwd.h:17