#include <atsc_core.h>
|
| CAtscCore () |
| Constructor of CAtscCore.
|
|
| ~CAtscCore () |
| Destructor for CAtscCore.
|
|
sServiceListTable_t | GetSltData (void) |
| Get slt data.
|
|
int32_t | ProcessAlpData (int32_t iCh, uint8_t *pData, uint32_t iDataLen) |
| Parse Alp data.
|
|
int32_t | ProcessLLS (uint32_t iCh, uint8_t *pData, int32_t iDataLen) |
| Process LLS data.
|
|
std::string | GetGuideInfo (char *sUri) |
| To get the guide information for services in xml format.
|
|
void * | GetDataBaseHandle (void) |
| To get Database class handle.
|
|
void * | GetSubscribeHandle (void) |
| To get Subscribe class handle.
|
|
void * | GetServicesHandle (void) |
| To get Service class handle.
|
|
void * | GetDemodSenderHandle (void) |
| To get Demod Sender class handle.
|
|
void * | GetDumpHandle (void) |
| To get Dump class handle.
|
|
std::string | GetDumpHistory (void) |
| To Make the Dump History information about tuner.
|
|
void | StartService () |
| Start other functionalities such ATSC1.
|
|
bool | DBSelect (int32_t iType, char *pParam1) |
| Select required data base.
|
|
bool | DBDelete (int32_t iType, char *pParam1) |
|
std::list< sDownloadFileInfo_t > | GetDBFileInfo (void) |
| Get data base Info.
|
|
std::list< sHeldMsgProperties_t > | GetDBHeldMsgInfo (void) |
| Get Held data base Info.
|
|
size_t | GetDBHeldMsgSz (void) |
| Get Held Msg Size.
|
|
size_t | GetDBFileInfoSz (void) |
| Get Data File Size.
|
|
bool | UpdateDB (int32_t iType, void *pParam1, void *pParam2) |
| Updated data base info.
|
|
std::string | GetSystemTime () |
|
std::string | GetOnScreenMsg () |
| To get the on-screen message notification.
|
|
sRrtDataTable_t | GetRrt () |
| To get the rating regional information.
|
|
void | GetUserServiceInfo (int32_t iServiceId, int32_t iPhyCh, int32_t iMajorCh, int32_t iMinorCh) |
| Get the user selected service information.
|
|
◆ CAtscCore()
Constructor of CAtscCore.
- Parameters
-
- Return values
-
◆ ~CAtscCore()
CAtscCore::~CAtscCore |
( |
| ) |
|
Destructor for CAtscCore.
- Parameters
-
- Return values
-
◆ DBSelect()
CAtscCore::DBSelect |
( |
int32_t | iType, |
|
|
char * | pParam1 ) |
Select required data base.
Delete required data base.
- Parameters
-
int32_t | iType, char *pParam1 |
- Return values
-
◆ GetDataBaseHandle()
CAtscCore::GetDataBaseHandle |
( |
void | | ) |
|
To get Database class handle.
- Parameters
-
- Return values
-
◆ GetDBFileInfo()
CAtscCore::GetDBFileInfo |
( |
void | | ) |
|
Get data base Info.
- Parameters
-
- Return values
-
◆ GetDBFileInfoSz()
CAtscCore::GetDBFileInfoSz |
( |
void | | ) |
|
Get Data File Size.
- Parameters
-
- Return values
-
◆ GetDBHeldMsgInfo()
CAtscCore::GetDBHeldMsgInfo |
( |
void | | ) |
|
Get Held data base Info.
- Parameters
-
- Return values
-
◆ GetDBHeldMsgSz()
CAtscCore::GetDBHeldMsgSz |
( |
void | | ) |
|
Get Held Msg Size.
- Parameters
-
- Return values
-
◆ GetDemodSenderHandle()
CAtscCore::GetDemodSenderHandle |
( |
void | | ) |
|
To get Demod Sender class handle.
- Parameters
-
- Return values
-
◆ GetDumpHandle()
CAtscCore::GetDumpHandle |
( |
void | | ) |
|
To get Dump class handle.
- Parameters
-
- Return values
-
◆ GetDumpHistory()
CAtscCore::GetDumpHistory |
( |
void | | ) |
|
To Make the Dump History information about tuner.
- Parameters
-
- Return values
-
◆ GetGuideInfo()
CAtscCore::GetGuideInfo |
( |
char * | sUri | ) |
|
To get the guide information for services in xml format.
- Parameters
-
- Return values
-
◆ GetOnScreenMsg()
CAtscCore::GetOnScreenMsg |
( |
| ) |
|
To get the on-screen message notification.
- Parameters
-
- Return values
-
◆ GetRrt()
To get the rating regional information.
- Parameters
-
- Return values
-
◆ GetServicesHandle()
CAtscCore::GetServicesHandle |
( |
void | | ) |
|
To get Service class handle.
- Parameters
-
- Return values
-
◆ GetSltData()
CAtscCore::GetSltData |
( |
void | | ) |
|
Get slt data.
- Parameters
-
- Return values
-
◆ GetSubscribeHandle()
CAtscCore::GetSubscribeHandle |
( |
void | | ) |
|
To get Subscribe class handle.
- Parameters
-
- Return values
-
◆ GetUserServiceInfo()
CAtscCore::GetUserServiceInfo |
( |
int32_t | iServiceId, |
|
|
int32_t | iPhyCh, |
|
|
int32_t | iMajorCh, |
|
|
int32_t | iMinorCh ) |
Get the user selected service information.
- Parameters
-
int32_t | iServiceId , int32_t iPhyCh , int32_t iMajorCh , int32_t iMinorCh |
- Return values
-
◆ ProcessAlpData()
CAtscCore::ProcessAlpData |
( |
int32_t | iCh, |
|
|
uint8_t * | pData, |
|
|
uint32_t | iDataLen ) |
Parse Alp data.
- Parameters
-
int32_t | iCh, uint8_t *pData, uint32_t iDataLen |
- Return values
-
◆ ProcessLLS()
CAtscCore::ProcessLLS |
( |
uint32_t | iCh, |
|
|
uint8_t * | pData, |
|
|
int32_t | iDataLen ) |
Process LLS data.
- Parameters
-
uint8_t* | pData, int32_t data_length |
- Return values
-
◆ StartService()
CAtscCore::StartService |
( |
| ) |
|
Start other functionalities such ATSC1.
- Parameters
-
- Return values
-
- Parameters
-
- Return values
-
◆ UpdateDB()
CAtscCore::UpdateDB |
( |
int32_t | iType, |
|
|
void * | pParam1, |
|
|
void * | pParam2 ) |
Updated data base info.
- Parameters
-
int32_t | iType, void *pParam1, void*pParam2 |
- Return values
-
The documentation for this class was generated from the following file:
- /home/administrator/wks/BACKUP_OPTM116/DTV-KIT/M3/M3Rel08Jul24/DtvKit_ATSC30Stack_M3_30Aug24_RegionId/DtvKit_ATSC30Stack_M3/src/atsc/core/src/service/atsc_core.h