MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Classes | |
interface | IRouteBranchEnd |
Route element for enforcing that users call To or Index(int) immediately after a terminating branch More... | |
interface | IRouteComponent |
Component in a route definition More... | |
interface | IRouteMulticast |
Route element for enforcing that users call To immediately after declaring a multicast More... | |
interface | IRouteSplit |
RouteComponent for enforcing that users call Index(int) immediately after splitting data More... | |
Enumerations | |
enum | Function1 { AbsValue, Rms, Rss, Sqrt } |
1 operand functions that operate on sensor or processor data More... | |
enum | Function2 { Add, Multiply, Divide, Modulus, Exponent, LeftShift, RightShift, Subtract, Constant } |
2 operand functions that operate on sensor or processor data More... | |
enum | Passthrough { All, Conditional, Count } |
Operation modes for the passthrough limiter More... | |
enum | ComparisonOutput { ComparisonOutput.Absolute, ComparisonOutput.PassFail, ComparisonOutput.Reference, ComparisonOutput.Zone } |
Output modes for the comparison filter, only supported by firmware v1.2.3 or higher More... | |
enum | Comparison { Eq, Neq, Lt, Lte, Gt, Gte } |
Supported comparison operations More... | |
enum | Pulse { Pulse.Width, Pulse.Area, Pulse.Peak, Pulse.OnDetect } |
Output types of the pulse finder More... | |
enum | Threshold { Threshold.Absolute, Threshold.Binary } |
Output modes for the threshold filter More... | |
enum | Differential { Differential.Absolute, Differential.Differential, Differential.Binary } |
Output modes for the differential filter More... | |
enum | AccountType { AccountType.Count, AccountType.Time } |
Types of information the accounter processor can append to the data More... | |
|
strong |
Types of information the accounter processor can append to the data
Enumerator | |
---|---|
Count | Append a looping counter to all data. This counter is accessed by calling IData.Extra<T> with the
|
Time | Extra information used to calculate actual timestamps for streamed data |
|
strong |
Supported comparison operations
|
strong |
Output modes for the comparison filter, only supported by firmware v1.2.3 or higher
|
strong |
|
strong |
1 operand functions that operate on sensor or processor data
|
strong |
2 operand functions that operate on sensor or processor data
|
strong |
Operation modes for the passthrough limiter
|
strong |
|
strong |