void rtems_monitor_init( unsigned32 monitor_flags );
This routine initializes the RTEMS monitor task. The
monitor_flags
parameter indicates how the server
task is to start. This parameter is a bitfield and
has the following constants associated with it:
If the RTEMS_MONITOR_SUSPEND
bit is set, then the
monitor task will suspend itself after it is initialized.
A subsequent call to rtems_monitor_wakeup
will be required
to activate it.
The monitor task is created with priority 1. If there are application tasks at priority 1, then there may be times when the monitor task is not executing.
Copyright © 1988-2008 OAR Corporation