51 #if defined(INCLUDE_FREESAT) || defined(INCLUDE_IPLAYER)
52 EE_SUBTITLE_PREF_CHANGED = 8,
70 EE_IC_STATUS_CHANGED = 200,
71 EE_IC_LOCAL_ERROR = 201,
72 EE_IC_NETWORK_ERROR = 202,
73 EE_IC_REMOTE_ERROR = 203,
76 EE_IC_STREAM_REF_ERROR = 204,
77 EE_IC_STREAM_UNDERFLOW = 205,
79 #ifdef INCLUDE_FREESAT
80 EE_IP_STREAM_ACCESS_ERROR = 206,
83 #if defined(INCLUDE_FREESAT) || defined(INCLUDE_IPLAYER)
84 EE_AUDIO_DESC_PREF_CHANGED = 207,
87 EE_IC_STREAM_UNDERFLOW_RESUME = 208,
88 EE_IC_KEY_FILE_ERROR = 210,
110 void MHEG5queuePrint(
char *out);
Definition: mh5action.h:200
void MHEG5sendAppEngineEvent(E_ENGINE_EVENT engine_event)
Store an Engine event in the asynchronous event queue.
Definition: mh5queue.c:1729
Definition: mh5queue.h:47
Definition: mh5queue.h:65
int MHEG5InitQueues(void)
Definition: mh5queue.c:893
void MHEG5queueEvents(void)
Allow future events to be stored in the event queues. See also MHEG5stopEventsAndQueueReset.
Definition: mh5queue.c:1624
const char * data
Definition: mh5gate.c:65
void MHEG5requestDisplayUpdate(void)
Request display update at the end of synchronous event processing.
Definition: mh5queue.c:1952
void MHEG5actionListExecute(MHEG5Group *source, MHEG5ActionList actions)
Execute the supplied list of actions immediately. The actions will have been executed by the time the...
Definition: mh5queue.c:1485
void MHEG5PrependActionList(MHEG5ActionList actions)
Execute the supplied list of actions before others.
Definition: mh5queue.c:1598
Definition: mh5group.h:47
void MHEG5eventProcessingReset(void)
Causes the MHEG5enableEventProcessing counter to be reset to 0, and event processing to be enabled...
Definition: mh5queue.c:1892
Definition: mh5queue.h:56
void MHEG5AppendActionList(MHEG5ActionList actions)
The supplied list of actions should execute after any already on queue.
Definition: mh5queue.c:1072
Definition: mh5queue.h:96
Definition: mh5queue.h:55
Implementation of the Group class Description Defines the structure and behaviour of objects used as ...
Definition: mh5queue.h:45
Definition: mh5queue.h:60
MHEG5EventType
Definition: mh5base.h:110
void MHEG5stopEventsAndResetQueue(void)
Discard any pending events and actions and prevent future events from being queued. And reset queues. See also MHEG5queueEvents.
Definition: mh5queue.c:949
void MHEG5ExitQueues(void)
Definition: mh5queue.c:1040
Definition: mh5queue.h:63
Manage elementary actions Manage a table of all actions and call a specific action which is defined b...
void MHEG5sendSync(MHEG5Root *source, MHEG5EventType event, int data)
Store an event in the synchronous event queue.
Definition: mh5queue.c:1747
void MHEG5processQueue(void)
Process all pending events and actions. After processing all events and actions, Normally there will ...
Definition: mh5queue.c:1418
Definition: mh5queue.h:50
Implement the MHEG5 Link Class. Defines the functionality associated with reacting to events by perfo...
void MHEG5queueResetScene(MHEG5Root *grp)
Reset both event queues and the action queue, discarding any pending events and actions for this scen...
Definition: mh5queue.c:1000
short MHEG5Bool
Definition: mh5base.h:67
Definition: mh5queue.h:64
Definition: mh5queue.h:95
void MHEG5sendEvent(MHEG5Root *source, MHEG5EventType event, int data)
Store an event in the asynchronous event queue.
Definition: mh5queue.c:1636
void MHEG5queueUnresolveTargets(MHEG5ActionList actions)
Clear targets for the action list.
Definition: mh5queue.c:1262
Definition: mh5queue.h:46
Definition: mh5queue.h:93
Definition: mh5queue.h:58
void MHEG5queueResolveTargets(MHEG5ActionList actions)
Finds targets for the action list.
Definition: mh5queue.c:1240
void MHEG5enableEventProcessing(MHEG5Bool enable)
Enable or disable engine event processing. This function is used to implement the Call action for res...
Definition: mh5queue.c:1848
Definition: mh5queue.h:62
E_ENGINE_EVENT
Definition: mh5queue.h:43
Definition: mh5queue.h:49
Definition: mh5queue.h:67