Class ExternalDirectionCounter
Inheritance
ExternalDirectionCounter
Assembly: WPILibSharp.dll
Syntax
public class ExternalDirectionCounter : ISendable, IDisposable
Constructors
|
Improve this Doc
View Source
ExternalDirectionCounter(IDigitalSource, IDigitalSource)
Declaration
public ExternalDirectionCounter(IDigitalSource countSource, IDigitalSource directionSource)
Parameters
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
CountSource
Declaration
public IDigitalSource CountSource { set; }
Property Value
|
Improve this Doc
View Source
DirectionSource
Declaration
public IDigitalSource DirectionSource { set; }
Property Value
|
Improve this Doc
View Source
EdgeConfiguration
Declaration
public EdgeConfiguration EdgeConfiguration { set; }
Property Value
|
Improve this Doc
View Source
ReverseDirection
Declaration
public bool ReverseDirection { set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Reset()
Declaration
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements