FireBirdLib - Topfield TMS PVR TAP Programming Library
ApplCiplus_GetSelectedCam.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
4{
6
7 byte (*__ApplCiplus_GetSelectedCam)(void);
8 byte ret = 0;
9
10 __ApplCiplus_GetSelectedCam = (void*)FIS_fwApplCiplus_GetSelectedCam();
11 if(__ApplCiplus_GetSelectedCam) ret = __ApplCiplus_GetSelectedCam();
12
13 TRACEEXIT();
14 return ret;
15}
byte ApplCiplus_GetSelectedCam(void)
dword FIS_fwApplCiplus_GetSelectedCam(void)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243