Show / Hide Table of Contents

Interface IDutyCycle

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

Methods

| Improve this Doc View Source

HAL_FreeDutyCycle(Int32)

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

HAL_GetDutyCycleFPGAIndex(Int32)

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

HAL_GetDutyCycleFrequency(Int32)

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

HAL_GetDutyCycleOutput(Int32)

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

HAL_GetDutyCycleOutputRaw(Int32)

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

HAL_GetDutyCycleOutputScaleFactor(Int32)

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

HAL_InitializeDutyCycle(Int32, AnalogTriggerType)

Declaration
int HAL_InitializeDutyCycle(int digitalSourceHandle, AnalogTriggerType triggerType)
Parameters
Type Name Description
Int32 digitalSourceHandle
AnalogTriggerType triggerType
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetDutyCycleSimDevice(Int32, Int32)

Declaration
void HAL_SetDutyCycleSimDevice(int handle, int device)
Parameters
Type Name Description
Int32 handle
Int32 device
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet