|
MetaWear C++ API
0.18.0
C++ implementation of the MetaWear protocol
|
Functions operating on the MblMwAnonymousDataSignal object. More...
Go to the source code of this file.
Functions | |
| METAWEAR_API void | mbl_mw_anonymous_datasignal_subscribe (MblMwAnonymousDataSignal *signal, void *context, MblMwFnData data_handler) |
| Subscribe to the data produced by the signal. More... | |
| 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. More... | |
Functions operating on the MblMwAnonymousDataSignal object.
| 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.
| METAWEAR_API void mbl_mw_anonymous_datasignal_subscribe | ( | MblMwAnonymousDataSignal * | signal, |
| void * | context, | ||
| MblMwFnData | data_handler | ||
| ) |
Subscribe to the data produced by the signal.
| signal | Calling object |
| context | Pointer to additional data for the callback function |
| data_handler | Callback function to handle data received from the signal |
1.8.14