![]() |
DVBCore
20.3.0
DVBCore Documentation
|
#include "techtype.h"
Go to the source code of this file.
Functions | |
void | ASTE_Initialise (void) |
More... | |
void | ASTE_EnterStandby (BOOLEAN recording) |
More... | |
void | ASTE_LeaveStandby (void) |
More... | |
BOOLEAN | ASTE_InStandby (void) |
More... | |
void | ASTE_StartRecording (void) |
More... | |
void | ASTE_StartServiceSearch (void) |
More... | |
void | ASTE_StartSSUSearch (void) |
More... | |
void | ASTE_SearchComplete (void) |
More... | |
Definition in file ap_state.h.
void ASTE_EnterStandby | ( | BOOLEAN | recording | ) |
Definition at line 79 of file ap_state.c.
void ASTE_Initialise | ( | void | ) |
Definition at line 67 of file ap_state.c.
BOOLEAN ASTE_InStandby | ( | void | ) |
Definition at line 117 of file ap_state.c.
void ASTE_LeaveStandby | ( | void | ) |
Definition at line 102 of file ap_state.c.
void ASTE_SearchComplete | ( | void | ) |
Definition at line 185 of file ap_state.c.
void ASTE_StartRecording | ( | void | ) |
Definition at line 140 of file ap_state.c.
void ASTE_StartServiceSearch | ( | void | ) |
Definition at line 155 of file ap_state.c.
void ASTE_StartSSUSearch | ( | void | ) |
Definition at line 170 of file ap_state.c.