MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
Typedefs
dataprocessor_fwd.h File Reference

Forward declaration for the MblMwDataProcessor type. More...

Go to the source code of this file.

Typedefs

typedef struct MblMwDataProcessor MblMwDataProcessor
 Data signal from the on board data processor. More...
 
typedef void(* MblMwFnDataProcessor) (void *context, MblMwDataProcessor *processor)
 Definition for callback functions that accept an MblMwDataProcessor pointer. More...
 

Detailed Description

Forward declaration for the MblMwDataProcessor type.

Typedef Documentation

◆ MblMwDataProcessor

Data signal from the on board data processor.

An MblMwDataProcessor pointer can be casted as an MblMwDataSignal pointer and used with any function tht accepts an MblMwdDataSignal.

◆ MblMwFnDataProcessor

typedef void(* MblMwFnDataProcessor) (void *context, MblMwDataProcessor *processor)

Definition for callback functions that accept an MblMwDataProcessor pointer.

Parameters
contextPointer to the context the enclosing function was called with
processorProcessor to be used with the function