Show / Hide Table of Contents

Class AnalogGyro

Inheritance
Object
GyroBase
AnalogGyro
Implements
IGyro
IDisposable
ISendable
Inherited Members
GyroBase.ISendable.InitSendable(ISendableBuilder)
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 class AnalogGyro : GyroBase, IGyro, IDisposable, ISendable

Constructors

| Improve this Doc View Source

AnalogGyro(Int32, Int32, Double)

Declaration
public AnalogGyro(int channel, int center = 0, double offset = 0)
Parameters
Type Name Description
Int32 channel
Int32 center
Double offset
| Improve this Doc View Source

AnalogGyro(AnalogInput, Int32, Double)

Declaration
public AnalogGyro(AnalogInput input, int center = 0, double offset = 0)
Parameters
Type Name Description
AnalogInput input
Int32 center
Double offset

Fields

| Improve this Doc View Source

m_analogInput

Declaration
protected readonly AnalogInput m_analogInput
Field Value
Type Description
AnalogInput

Properties

| Improve this Doc View Source

Angle

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

Center

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

Deadband

Declaration
public ElectricPotential Deadband { set; }
Property Value
Type Description
UnitsNet.ElectricPotential
| Improve this Doc View Source

Offset

Declaration
public double Offset { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

Rate

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

Sensitivity

Declaration
public double Sensitivity { set; }
Property Value
Type Description
Double

Methods

| Improve this Doc View Source

Calibrate()

Declaration
public override void Calibrate()
Overrides
GyroBase.Calibrate()
| Improve this Doc View Source

Dispose()

Declaration
public override void Dispose()
Overrides
GyroBase.Dispose()
| Improve this Doc View Source

Reset()

Declaration
public override void Reset()
Overrides
GyroBase.Reset()

Implements

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