31#include "atsc_core_utils_database.h"
82 int32_t
ProcessLLS(uint32_t iCh, uint8_t* pData, int32_t iDataLen);
162 bool DBDelete(int32_t iType,
char *pParam1);
202 bool UpdateDB(int32_t iType,
void *pParam1,
void*pParam2);
210 std::string GetSystemTime();
234 void GetUserServiceInfo( int32_t iServiceId , int32_t iPhyCh , int32_t iMajorCh , int32_t iMinorCh );
Definition atsc_core.h:41
bool UpdateDB(int32_t iType, void *pParam1, void *pParam2)
Updated data base info.
void * GetDataBaseHandle(void)
To get Database class handle.
void GetUserServiceInfo(int32_t iServiceId, int32_t iPhyCh, int32_t iMajorCh, int32_t iMinorCh)
Get the user selected service information.
size_t GetDBHeldMsgSz(void)
Get Held Msg Size.
void * GetServicesHandle(void)
To get Service class handle.
CAtscCore()
Constructor of CAtscCore.
int32_t ProcessAlpData(int32_t iCh, uint8_t *pData, uint32_t iDataLen)
Parse Alp data.
std::string GetDumpHistory(void)
To Make the Dump History information about tuner.
int32_t ProcessLLS(uint32_t iCh, uint8_t *pData, int32_t iDataLen)
Process LLS data.
std::string GetOnScreenMsg()
To get the on-screen message notification.
size_t GetDBFileInfoSz(void)
Get Data File Size.
std::list< sDownloadFileInfo_t > GetDBFileInfo(void)
Get data base Info.
void * GetDumpHandle(void)
To get Dump class handle.
std::list< sHeldMsgProperties_t > GetDBHeldMsgInfo(void)
Get Held data base Info.
void * GetDemodSenderHandle(void)
To get Demod Sender class handle.
sServiceListTable_t GetSltData(void)
Get slt data.
void * GetSubscribeHandle(void)
To get Subscribe class handle.
void StartService()
Start other functionalities such ATSC1.
std::string GetGuideInfo(char *sUri)
To get the guide information for services in xml format.
~CAtscCore()
Destructor for CAtscCore.
sRrtDataTable_t GetRrt()
To get the rating regional information.
bool DBSelect(int32_t iType, char *pParam1)
Select required data base.
Definition atsc_types.h:507
Definition atsc_types.h:651