GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EFC / V4-1-0

Constituent: efcprint     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

EFC_samplerPrint.c File Reference

Implementation of the EFC sampler print routines. More...

#include "EFC/EFC_samplerPrint.h"
#include "EFC_samplerDef.h"
#include <stdio.h>

Include dependency graph for EFC_samplerPrint.c:


Functions

static void printHeader (const char *title)
 Prints the format and instance versioning information.
static void printClasses (const EFC_samplerClasses *class)
 Prints the static information.
static int printPrescales (const EFC_samplerPrescaleCtx *prescaler)
 Prints the contents of a sampler configuration record.
int EFC_samplerPrint (const EFC_sampler *sampler, const char *title)
 Prints the contents of the parameter configuration record.
static void printSeparator (void)
 Prints a separating line.

Detailed Description

Implementation of the EFC sampler print routines.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: EFC_samplerPrint.c,v 1.3 2007/06/26 01:06:43 russell Exp $

Function Documentation

EFC_samplerPrint const EFC_sampler sampler,
const char *  title
 

Prints the contents of the parameter configuration record.

Return values:
0,Print successfully completed
-1,Unrecognized or unsupported configuration version
Parameters:
sampler The sampler record to print
title Optional identifing title

static void printClasses const EFC_samplerClasses class  )  [static]
 

Prints the static information.

Parameters:
class The sampler class structure to print

static void printHeader const char *  title  )  [static]
 

Prints the format and instance versioning information.

Parameters:
title An optional string giving a description of what is to follow

static int printPrescales const EFC_samplerPrescaleCtx prescale  )  [static]
 

Prints the contents of a sampler configuration record.

Return values:
0,Print successfully completed
-1,Unrecognized or unsupported configuration version
Parameters:
prescale The prescale context to print


Generated on Wed Dec 19 03:08:18 2007 by  doxygen 1.4.4