![]() |
DVBCore
20.3.0
DVBCore Documentation
|
State machine to control the DVB. More...
Go to the source code of this file.
Macros | |
#define | STATE_DBG(x) |
Enumerations | |
enum | E_DVB_STATE { DVB_STATE_ON, DVB_STATE_STANDBY, DVB_STATE_STANDBY_RECORDING, DVB_STATE_STANDBY_SERV_SEARCH, DVB_STATE_STANDBY_SSU_SEARCH } |
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... | |
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.