FireBirdLib - Topfield TMS PVR TAP Programming Library
FIS_vFlashBlockSatInfo.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
3inline dword FIS_vFlashBlockSatInfo(void)
4{
6
7 static dword *vFlashSatInfo = 0;
8
9 if(!vFlashSatInfo)
10 vFlashSatInfo = (dword*)TryResolve("_satInfo");
11
12 TRACEEXIT();
13 return (vFlashSatInfo ? *vFlashSatInfo : 0);
14}
dword FIS_vFlashBlockSatInfo(void)
dword TryResolve(char *Function)
Definition: TryResolve.c:5
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243