Show / Hide Table of Contents

Class Tachometer

Inheritance
Object
Tachometer
Implements
IDisposable
ISendable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib.Counters
Assembly: WPILibSharp.dll
Syntax
public class Tachometer : IDisposable, ISendable

Constructors

| Improve this Doc View Source

Tachometer(IDigitalSource)

Declaration
public Tachometer(IDigitalSource source)
Parameters
Type Name Description
IDigitalSource source

Properties

| Improve this Doc View Source

EdgesPerRevolution

Declaration
public int EdgesPerRevolution { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Frequency

Declaration
public Frequency Frequency { get; }
Property Value
Type Description
UnitsNet.Frequency
| Improve this Doc View Source

MaxPeriod

Declaration
public TimeSpan MaxPeriod { set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

Period

Declaration
public TimeSpan Period { get; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

RotationalSpeed

Declaration
public RotationalSpeed RotationalSpeed { get; }
Property Value
Type Description
UnitsNet.RotationalSpeed
| Improve this Doc View Source

SamplesToAverage

Declaration
public int SamplesToAverage { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Stopped

Declaration
public bool Stopped { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

UpdateWhenEmpty

Declaration
public bool UpdateWhenEmpty { set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Type Name Description
ISendableBuilder builder

Implements

IDisposable
ISendable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet