Class AnalogGyro
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
|
Improve this Doc
View Source
GetCenter(Int32)
Declaration
public static int GetCenter(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
Returns
|
Improve this Doc
View Source
GetOffset(Int32)
Declaration
public static double GetOffset(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
Returns
|
Improve this Doc
View Source
GetRate(Int32)
Declaration
public static double GetRate(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
Returns
|
Improve this Doc
View Source
Initialize(Int32)
Declaration
public static int Initialize(int handle)
Parameters
Type |
Name |
Description |
Int32 |
handle |
|
Returns
|
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
|
Improve this Doc
View Source
SetParameters(Int32, Double, Double, Int32)
Declaration
public static void SetParameters(int handle, double voltsPerDegreePerSecond, double offset, int center)
Parameters
|
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 |
|