FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_tap.h File Reference
#include "libFireBird.h"

Go to the source code of this file.

Data Structures

struct  TYPE_Parametered_Tap
 

Macros

#define MAGIC   0xf1eb1d1b
 
#define TAPDIR_MAX_STACK   16
 
#define BATCHMODEKEY   0x15227
 
#define PARAMBLOCKKEY   0x15228
 

Functions

dword HDD_TAP_DisabledEventHandler (word, dword, dword)
 
dword KeyTranslateHook (word, dword, dword)
 

Variables

char TAPDirStack [TAPDIR_MAX_STACK][200]
 
int TAPDirStackDepth
 
bool LibInitialized
 
TYPE_Parametered_Tapfbl_parametered_tap
 

Macro Definition Documentation

◆ BATCHMODEKEY

#define BATCHMODEKEY   0x15227

Definition at line 8 of file FBLib_tap.h.

◆ MAGIC

#define MAGIC   0xf1eb1d1b

Definition at line 6 of file FBLib_tap.h.

◆ PARAMBLOCKKEY

#define PARAMBLOCKKEY   0x15228

Definition at line 9 of file FBLib_tap.h.

◆ TAPDIR_MAX_STACK

#define TAPDIR_MAX_STACK   16

Definition at line 7 of file FBLib_tap.h.

Function Documentation

◆ HDD_TAP_DisabledEventHandler()

dword HDD_TAP_DisabledEventHandler ( word  event,
dword  param1,
dword  param2 
)

Definition at line 3 of file HDD_TAP_DisabledEventHandler.c.

Referenced by HDD_TAP_Disable().

◆ KeyTranslateHook()

dword KeyTranslateHook ( word  event,
dword  param1,
dword  param2 
)

Variable Documentation

◆ fbl_parametered_tap

TYPE_Parametered_Tap* fbl_parametered_tap
extern

Definition at line 6 of file HDD_TAP_Start.c.

Referenced by HDD_TAP_GetStartParameter(), and HDD_TAP_Start().

◆ LibInitialized

bool LibInitialized
extern

Definition at line 8 of file InitTAPex.c.

◆ TAPDirStack

char TAPDirStack[TAPDIR_MAX_STACK][200]
extern

Definition at line 3 of file HDD_TAP_PushDir.c.

Referenced by HDD_TAP_PopDir(), and HDD_TAP_PushDir().

◆ TAPDirStackDepth

int TAPDirStackDepth
extern

Definition at line 4 of file HDD_TAP_PushDir.c.

Referenced by HDD_TAP_PopDir(), and HDD_TAP_PushDir().