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