emTaskStart.3p 660 Bytes
.TH emTaskStart 3P local "Silicon Graphics, Inc."
.SH NAME
emTaskStart \- hand off task list to the emulator
.SH C SPECIFICATION
#include "em.h"
.br
.sp
void emTaskStart(Task \(**tlist, int count)
.SH PARAMETERS
.TP 10
.I *tlist
array of tasks
.TP
.I count
number of tasks
.SH DESCRIPTION
After the application has constructed the graphics, audio and video tasks.
The task list is handed off to the RCP emulation using this function.
The Task data structure is contained in mbi.h.
.SH NOTES
Currently, emulate only support the graphics display list executed by the
RCP hardware. Audio and video tasks are no-ops for now.
.SH SEE ALSO
.TP 10
emulate(1P), mbi.h