Show / Hide Table of Contents

Class GyroBase

Inheritance
Object
GyroBase
AnalogGyro
Implements
IGyro
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
Assembly: WPILibSharp.dll
Syntax
public abstract class GyroBase : IGyro, IDisposable, ISendable

Properties

| Improve this Doc View Source

Angle

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

Rate

Declaration
public abstract RotationalSpeed Rate { get; }
Property Value
Type Description
UnitsNet.RotationalSpeed

Methods

| Improve this Doc View Source

Calibrate()

Declaration
public abstract void Calibrate()
| Improve this Doc View Source

Dispose()

Declaration
public abstract void Dispose()
| Improve this Doc View Source

Reset()

Declaration
public abstract void Reset()

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

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

Implements

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