Interface: moteiv.tos.lib.sched.Init
interface Init
The basic synchronous initialization interface.
Author:
Philip Levis
Date:
January 17 2005
Commands
command result_t
init
()
Initialize this component.
Commands - Details
init
command result_t
init
()
Initialize this component. Initialization should not assume that any component is running: init() cannot call any commands besides those that initialize other components.