GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XFC / V0-1-2
Constituent: dfc     Tag: mcp750
#include "EFC/EFC_fate.h"
#include "EDS/EBF_siv.h"
Include dependency graph for DFC.h:

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

Functions | |
| int | DFC_sizeof (int cnt) |
| Sizes the minimum ionizing particle filtering control structure. | |
| int | DFC_cfgSizeof (void) |
| Sizes the minimum filtering configuration as it is used in the actual filtering progam. | |
| int | DFC_cfgCompile (DFC_cfg *cfg, const DFC_DB_prms *prms) |
| Implements the transformation of the configuration parameters as specified by the user, cfg, into the internal form, ctlCfg. | |
| int | DFC_resultSizeof (const DFC *hfc) |
| Returns the size, in bytes, of one result vector. | |
| DFC_cfg * | DFC_cfgSet (DFC *hfc, DFC_cfg *cfg) |
| Makes the specified internal representation of the configuration parameters the current active one. | |
| int | DFC_filter (DFC *hfc, unsigned int pktByte, EBF_pkt *pkt, EBF_siv siv, EDS_fwIxb *ixb, unsigned int vetoes, DFC_result *result) |
| Determines the fate of 1 event. | |
| unsigned int | DFC_fwObjects (void) |
| Returns a bit mask of the EDS_fw objects used by the heavy ion filter. | |
| unsigned int | DFC_fwNeeds (void) |
| Returns a bit mask of the EDS_fw needs. | |
| const EFC_services * | DFC_servicesGet (void) |
CVS $Id: DFC.h,v 1.1.1.1 2006/06/13 22:18:24 russell Exp $
|
||||||||||||
|
Implements the transformation of the configuration parameters as specified by the user, cfg, into the internal form, ctlCfg.
|
|
||||||||||||
|
Makes the specified internal representation of the configuration parameters the current active one.
|
|
|
Sizes the minimum filtering configuration as it is used in the actual filtering progam.
|
|
||||||||||||||||||||||||||||||||
|
Determines the fate of 1 event.
|
|
|
Returns a bit mask of the EDS_fw needs.
|
|
|
Returns a bit mask of the EDS_fw objects used by the heavy ion filter.
|
|
|
Returns the size, in bytes, of one result vector.
|
|
|
Sizes the minimum ionizing particle filtering control structure.
|
1.4.4