Class AnalogAccumulator
Inheritance
AnalogAccumulator
Assembly: WPILibSharp.dll
Syntax
public class AnalogAccumulator
Constructors
|
Improve this Doc
View Source
Declaration
public AnalogAccumulator(AnalogInput analogInput)
Parameters
Properties
|
Improve this Doc
View Source
Center
Declaration
public int Center { set; }
Property Value
|
Improve this Doc
View Source
Count
Declaration
public long Count { get; }
Property Value
|
Improve this Doc
View Source
Deadband
Declaration
public int Deadband { set; }
Property Value
|
Improve this Doc
View Source
InitialValue
Declaration
public long InitialValue { set; }
Property Value
|
Improve this Doc
View Source
Output
Declaration
public AnalogAccumulator.AccumulatorOutput Output { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public long Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
Reset()
Declaration