Show / Hide Table of Contents

Class AnalogGyro

Inheritance
Object
AnalogGyro
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IAnalogGyro))]
public static class AnalogGyro

Methods

| Improve this Doc View Source

Calibrate(Int32)

Declaration
public static void Calibrate(int handle)
Parameters
Type Name Description
Int32 handle
| Improve this Doc View Source

Free(Int32)

Declaration
public static void Free(int handle)
Parameters
Type Name Description
Int32 handle
| Improve this Doc View Source

GetAngle(Int32)

Declaration
public static double GetAngle(int handle)
Parameters
Type Name Description
Int32 handle
Returns
Type Description
Double
| Improve this Doc View Source

GetCenter(Int32)

Declaration
public static int GetCenter(int handle)
Parameters
Type Name Description
Int32 handle
Returns
Type Description
Int32
| Improve this Doc View Source

GetOffset(Int32)

Declaration
public static double GetOffset(int handle)
Parameters
Type Name Description
Int32 handle
Returns
Type Description
Double
| Improve this Doc View Source

GetRate(Int32)

Declaration
public static double GetRate(int handle)
Parameters
Type Name Description
Int32 handle
Returns
Type Description
Double
| Improve this Doc View Source

Initialize(Int32)

Declaration
public static int Initialize(int handle)
Parameters
Type Name Description
Int32 handle
Returns
Type Description
Int32
| Improve this Doc View Source

Reset(Int32)

Declaration
public static void Reset(int handle)
Parameters
Type Name Description
Int32 handle
| Improve this Doc View Source

SetDeadband(Int32, Double)

Declaration
public static void SetDeadband(int handle, double volts)
Parameters
Type Name Description
Int32 handle
Double volts
| Improve this Doc View Source

SetParameters(Int32, Double, Double, Int32)

Declaration
public static void SetParameters(int handle, double voltsPerDegreePerSecond, double offset, int center)
Parameters
Type Name Description
Int32 handle
Double voltsPerDegreePerSecond
Double offset
Int32 center
| Improve this Doc View Source

Setup(Int32)

Declaration
public static void Setup(int handle)
Parameters
Type Name Description
Int32 handle
| Improve this Doc View Source

SetVoltsPerDegreePerSecond(Int32, Double)

Declaration
public static void SetVoltsPerDegreePerSecond(int handle, double voltsPerDegreePerSecond)
Parameters
Type Name Description
Int32 handle
Double voltsPerDegreePerSecond
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet