Tasks object functions.


int main( int argc, char **argv )
Initializaton and housekeeping preparatory to spawning task objects TIdle , TMain , and TPrintf . Catches fatal exceptions. Source: ../mlexec.c.html#main
char * TIdle( char *cmd, int pri_ret )
When all tasks are waiting on i/o or for time to pass, TIdle() uses select() to wait for something to happen and then wakes up the highest priority task that becomes ready to run. Source: ../mlexec.c.html#TIdle
char * TMain( char *cmd, int pri_ret )
TMain parses commands submitted through stdin, after initially running the command script "ml.rc". Source: ../mlexec.c.html#TMain
char * TPrintf( char *cmd, int pri_ret )
Since serveral thousand bytes of stack space must be allocated for the occasional sprintf(), the task TPrintf() is set up to do all output formatting on behalf of any other task. Source: ../mlexec.c.html#TPrintf
alphabetic index hierarchy of classes


XIDAR TECHNICS, 3388 STATE RT 370, CATO NY 13033-9716
Copyright © 1996 Eliot W. Dudley All rights reserved.
edudley@servtech.com

Dallas Semiconductor Home Page 1-Wire, DS, DS1820, DS2405, DS2407, DS9097, and MicroLan are trademarks and/or registered trademarks of Dallas Semiconductor

generated by doc++