Show / Hide Table of Contents

Class ChannelTrigno

A base trigno channel.

Inheritance
System.Object
Channel
ChannelTrigno
ChannelTrignoAnalog
ChannelTrignoImAcc
ChannelTrignoImGyro
ChannelTrignoImMagnetometer
ChannelTrignoLegacyAcc
Inherited Members
Channel.FrameInterval
Channel.Name
Channel.Type
Channel.MaxValue
Channel.MinValue
Channel.SamplesPerFrame
Channel.SampleSize
Channel.SampleRate
Channel.NativeSampleRate
Channel.Unit
Channel.IsBound
Channel.Id
Channel.Samples
Channel.LostFrameFlag
Channel.ScaledSamples
Channel.AddSample(Double)
Channel.AddLostFrameFlag(Boolean)
Channel.ScaleSamples()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Channels.Trigno
Assembly: DelsysAPI.dll
Syntax
public abstract class ChannelTrigno : Channel

Constructors

ChannelTrigno(Int32, Int32, Units)

Declaration
protected ChannelTrigno(int samplesPerFrame, int sampleSize, Units unit)
Parameters
Type Name Description
System.Int32 samplesPerFrame
System.Int32 sampleSize
Units unit

Methods

GetScaledSample(Double)

Declaration
public override double GetScaledSample(double sample)
Parameters
Type Name Description
System.Double sample
Returns
Type Description
System.Double
Overrides
Channel.GetScaledSample(Double)
Back to top Generated by DocFX