DtvKit_ATSC3.0
Loading...
Searching...
No Matches
Functions
http_proxy Namespace Reference

Functions

int32_t parse_header (char *pBuf, sHttpHeader_t *stHttpHeader)
 
int32_t post_set_services (char *pUrl, char *pData, char *pAddr)
 
int32_t response (int32_t iClient, int32_t iCode, int32_t iContentType, std::string sContent)
 
std::string get_version (char *pFwVersion)
 
std::string get_tuner (void *pTuner, int32_t iTunerId)
 
std::string get_tuners (void *pTuners)
 
std::string invalid_jsonrpc (void)
 Generates a JSON string representing an error response for an invalid JSON-RPC method.
 
bool post_notification (const char *pUrl)
 
sJsonRpcProperties_t tuner_cmd (std::string sJson)
 
sJsonRpcProperties_t request_jsonrpc (std::string sJson)
 
std::string request_scan (std::string sUri, char *pContentData, void *pCls)
 
std::string request_services (std::string sUri, char *pContentData, void *pCls)
 
std::string request_dump (std::string sUri, int32_t iHttpType, void *pDump, void *pTuners)
 
std::string request_tuners (std::string sUri, char *pContentData, void *pTunersCtrl)
 
std::string request_user_service (std::string sUri, char *pContentData, void *pMwCls)
 
std::string GetQueryHttpResponse (std::string sContentData, void *pCoreCls)
 
std::string method_atsccore_query_esgurls (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices, char *pBaseurl)
 
std::string method_atsccore_query_heldmsgs (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices, char *pBaseurl)
 
std::string method_atsccore_query_appbasedurls (sJsonRpcProperties_t stProperties, void *pCoreCls)
 
std::string method_atsccore_query_slsurls (sJsonRpcProperties_t stProperties, void *pCoreCls)
 
std::string method_atsccore_query_downloadstatus (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices)
 
std::string method_atsccore_remove_files (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices)
 
std::string method_atsccore_clear_esg (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices)
 
std::string method_atsccore_clear_files (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices)
 
std::string method_atsccore_clear_heldmsgs (sJsonRpcProperties_t stProperties, void *pCoreCls)
 
std::string method_atsccore_query_heldurls (sJsonRpcProperties_t stProperties, void *pServices)
 
std::string method_com_atsccore_atsc_storage (sJsonRpcProperties_t stProperties)
 
std::string method_com_atsccore_atsc_list_subscribe (sJsonRpcProperties_t stProperties, void *pSubscribe)
 
std::string method_com_atsccore_atsc_subscribe (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pSubscribe)
 
std::string method_com_atsccore_atsc_unsubscribe (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pSubscribe)
 
std::string method_com_atsccore_atsc_listobjects (sJsonRpcProperties_t stProperties, void *pCoreCls, void *pServices, char *pBaseurl)
 
std::string PrepareTunerInfo (int32_t iInstance, sFeStatus_t *pStatus)
 
std::string GetFrontendConfiguration (void)
 Get the tuner related configuration.
 

Detailed Description

namespace http_proxy

Function Documentation

◆ GetFrontendConfiguration()

http_proxy::GetFrontendConfiguration ( void )

Get the tuner related configuration.

Parameters
NA
Return values
std::string

◆ invalid_jsonrpc()

http_proxy::invalid_jsonrpc ( void )

Generates a JSON string representing an error response for an invalid JSON-RPC method.

Parameters
NA
Return values
std::string