GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EFC / V4-3-0
Constituent: efc     Tag: mcp750
#include "EFC/EHP.h"
#include "CPU_DB/CPU_DB_pubdefs.h"
#include "PBS/TASK.h"
#include "PBS/FORK.h"
#include "PBS/TOC.h"
#include "PBS/MBA.h"
#include <string.h>
Include dependency graph for EHP.c:

Data Structures | |
| struct | _EHP |
Defines | |
| #define | NQUES 31 |
Typedefs | |
| typedef _EHP | EHP |
Functions | |
| FORK_fcb * | EHP_create (void) |
| Creates the Event Handler Proxy task. | |
| unsigned int | EHP_destroy (void) |
| Destroys the Event Handler Proxy task. | |
| FORK_que * | EHP_queGet (int que_id) |
| Gets the fork que handle of the specified fork que. | |
Variables | |
| static EHP | Ehp = { NULL } |
CVS $Id: EHP.c,v 1.1 2007/10/10 23:40:43 russell Exp $
A FORK task with 31 queues is established. Clients may request one of the que to do their work in and then que such work using the normal FORK_qusr routine.
|
|
Creates the Event Handler Proxy task.
|
|
|
Destroys the Event Handler Proxy task.
|
|
|
Gets the fork que handle of the specified fork que.
|
1.4.4