GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EFC / V4-3-0
Constituent: efc     Tag: sun-gcc
#include "EFC/EFA_def.h"
Include dependency graph for EFA.h:

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

Typedefs | |
| typedef _EFA | EFA |
| typedef _EFA_hdr | EFA_hdr |
| typedef _EDS_cfgInfo | EDS_cfgInfo |
Functions | |
| int | EFA_construct (EFA *efa, void *pool, int enable, const EFA_services *services, void *ctx, unsigned int size, unsigned int postCnt, unsigned int recCnt) |
| Set up the internal data structures of the EFA control structure. | |
| int | EFA_flush (EFA *efa, int reason) |
| Forces a posting of the current results. | |
| int | EFA_notify (EFA *efa, int mode, const EDS_cfgInfo *cfg) |
| Callback signature to notify an analyis routine of a mode change. | |
| int | EFA_resultSizeof (const EFA *efa) |
| Returns the size, in bytes, of one result vector. | |
| int | EFA_sizeof (int result_size, int result_cnt) |
| Computes the size, in bytes, of the EFA control structure. | |
| int | EFA_enable (EFA *efa, int enable) |
| Enables/disables EFA. This can only be done outside the context of a run, i.e. the state must be STOPPED. | |
| int | EFA_start (EFA *efa, int reason, int run_id, int startTime, int mode) |
| Callback signature to start or prepare a posting stream to receive events. | |
| unsigned int | EFA_hdrCompose (EFA_hdr *hdr, unsigned int relative, unsigned long long seq, unsigned int gemClock, unsigned int gemStrobe) |
| Composes specified event header. | |
CVS $Id: EFA.h,v 1.1 2007/10/10 23:40:42 russell Exp $
|
||||||||||||||||||||||||||||||||||||
|
Set up the internal data structures of the EFA control structure.
|
|
||||||||||||
|
Enables/disables EFA. This can only be done outside the context of a run, i.e. the state must be STOPPED.
|
|
||||||||||||
|
Forces a posting of the current results.
|
|
||||||||||||||||||||||||
|
Composes specified event header.
|
|
||||||||||||||||
|
Callback signature to notify an analyis routine of a mode change.
|
|
|
Returns the size, in bytes, of one result vector.
|
|
||||||||||||
|
Computes the size, in bytes, of the EFA control structure.
|
|
||||||||||||||||||||||||
|
Callback signature to start or prepare a posting stream to receive events.
|
1.4.4