Show / Hide Table of Contents

Interface IAnalogOutput

Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface IAnalogOutput

Methods

| Improve this Doc View Source

HAL_CheckAnalogOutputChannel(Int32)

Declaration
int HAL_CheckAnalogOutputChannel(int channel)
Parameters
Type Name Description
Int32 channel
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_FreeAnalogOutputPort(Int32)

Declaration
void HAL_FreeAnalogOutputPort(int analogOutputHandle)
Parameters
Type Name Description
Int32 analogOutputHandle
| Improve this Doc View Source

HAL_GetAnalogOutput(Int32)

Declaration
double HAL_GetAnalogOutput(int analogOutputHandle)
Parameters
Type Name Description
Int32 analogOutputHandle
Returns
Type Description
Double
| Improve this Doc View Source

HAL_InitializeAnalogOutputPort(Int32)

Declaration
[StatusCheckRange(0, typeof(StatusHandling), "AnalogOutputStatusCheck")]
int HAL_InitializeAnalogOutputPort(int portHandle)
Parameters
Type Name Description
Int32 portHandle
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetAnalogOutput(Int32, Double)

Declaration
void HAL_SetAnalogOutput(int analogOutputHandle, double voltage)
Parameters
Type Name Description
Int32 analogOutputHandle
Double voltage
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet