GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > XFC / V0-1-2

Constituent: ddfc     Tag: rad750


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 <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "XFC/DFC_resultsPrint.h"
#include "XFC/DFC_status.h"
#include "DFC_resultDef.h"
#include "EDS/ECR_cal.h"
#include "EDS/TMR.h"

Include dependency graph for DFC_resultsPrint.c:


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.

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 Thu Jun 19 01:24:24 2008 by  doxygen 1.4.4