#include "libFireBird.h"Go to the source code of this file.
Data Structures | |
| struct | TYPE_Service_TMSS |
| struct | TYPE_SatInfo_TMST |
| struct | TYPE_SatInfo_TMSC |
| struct | __attribute__ |
| struct | TYPE_AutoDescrambleTimer |
| struct | tFavorites1050 |
Macros | |
| #define | TIMER_NAME "FireBirdLib.rec" |
| #define | TIMER_DATE 0xffff0000 |
| #define | MAXFAVS 30 |
| #define | MAXSAT 255 |
| #define | TYPE_Service_TMST TYPE_Service_TMSS |
| #define | TYPE_Service_TMSC TYPE_Service_TMSS |
Typedefs | |
| typedef tFlashLNB | TYPE_LNB_TMSS |
| typedef tFlashSatTable | TYPE_SatInfo_TMSS |
Functions | |
| bool | FlashServiceDecode (void *Data, tFlashService *Service) |
| bool | FlashServiceDelete (void *Data) |
| bool | FlashServiceDelServiceName (int SvcType, int SvcNum) |
| bool | FlashServiceEncode (void *Data, tFlashService *Service) |
| void | FlashReindexTimers (int SvcType, int FromSvcNum, int ToSvcNum) |
| void | FlashReindexFavorites (int SvcType, int FromSvcNum, int ToSvcNum) |
| #define MAXFAVS 30 |
Definition at line 8 of file FBLib_flash.h.
| #define MAXSAT 255 |
Definition at line 9 of file FBLib_flash.h.
| #define TIMER_DATE 0xffff0000 |
Definition at line 7 of file FBLib_flash.h.
| #define TIMER_NAME "FireBirdLib.rec" |
Definition at line 6 of file FBLib_flash.h.
| #define TYPE_Service_TMSC TYPE_Service_TMSS |
Definition at line 43 of file FBLib_flash.h.
| #define TYPE_Service_TMST TYPE_Service_TMSS |
Definition at line 42 of file FBLib_flash.h.
| typedef tFlashLNB TYPE_LNB_TMSS |
Definition at line 50 of file FBLib_flash.h.
| typedef tFlashSatTable TYPE_SatInfo_TMSS |
Definition at line 51 of file FBLib_flash.h.
| void FlashReindexFavorites | ( | int | SvcType, |
| int | FromSvcNum, | ||
| int | ToSvcNum | ||
| ) |
Definition at line 6 of file FlashServiceReindex.c.
References FIS_vFlashBlockFavoriteGroup(), tFavorites::GroupName, MAXFAVS, tFavorites::NrEntries, tFavorites::SvcNum, tFavorites::SvcType, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel(), and FlashServiceMove().
| void FlashReindexTimers | ( | int | SvcType, |
| int | FromSvcNum, | ||
| int | ToSvcNum | ||
| ) |
Definition at line 76 of file FlashServiceReindex.c.
References TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel(), and FlashServiceMove().
| bool FlashServiceDecode | ( | void * | Data, |
| tFlashService * | Service | ||
| ) |
Definition at line 71 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceGetInfo().
| bool FlashServiceDelete | ( | void * | Data | ) |
Definition at line 282 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel().
| bool FlashServiceDelServiceName | ( | int | SvcType, |
| int | SvcNum | ||
| ) |
Definition at line 320 of file FlashServiceLowLevel.c.
References bool, FIS_fwAppl_DeleteRadioSvcName(), FIS_fwAppl_DeleteTvSvcName(), TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceDel().
| bool FlashServiceEncode | ( | void * | Data, |
| tFlashService * | Service | ||
| ) |
Definition at line 197 of file FlashServiceLowLevel.c.
References GetSystemType(), ST_C, ST_CT, ST_S, ST_ST, ST_T, ST_T5700, ST_T5800, ST_TF7k7HDPVR, ST_TMSS, ST_UNKNOWN, TRACEENTER, and TRACEEXIT.
Referenced by FlashServiceSetInfo().