|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
|
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 | |
|---|
| 10 | void DST_ChannelBlockTask(); |
|---|
| 11 | bool DST_IsWeakSignal(); |
|---|
| 12 | bool DST_IsAudioOnly(); |
|---|
| 13 | bool DST_IsNoProgram(); |
|---|
| 14 | bool DST_IsAVBlock(); |
|---|
| 15 | float DST_GetSNR(void); |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | int DST_GetSignalStrength(); |
|---|
| 19 | void DST_SetNTSCCallBack(); // NTSC Äݹé |
|---|
| 20 | |
|---|
| 21 | // Battery °ü¸® °ü·Ã ÄÚµå |
|---|
| 22 | bool DST_IsAdaptorPlugged(void); |
|---|
| 23 | int DST_GetBatteryPercentage(void); |
|---|
| 24 | bool DST_IsMaxBatteryMode(); |
|---|
| 25 | bool DST_IsLowBatteryState(); |
|---|
| 26 | void 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.