MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Core.IDataProcessor Interface Reference

Firmware feature that manipulates data on-board More...

Inheritance diagram for MbientLab.MetaWear.Core.IDataProcessor:
MbientLab.MetaWear.IModule

Public Member Functions

Edit< T > (string name)
 Edits a data processor More...
 
IForcedDataProducer State (string name)
 Gets a IForcedDataProducer representing the processor's internal state More...
 

Detailed Description

Firmware feature that manipulates data on-board

Member Function Documentation

◆ Edit< T >()

T MbientLab.MetaWear.Core.IDataProcessor.Edit< T > ( string  name)

Edits a data processor

Template Parameters
TType to cast the returned object as
Parameters
nameProcessor name to look up, set by IRouteComponent.Name(string)
Returns
Editor object to modify the processor
Type Constraints
T :class 
T :IEditor 

◆ State()

IForcedDataProducer MbientLab.MetaWear.Core.IDataProcessor.State ( string  name)

Gets a IForcedDataProducer representing the processor's internal state

Parameters
nameProcessor name to look up, set by IRouteComponent.Name(string)
Returns
Data producer object, null if the processor does not have an internal state

The documentation for this interface was generated from the following file: