GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> XFC / V0-3-0 > ddfc / rhel5-32


Interface   Data Structures   File List   Data Fields   Globals  

DFC_resultsPrint.c File Reference

Provides routines to output the event-by-event Diagnostic filter results vector to a terminal (ASCII). More...

#include <XFC/DFC_resultsPrint.h>
#include <XFC/DFC_status.h>
#include <DFC_resultDef.h>
#include <EDS/ECR_cal.h>
#include <EDS/TMR.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Functions

int DFC_resultsSizeof (void)
 Returns the size, in bytes, of a DFC result record.
int DFC_resultsPrint (int options, const DFC_result *beg, const DFC_result *end)
 Prints the event-by-event result vector to the terminal.


Detailed Description

Provides routines to output the event-by-event Diagnostic filter results vector to a terminal (ASCII).

Author:
JJRussell - russell@slac.stanford.edu

    CVS $Id

Function Documentation

int DFC_resultsPrint ( int  options,
const DFC_result beg,
const DFC_result end 
)

Prints the event-by-event result vector to the terminal.

Returns:
The number printed
Parameters:
options An options vector, expressed as a bit mask, controlling how verbose the display is.
beg The first results vector to print.
end The ending results vector
Currently only two options are supported DFC_RESULTS_PRINT_OPT_M_EVENT and DFC_RESULTS_PRINT_OPT_M_SUMMARY. These are documented in the interface file.

References _DFC_result::beg, DFC_RESULTS_PRINT_OPT_M_EVENT, DFC_RESULTS_PRINT_OPT_M_SUMMARY, DFC_STATUS_M_STAGE_GEM, _DFC_result::evtNum, _DFC_result::gem, and _DFC_result::status.

int DFC_resultsSizeof ( void   ) 

Returns the size, in bytes, of a DFC result record.

Returns:
The size, in bytes, of a DFC result record.


Generated on Wed Jan 4 14:17:33 2012 by  doxygen 1.5.8