?? drv_lamp.h
字號:
#ifndef Drv_Lamp_h
#define Drv_Lamp_h
extern void LampStateRelative(int16 DriveValue);
extern void LampStateAbs(uint16 DriveValue);
extern void LampPinTOInput(void);
extern void LampPinInitialize(void);
extern void SynZeroPoint_DH(void);
extern void SynZeroPoint_DL(void);
extern void U_ChannelTest(void);
extern void LightLoopTest(void);
extern void DL1_RelayTest(void);
extern void DK_RelayTest(void);
extern void TestPowerSwitch (void);
extern void RestoreLightState(void);
extern void Rel_DQ_toOFF(void); //control DQ off
extern void Rel_DQ_toON(void); //control DQ on
extern void Rel_DK_toOFF(void);
extern void Rel_DK_toON(void);
extern void ForceLampState(uint16 DriveValue);
extern void _ForceLampState(uint16 DriveValue);
extern void PreForceDKxState(uint16 DriveValue);
extern void PreToLightOn(void);
//extern void InputPinTest(void);
extern void OutputPinTest(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -