#include "libFireBird.h"
Go to the source code of this file.
Data Structures | |
struct | tBIOSType |
Macros | |
#define | FIRMWAREDAT "FirmwareTMS.dat" |
Functions | |
void | Front_TxPacket_hooked (byte *Data) |
int | PutMsgQ_hooked (dword *MsgQ, dword *Data) |
void | UnhookFrontTxPacket (void) |
bool | HookFrontTxPacket (void) |
bool | FP_Initialize (void) |
Variables | |
bool | LibInitialized |
int | _appl_version |
byte | FPPatchVersion |
byte | FPPatchType |
byte | FPPatchAntiFreezeOption |
byte | FPPatchPowerRestoreOption |
bool | FPPatchInitialized |
byte | FPWaitResponse |
byte | FPResponse [12] |
#define FIRMWAREDAT "FirmwareTMS.dat" |
Definition at line 6 of file FBLib_main.h.
bool FP_Initialize | ( | void | ) |
Definition at line 121 of file FrontPanelComm.c.
References FPPatchAntiFreezeOption, FPPatchInitialized, FPPatchPowerRestoreOption, FPPatchType, FPPatchVersion, FPResponse, FPWaitResponse, Front_TxPacket_hooked(), HookFrontTxPacket(), TRACEENTER, TRACEEXIT, and UnhookFrontTxPacket().
Referenced by FrontPanelEEPROMRead(), FrontPanelEEPROMWrite(), and FrontPanelGetPatch().
void Front_TxPacket_hooked | ( | byte * | Data | ) |
Definition at line 18 of file FrontPanelComm.c.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and FrontPanelEEPROMWrite().
bool HookFrontTxPacket | ( | void | ) |
Definition at line 92 of file FrontPanelComm.c.
References TRACEENTER.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and FrontPanelEEPROMWrite().
int PutMsgQ_hooked | ( | dword * | MsgQ, |
dword * | Data | ||
) |
Definition at line 25 of file FrontPanelComm.c.
References FPResponse, FPWaitResponse, and TryResolve().
void UnhookFrontTxPacket | ( | void | ) |
Definition at line 73 of file FrontPanelComm.c.
References TRACEENTER.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and FrontPanelEEPROMWrite().
|
extern |
|
extern |
Definition at line 6 of file FrontPanelComm.c.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and FrontPanelEEPROMWrite().
|
extern |
Definition at line 8 of file FrontPanelComm.c.
Referenced by FP_Initialize().
|
extern |
Definition at line 7 of file FrontPanelComm.c.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and FrontPanelEEPROMWrite().
|
extern |
Definition at line 5 of file FrontPanelComm.c.
Referenced by FP_Initialize(), and FrontPanelGetPatch().
|
extern |
Definition at line 4 of file FrontPanelComm.c.
Referenced by FP_Initialize(), and FrontPanelGetPatch().
|
extern |
Definition at line 10 of file FrontPanelComm.c.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and PutMsgQ_hooked().
|
extern |
Definition at line 9 of file FrontPanelComm.c.
Referenced by FP_Initialize(), FrontPanelEEPROMRead(), and PutMsgQ_hooked().
|
extern |
Definition at line 8 of file InitTAPex.c.