![]() |
ATSC3
24.10.0
|
#include <atsc_core.h>
Public Member Functions | |
CAtscCore () | |
Constructor of CAtscCore. More... | |
~CAtscCore () | |
Destructor for CAtscCore. More... | |
sServiceListTable_t | GetSltData (void) |
Get slt data. More... | |
int32_t | ProcessAlpData (int32_t iCh, uint8_t *pData, uint32_t iDataLen) |
Parse Alp data. More... | |
int32_t | ProcessLLS (uint32_t iCh, uint8_t *pData, int32_t iDataLen) |
Process LLS data. More... | |
std::string | GetGuideInfo (char *sUri) |
To get the guide information for services in xml format. More... | |
void * | GetDataBaseHandle (void) |
To get Database class handle. More... | |
void * | GetSubscribeHandle (void) |
To get Subscribe class handle. More... | |
void * | GetServicesHandle (void) |
To get Service class handle. More... | |
void * | GetDemodSenderHandle (void) |
To get Demod Sender class handle. More... | |
void * | GetDumpHandle (void) |
To get Dump class handle. More... | |
std::string | GetDumpHistory (void) |
To Make the Dump History information about tuner. More... | |
void | StartService () |
Start other functionalities such ATSC1. More... | |
bool | DBSelect (int32_t iType, char *pParam1) |
Select required data base. More... | |
bool | DBDelete (int32_t iType, char *pParam1) |
std::list< sDownloadFileInfo_t > | GetDBFileInfo (void) |
Get data base Info. More... | |
std::list< sHeldMsgProperties_t > | GetDBHeldMsgInfo (void) |
Get Held data base Info. More... | |
size_t | GetDBHeldMsgSz (void) |
Get Held Msg Size. More... | |
size_t | GetDBFileInfoSz (void) |
Get Data File Size. More... | |
bool | UpdateDB (int32_t iType, void *pParam1, void *pParam2) |
Updated data base info. More... | |
std::string | GetSystemTime () |
std::string | GetOnScreenMsg () |
To get the on-screen message notification. More... | |
sRrtDataTable_t | GetRrt () |
To get the rating regional information. More... | |
void | GetUserServiceInfo (int32_t iServiceId, int32_t iPhyCh, int32_t iMajorCh, int32_t iMinorCh) |
Get the user selected service information. More... | |
CAtscCore::CAtscCore | ( | ) |
CAtscCore::~CAtscCore | ( | ) |
CAtscCore::DBSelect | ( | int32_t | iType, |
char * | pParam1 | ||
) |
Select required data base.
Delete required data base.
int32_t | iType, char *pParam1 |
bool |
CAtscCore::GetDataBaseHandle | ( | void | ) |
To get Database class handle.
NA |
void | * |
CAtscCore::GetDBFileInfo | ( | void | ) |
CAtscCore::GetDBFileInfoSz | ( | void | ) |
Get Data File Size.
void |
size_t |
CAtscCore::GetDBHeldMsgInfo | ( | void | ) |
CAtscCore::GetDBHeldMsgSz | ( | void | ) |
Get Held Msg Size.
void |
size_t |
CAtscCore::GetDemodSenderHandle | ( | void | ) |
To get Demod Sender class handle.
NA |
void | * |
CAtscCore::GetDumpHandle | ( | void | ) |
To get Dump class handle.
NA |
void | * |
CAtscCore::GetDumpHistory | ( | void | ) |
To Make the Dump History information about tuner.
NA |
std::string |
CAtscCore::GetGuideInfo | ( | char * | sUri | ) |
To get the guide information for services in xml format.
char | *sUri |
std::string |
CAtscCore::GetOnScreenMsg | ( | ) |
To get the on-screen message notification.
none |
std::string |
CAtscCore::GetRrt | ( | void | ) |
CAtscCore::GetServicesHandle | ( | void | ) |
To get Service class handle.
NA |
void | * |
CAtscCore::GetSltData | ( | void | ) |
CAtscCore::GetSubscribeHandle | ( | void | ) |
To get Subscribe class handle.
NA |
void | * |
CAtscCore::GetUserServiceInfo | ( | int32_t | iServiceId, |
int32_t | iPhyCh, | ||
int32_t | iMajorCh, | ||
int32_t | iMinorCh | ||
) |
Get the user selected service information.
int32_t | iServiceId , int32_t iPhyCh , int32_t iMajorCh , int32_t iMinorCh |
void |
CAtscCore::ProcessAlpData | ( | int32_t | iCh, |
uint8_t * | pData, | ||
uint32_t | iDataLen | ||
) |
Parse Alp data.
int32_t | iCh, uint8_t *pData, uint32_t iDataLen |
int32_t |
CAtscCore::ProcessLLS | ( | uint32_t | iCh, |
uint8_t * | pData, | ||
int32_t | iDataLen | ||
) |
Process LLS data.
uint8_t* | pData, int32_t data_length |
int32_t | (eLlsResult_t) |
CAtscCore::StartService | ( | ) |
Start other functionalities such ATSC1.
N/A |
N/A |
N/A |
std::string |
CAtscCore::UpdateDB | ( | int32_t | iType, |
void * | pParam1, | ||
void * | pParam2 | ||
) |
Updated data base info.
int32_t | iType, void *pParam1, void*pParam2 |
bool |