RTEMS Logo

RTEMS 4.10.2 On-Line Library


Monitor Task rtems_monitor_init - Initialize the Monitor Task

PREV UP NEXT Bookshelf New Chapters

2.4.1: rtems_monitor_init - Initialize the Monitor Task

CALLING SEQUENCE:

void rtems_monitor_init(
  unsigned32 monitor_flags
);

STATUS CODES: NONE

DESCRIPTION:

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.

NOTES:

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.


PREV UP NEXT Bookshelf New Chapters

Copyright © 1988-2008 OAR Corporation