Files
EF3-Interface/PcDmis/Base/Interfac/Msi/Hsi/MicroVu/HAL_PENDANT.H
T
2013-05-09 20:29:54 +08:00

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);