FireBirdLib - Topfield TMS PVR TAP Programming Library
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
HDD_isExtRecording.c
Go to the documentation of this file.
1
#include "
libFireBird.h
"
2
3
bool
HDD_isExtRecording
(
void
)
4
{
5
TRACEENTER
();
6
7
bool
ret;
8
bool
(*
Appl_GetIsExternal
)(void);
9
10
ret = FALSE;
11
Appl_GetIsExternal
= (
void
*)
FIS_fwAppl_GetIsExternal
();
12
if
(
Appl_GetIsExternal
) ret =
Appl_GetIsExternal
();
13
14
TRACEEXIT
();
15
return
ret;
16
}
Appl_GetIsExternal
bool Appl_GetIsExternal(void)
Definition:
Appl_GetIsExternal.c:3
bool
#define bool
Definition:
ELF.h:26
FIS_fwAppl_GetIsExternal
dword FIS_fwAppl_GetIsExternal(void)
Definition:
FIS_fwAppl_GetIsExternal.c:3
HDD_isExtRecording
bool HDD_isExtRecording(void)
Definition:
HDD_isExtRecording.c:3
libFireBird.h
TRACEEXIT
#define TRACEEXIT()
Definition:
libFireBird.h:1244
TRACEENTER
#define TRACEENTER()
Definition:
libFireBird.h:1243
rec
HDD_isExtRecording.c
Generated on Fri Apr 29 2022 13:34:01 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3