16 lines
551 B
C++
16 lines
551 B
C++
#pragma once
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
// HAL_Pendant.h : interface for the Pendant related functions
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
HAL_STATUS HAL_Pendant_IsSupported(UINT &Type);
|
|
HAL_STATUS HAL_Pendant_Startup(void);
|
|
HAL_STATUS HAL_Pendant_Enable(bool bEnable);
|
|
HAL_STATUS HAL_Pendant_Shutdown(void);
|
|
HAL_STATUS SetPendantControlMode(enum HAL_CTRL_MODE ControlMode);
|
|
HAL_STATUS CheckPendantLightControl(void);
|
|
void SetupPendantSpeeds(void);
|