DVBCore  17.9.0
Open Source DVB Engine
 All Data Structures Files Functions Typedefs Macros Pages
Macros | Enumerations | Functions
ap_state.c File Reference

State machine to control the DVB. More...

#include "techtype.h"
#include "dbgfuncs.h"

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)
 
void ASTE_EnterStandby (BOOLEAN recording)
 
void ASTE_LeaveStandby (void)
 
BOOLEAN ASTE_InStandby (void)
 
void ASTE_StartRecording (void)
 
void ASTE_StartServiceSearch (void)
 
void ASTE_StartSSUSearch (void)
 
void ASTE_SearchComplete (void)
 

Detailed Description

State machine to control the DVB.

Date
July 2011
Author
Ocean Blue

Function Documentation

void ASTE_EnterStandby ( BOOLEAN  recording)

void ASTE_Initialise ( void  )

BOOLEAN ASTE_InStandby ( void  )

void ASTE_LeaveStandby ( void  )

void ASTE_SearchComplete ( void  )

void ASTE_StartRecording ( void  )

void ASTE_StartServiceSearch ( void  )

void ASTE_StartSSUSearch ( void  )