FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_flash.h File Reference
#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)
 

Macro Definition Documentation

◆ MAXFAVS

#define MAXFAVS   30

Definition at line 8 of file FBLib_flash.h.

◆ MAXSAT

#define MAXSAT   255

Definition at line 9 of file FBLib_flash.h.

◆ TIMER_DATE

#define TIMER_DATE   0xffff0000

Definition at line 7 of file FBLib_flash.h.

◆ TIMER_NAME

#define TIMER_NAME   "FireBirdLib.rec"

Definition at line 6 of file FBLib_flash.h.

◆ TYPE_Service_TMSC

#define TYPE_Service_TMSC   TYPE_Service_TMSS

Definition at line 43 of file FBLib_flash.h.

◆ TYPE_Service_TMST

#define TYPE_Service_TMST   TYPE_Service_TMSS

Definition at line 42 of file FBLib_flash.h.

Typedef Documentation

◆ TYPE_LNB_TMSS

Definition at line 50 of file FBLib_flash.h.

◆ TYPE_SatInfo_TMSS

Definition at line 51 of file FBLib_flash.h.

Function Documentation

◆ FlashReindexFavorites()

void FlashReindexFavorites ( int  SvcType,
int  FromSvcNum,
int  ToSvcNum 
)

◆ FlashReindexTimers()

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().

◆ FlashServiceDecode()

bool FlashServiceDecode ( void *  Data,
tFlashService Service 
)

◆ FlashServiceDelete()

bool FlashServiceDelete ( void *  Data)

◆ FlashServiceDelServiceName()

bool FlashServiceDelServiceName ( int  SvcType,
int  SvcNum 
)

◆ FlashServiceEncode()

bool FlashServiceEncode ( void *  Data,
tFlashService Service 
)