Class Compressor
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(ICompressor))]
public static class Compressor
Methods
|
Improve this Doc
View Source
CheckModule(Int32)
Declaration
public static int CheckModule(int module)
Parameters
Type |
Name |
Description |
Int32 |
module |
|
Returns
|
Improve this Doc
View Source
Get(Int32)
Declaration
public static int Get(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetClosedLoopControl(Int32)
Declaration
public static int GetClosedLoopControl(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetCurrent(Int32)
Declaration
public static double GetCurrent(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetCurrentTooHighFault(Int32)
Declaration
public static int GetCurrentTooHighFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetCurrentTooHighStickyFault(Int32)
Declaration
public static int GetCurrentTooHighStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetNotConnectedFault(Int32)
Declaration
public static int GetNotConnectedFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetNotConnectedStickyFault(Int32)
Declaration
public static int GetNotConnectedStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetPressureSwitch(Int32)
Declaration
public static int GetPressureSwitch(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetShortedFault(Int32)
Declaration
public static int GetShortedFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
GetShortedStickyFault(Int32)
Declaration
public static int GetShortedStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
Initialize(Int32)
Declaration
public static int Initialize(int module)
Parameters
Type |
Name |
Description |
Int32 |
module |
|
Returns
|
Improve this Doc
View Source
SetClosedLoopControl(Int32, Int32)
Declaration
public static void SetClosedLoopControl(int compressorHandle, int value)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Int32 |
value |
|