Show / Hide Table of Contents

Interface IPDP

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

Methods

| Improve this Doc View Source

HAL_CheckPDPChannel(Int32)

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

HAL_CheckPDPModule(Int32)

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

HAL_CleanPDP(Int32)

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

HAL_ClearPDPStickyFaults(Int32)

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

HAL_GetPDPAllChannelCurrents(Int32, Double*)

Declaration
void HAL_GetPDPAllChannelCurrents(int handle, double *currents)
Parameters
Type Name Description
Int32 handle
Double* currents
| Improve this Doc View Source

HAL_GetPDPChannelCurrent(Int32, Int32)

Declaration
double HAL_GetPDPChannelCurrent(int handle, int channel)
Parameters
Type Name Description
Int32 handle
Int32 channel
Returns
Type Description
Double
| Improve this Doc View Source

HAL_GetPDPTemperature(Int32)

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

HAL_GetPDPTotalCurrent(Int32)

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

HAL_GetPDPTotalEnergy(Int32)

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

HAL_GetPDPTotalPower(Int32)

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

HAL_GetPDPVoltage(Int32)

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

HAL_InitializePDP(Int32)

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

HAL_ResetPDPTotalEnergy(Int32)

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