MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Forward declaration for the MblMwAnonymousDataSignal type. More...
#include "metawearboard_fwd.h"
Go to the source code of this file.
Typedefs | |
typedef struct MblMwAnonymousDataSignal | MblMwAnonymousDataSignal |
A variant of an MblMwDataLogger object, used to retrieve logged data from a board that was not programmed by the current host device. | |
typedef void(* | MblMwFnAnonSignalArray) (void *context, MblMwMetaWearBoard *board, MblMwAnonymousDataSignal **anonymous_signals, uint32_t size) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer, MblMwAnonymousDataSignal double pointers, and an uint32 value. More... | |
Forward declaration for the MblMwAnonymousDataSignal type.
typedef void(* MblMwFnAnonSignalArray) (void *context, MblMwMetaWearBoard *board, MblMwAnonymousDataSignal **anonymous_signals, uint32_t size) |
Definition for callback functions that accept an MblMwMetaWearBoard pointer, MblMwAnonymousDataSignal double pointers, and an uint32 value.
context | Pointer to the context the enclosing function was called with |
board | Board pointer to be used with the function |
anonymous_signals | Array of MblMwAnonymousDataSignal pointers |
size | Number of elements in the array |