GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LIM / V1-21-0 > lim / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LIM_pid.h File Reference

Interface to the functions found in LIM_pid.c. More...

#include "LIM_action.h"

Typedefs

typedef void(* LIM_Pid_Isr )(void *parm)
 Signature of a PID interrupt service routine.

Functions

unsigned int LIM_pid_int_connect_gbm (LIM_Pid_Isr isr, int parm, int pri_select)
 Disable the primary or redundant GBM interrupt.
unsigned int LIM_pid_int_disable_gbm (int in_interrupt, LIM_Action *action_p, int pri_select)
 Disable the primary or redundant GBM interrupt.
unsigned int LIM_pid_int_enable_gbm (LIM_Action *action_p, int pri_select)
 Enable the primary or redundant GBM interrupt.
unsigned int LIM_pid_select (LIM_Action *action_p, int pri_select)
 Select the primary or redundant PID input signals.


Detailed Description

Interface to the functions found in LIM_pid.c.

**  CVS $Id: LIM_pid.h,v 1.5 2006/03/10 22:26:45 dmay Exp $
**  

Function Documentation

unsigned int LIM_pid_int_connect_gbm ( LIM_Pid_Isr  isr,
int  parm,
int  pri_select 
)

Disable the primary or redundant GBM interrupt.

Parameters:
isr Interrupt service routine to connect.
parm Parameter to pass to the ISR.
pri_select Flag to select primary GBM interrupt.
Returns:
MSG code.

unsigned int LIM_pid_int_disable_gbm ( int  in_interrupt,
LIM_Action action_p,
int  pri_select 
)

Disable the primary or redundant GBM interrupt.

Parameters:
in_interrupt Flag indicating that we're running at int level.
action_p Pointer to an action reporting object.
pri_select Flag to select primary GBM interrupt.
Returns:
MSG code.

unsigned int LIM_pid_int_enable_gbm ( LIM_Action action_p,
int  pri_select 
)

Enable the primary or redundant GBM interrupt.

Parameters:
action_p Pointer to an action reporting object.
pri_select Flag to select primary GBM interrupt.
Returns:
MSG code.

unsigned int LIM_pid_select ( LIM_Action action_p,
int  pri_select 
)

Select the primary or redundant PID input signals.

Parameters:
action_p Pointer to an action reporting object.
pri_select Flag to select primary GBM interrupt.
Returns:
MSG code.


Generated on Thu Jul 30 10:23:22 2009 by  doxygen 1.5.3