#ifndef __DST_SIGNAL_MONITOR_H__ #define __DST_SIGNAL_MONITOR_H__ //#include "DMW_EpgStructsDef.h" #ifdef __cplusplus extern "C" { #endif void DST_ChannelBlockTask(); bool DST_IsWeakSignal(); bool DST_IsAudioOnly(); bool DST_IsNoProgram(); bool DST_IsAVBlock(); float DST_GetSNR(void); int DST_GetSignalStrength(); void DST_SetNTSCCallBack(); // NTSC Äݹé // Battery °ü¸® °ü·Ã ÄÚµå bool DST_IsAdaptorPlugged(void); int DST_GetBatteryPercentage(void); bool DST_IsMaxBatteryMode(); bool DST_IsLowBatteryState(); void DST_MaxBatteryTask(void); #ifdef __cplusplus } #endif #endif /* __DST_SIGNAL_MONITOR_H__ */