GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MON / V0-3-0

Constituent: mon     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

MON_poll.h File Reference

Interface to the CPU monitor polling task. More...

#include "MON/MON_pubdefs.h"
#include "PBS/MTX.h"
#include "PBS/TASK.h"
#include "MON_idle.h"
#include "MON_perf.h"

Include dependency graph for MON_poll.h:

This graph shows which files directly or indirectly include this file:


Data Structures

struct  _MON_Poll_Control
 Polling function control information block. More...

Typedefs

typedef _MON_Poll_Control MON_Poll_Control
 Typedef for _MON_Poll_Control.

Functions

unsigned int MON_poll_init (MON_Poll_Control *ctl_p, MON_Idle_Control *idle_p, MON_Perf_Control *perf_p, MTX *mtx_p)
 Initialize the POLL task.
unsigned int MON_poll_shutdown (MON_Poll_Control *ctl_p)
 Shutdown the POLL task.
unsigned int MON_poll_start (MON_Poll_Control *ctl_p, TASK_attr *attr_p)
 Start the POLL task.
unsigned int MON_poll_stop (MON_Poll_Control *ctl_p)
 Stop the POLL task.

Detailed Description

Interface to the CPU monitor polling task.

**  CVS $Id: MON_poll.h,v 1.3 2005/08/08 23:08:51 dmay Exp $
**  

Defines the interface to the functions found in MON_poll.c.


Function Documentation

unsigned int MON_poll_init MON_Poll_Control ctl_p,
MON_Idle_Control idle_p,
MON_Perf_Control perf_p,
MTX *  mtx_p
 

Initialize the POLL task.

Parameters:
ctl_p Pointer to POLL state.
idle_p Pointer to IDLE monitor state.
perf_p Pointer to performance monitor state.
mtx_p Pointer to control block access MUTEX.
Returns:
MSG code.

unsigned int MON_poll_shutdown MON_Poll_Control ctl_p  ) 
 

Shutdown the POLL task.

Parameters:
ctl_p Pointer to POLL state.
Returns:
MSG code.

unsigned int MON_poll_start MON_Poll_Control ctl_p,
TASK_attr *  attr_p
 

Start the POLL task.

Parameters:
ctl_p Pointer to POLL state.
attr_p Pointer to POLL task attributes.
Returns:
MSG code.

unsigned int MON_poll_stop MON_Poll_Control ctl_p  ) 
 

Stop the POLL task.

Parameters:
ctl_p Pointer to POLL state.
Returns:
MSG code.


Generated on Wed Dec 5 08:43:58 2007 by  doxygen 1.4.4