Interface: tos.interfaces.Scheduler
interface Scheduler
The interface to a TinyOS task scheduler.
- Author:
-
Philip Levis
- Date:
-
January 19 2005
- See:
-
TEP 106: Tasks and Schedulers
-
TEP 107: Boot Sequence
Commands
command void init()
command bool runNextTask()
command void taskLoop()
Commands - Details
init
command void init()
runNextTask
command bool runNextTask()
- Returns:
-
whether a task was run -- TRUE indicates a task
ran, FALSE indicates there was no task to run.
taskLoop
command void taskLoop()