Show / Hide Table of Contents

Class Compressor

Inheritance
Object
Compressor
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(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
Type Description
Int32
| Improve this Doc View Source

Get(Int32)

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

GetClosedLoopControl(Int32)

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

GetCurrent(Int32)

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

GetCurrentTooHighFault(Int32)

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

GetCurrentTooHighStickyFault(Int32)

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

GetNotConnectedFault(Int32)

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

GetNotConnectedStickyFault(Int32)

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

GetPressureSwitch(Int32)

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

GetShortedFault(Int32)

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

GetShortedStickyFault(Int32)

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

Initialize(Int32)

Declaration
public static int Initialize(int module)
Parameters
Type Name Description
Int32 module
Returns
Type Description
Int32
| 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
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet