Interface ICompressor
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface ICompressor
Methods
|
Improve this Doc
View Source
HAL_CheckCompressorModule(Int32)
Declaration
int HAL_CheckCompressorModule(int module)
Parameters
Type |
Name |
Description |
Int32 |
module |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressor(Int32)
Declaration
int HAL_GetCompressor(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorClosedLoopControl(Int32)
Declaration
int HAL_GetCompressorClosedLoopControl(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorCurrent(Int32)
Declaration
double HAL_GetCompressorCurrent(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorCurrentTooHighFault(Int32)
Declaration
int HAL_GetCompressorCurrentTooHighFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorCurrentTooHighStickyFault(Int32)
Declaration
int HAL_GetCompressorCurrentTooHighStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorNotConnectedFault(Int32)
Declaration
int HAL_GetCompressorNotConnectedFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorNotConnectedStickyFault(Int32)
Declaration
int HAL_GetCompressorNotConnectedStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorPressureSwitch(Int32)
Declaration
int HAL_GetCompressorPressureSwitch(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorShortedFault(Int32)
Declaration
int HAL_GetCompressorShortedFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_GetCompressorShortedStickyFault(Int32)
Declaration
int HAL_GetCompressorShortedStickyFault(int compressorHandle)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Returns
|
Improve this Doc
View Source
HAL_InitializeCompressor(Int32)
Declaration
[StatusCheckRange(0, typeof(StatusHandling), "CompressorStatusCheck")]
int HAL_InitializeCompressor(int module)
Parameters
Type |
Name |
Description |
Int32 |
module |
|
Returns
|
Improve this Doc
View Source
HAL_SetCompressorClosedLoopControl(Int32, Int32)
Declaration
void HAL_SetCompressorClosedLoopControl(int compressorHandle, int value)
Parameters
Type |
Name |
Description |
Int32 |
compressorHandle |
|
Int32 |
value |
|