GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> FMX / V4-0-15 > fmxx / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

Defines | Functions
FMX_prtdefs.h File Reference

Public definitions for the FMX print functions. More...

#include <FMX/FMX_pubdefs.h>

Defines

#define FMX_OPT_EXPORT   ( 0x00000001 )
 Option to specify display of export files.
#define FMX_OPT_FULL   ( 0x00000002 )
 Option to specify a fuller print output.
#define FMX_OPT_IMPORT   ( 0x00000004 )
 Option to specify display of import files.
#define FMX_OPT_TITLE   ( 0x00000008 )
 Option to specify that print routines should print titles.

Functions

unsigned int FMX_printConnect (FMX_Connection *ucb)
 Print out connection details.
unsigned int FMX_printEnumTable (FMX_Connection *ucb, FMX_EnumTableList tbl, unsigned int opt)
 Print out one of the enumerated tables.

Detailed Description

Public definitions for the FMX print functions.

CVS $Id: FMX_prtdefs.h,v 1.2 2011/03/25 20:42:51 apw Exp $
Author:
A.P.Waite

Function Documentation

unsigned int FMX_printConnect ( FMX_Connection ucb)
unsigned int FMX_printEnumTable ( FMX_Connection ucb,
FMX_EnumTableList  tbl,
unsigned int  opt 
)

Print out one of the enumerated tables.

Parameters:
ucb(in) Connection handle
tbl(in) Table to print
opt(in) Print options
Return values:
FMX_SUCCESSSuccess
FMX_UCBNOTInvalid user connection block

Referenced by FMX_showDevice(), FMX_showFiletype(), FMX_showHost(), FMX_showInstrument(), FMX_showNode(), and FMX_showTag().