source: svn/branches/kctv/zasc/app_c/DST_SignalMonitor.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
File size: 616 bytes
Line 
1#ifndef __DST_SIGNAL_MONITOR_H__
2#define __DST_SIGNAL_MONITOR_H__
3
4//#include "DMW_EpgStructsDef.h"
5
6#ifdef __cplusplus
7        extern "C" {
8#endif
9
10void DST_ChannelBlockTask();
11bool DST_IsWeakSignal();
12bool DST_IsAudioOnly();
13bool DST_IsNoProgram();
14bool DST_IsAVBlock();
15float DST_GetSNR(void);
16
17
18int DST_GetSignalStrength();
19void DST_SetNTSCCallBack(); // NTSC Äݹé
20
21// Battery °ü¸® °ü·Ã ÄÚµå
22bool DST_IsAdaptorPlugged(void);
23int DST_GetBatteryPercentage(void);
24bool DST_IsMaxBatteryMode();
25bool DST_IsLowBatteryState();
26void DST_MaxBatteryTask(void);
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif /* __DST_SIGNAL_MONITOR_H__ */
Note: See TracBrowser for help on using the repository browser.