MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
Typedefs
anonymous_datasignal_fwd.h File Reference

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...
 

Detailed Description

Forward declaration for the MblMwAnonymousDataSignal type.

Typedef Documentation

◆ MblMwFnAnonSignalArray

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.

Parameters
contextPointer to the context the enclosing function was called with
boardBoard pointer to be used with the function
anonymous_signalsArray of MblMwAnonymousDataSignal pointers
sizeNumber of elements in the array