DtvKit_ATSC3.0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
atsc_plf_frontend_hwcontrol.h File Reference
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <termios.h>
#include <fcntl.h>
#include <thread>
#include <poll.h>
#include "atsc_basetype.h"
Include dependency graph for atsc_plf_frontend_hwcontrol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFeHwCtrl
 
struct  CFeHwCtrl::sFeHwStatus_t
 
struct  CFeHwCtrl::sFeHw_t
 

Macros

#define FRONTEND_MODE_ATSC_10   0
 
#define FRONTEND_MODE_ATSC_30   1
 
#define FRONTEND_MAX_DEVICES   2
 
#define FRONTEND_TRANS_SIZE   (65536)
 
#define FRONTEND_ARRAY_SIZE   128
 
#define FRONTEND_MAX_ALP_DATA_SIZE   2048
 
#define FRONTEND_DATA_BUFFER_SIZE   (188*170)
 

Typedefs

typedef void(* DataCallback) (void *pParentInst, int32_t iPacketType, int32_t iPlpID, uint8_t *pData, int32_t iLen, uint32_t iHdrLen)
 

Detailed Description

Related to Platform device control information(Demod,Tuner,Demux)