Show / Hide Table of Contents

Interface IAnalogTrigger

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

Methods

| Improve this Doc View Source

HAL_CleanAnalogTrigger(Int32)

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

HAL_GetAnalogTriggerFPGAIndex(Int32)

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

HAL_GetAnalogTriggerInWindow(Int32)

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

HAL_GetAnalogTriggerOutput(Int32, AnalogTriggerType)

Declaration
int HAL_GetAnalogTriggerOutput(int analogTriggerHandle, AnalogTriggerType type)
Parameters
Type Name Description
Int32 analogTriggerHandle
AnalogTriggerType type
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_GetAnalogTriggerTriggerState(Int32)

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

HAL_InitializeAnalogTrigger(Int32)

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

HAL_InitializeAnalogTriggerDutyCycle(Int32)

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

HAL_SetAnalogTriggerAveraged(Int32, Int32)

Declaration
void HAL_SetAnalogTriggerAveraged(int analogTriggerHandle, int useAveragedValue)
Parameters
Type Name Description
Int32 analogTriggerHandle
Int32 useAveragedValue
| Improve this Doc View Source

HAL_SetAnalogTriggerFiltered(Int32, Int32)

Declaration
void HAL_SetAnalogTriggerFiltered(int analogTriggerHandle, int useFilteredValue)
Parameters
Type Name Description
Int32 analogTriggerHandle
Int32 useFilteredValue
| Improve this Doc View Source

HAL_SetAnalogTriggerLimitsDutyCycle(Int32, Double, Double)

Declaration
void HAL_SetAnalogTriggerLimitsDutyCycle(int analogTriggerHandle, double lower, double upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Double lower
Double upper
| Improve this Doc View Source

HAL_SetAnalogTriggerLimitsRaw(Int32, Int32, Int32)

Declaration
void HAL_SetAnalogTriggerLimitsRaw(int analogTriggerHandle, int lower, int upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Int32 lower
Int32 upper
| Improve this Doc View Source

HAL_SetAnalogTriggerLimitsVoltage(Int32, Double, Double)

Declaration
void HAL_SetAnalogTriggerLimitsVoltage(int analogTriggerHandle, double lower, double upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Double lower
Double upper
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet