RTEMS provides sixteen notepad locations for each task. Each
notepad location may contain a note consisting of four bytes of
information. RTEMS provides two directives,
rtems.task_set_note
and
rtems.task_get_note
, that enable a user
to access and change the
notepad locations. The rtems.task_set_note
directive enables the user
to set a task's notepad entry to a specified note. The
rtems.task_get_note
directive allows the user to obtain the note
contained in any one of the sixteen notepads of a specified task.
Copyright © 1988-2008 OAR Corporation