DVBCore  20.3.0
DVBCore Documentation
Functions
ap_state.h File Reference
#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...
 

Detailed Description

Date
July 2011
Author
Steve Ford

Definition in file ap_state.h.

Function Documentation

◆ ASTE_EnterStandby()

void ASTE_EnterStandby ( BOOLEAN  recording)

 


Definition at line 79 of file ap_state.c.

◆ ASTE_Initialise()

void ASTE_Initialise ( void  )

 


Definition at line 67 of file ap_state.c.

◆ ASTE_InStandby()

BOOLEAN ASTE_InStandby ( void  )

 


Definition at line 117 of file ap_state.c.

◆ ASTE_LeaveStandby()

void ASTE_LeaveStandby ( void  )

 


Definition at line 102 of file ap_state.c.

◆ ASTE_SearchComplete()

void ASTE_SearchComplete ( void  )

 


Definition at line 185 of file ap_state.c.

◆ ASTE_StartRecording()

void ASTE_StartRecording ( void  )

 


Definition at line 140 of file ap_state.c.

◆ ASTE_StartServiceSearch()

void ASTE_StartServiceSearch ( void  )

 


Definition at line 155 of file ap_state.c.

◆ ASTE_StartSSUSearch()

void ASTE_StartSSUSearch ( void  )

 


Definition at line 170 of file ap_state.c.