GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSD / V0-4-4

Constituent: qsdprint     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSD_ctxPrint.h File Reference

Prints the QSD_ctxOpen, QSD_ctxClose and QSD_ctxDid data structures. More...

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


Typedefs

typedef _QSD_ctxOpen QSD_ctxOpen
 Typedef for struct _QSD_ctxOpen.
typedef _QSD_ctxClose QSD_ctxClose
 Typedef for struct _QSD_ctxClose.
typedef _QSD_ctxDid QSD_ctxDid
 Typedef for struct _QSD_ctxDid.

Functions

void QSD_ctxPrint (const QSD_ctx *ctx, const char *title)
 Produces a dump of the standard context information.
void QSD_ctxOpenClosePrint (const QSD_ctxOpen *open, const QSD_ctxClose *close)
 Produces a dump of the standard open and close context information.
void QSD_ctxDidPrint (const QSD_ctxDid *did)
 Prints the Datagram Identifier.

Detailed Description

Prints the QSD_ctxOpen, QSD_ctxClose and QSD_ctxDid data structures.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QSD_ctxPrint.h,v 1.1 2008/06/09 19:07:30 russell Exp $

Typedef Documentation

QSD_ctxClose
 

Typedef for struct _QSD_ctxClose.

Overview
The QSD_ctxClose structure contains the reason why the datagram was closed.

QSD_ctxDid
 

Typedef for struct _QSD_ctxDid.

The DID is a series of numbers that uniquely identifies every data packet. That is, no two packets should every have exactly the same set of numbers. Some of these numbers are fixed at begin run time, e.g. the run identifier, the data source (origin), while others get updated as the run progresses. These include the datagram identifier, the mode, etc.

QSD_ctxOpen
 

Typedef for struct _QSD_ctxOpen.

Overview
The QSD_open contains why this datagram was opened.


Function Documentation

QSD_ctxDidPrint const QSD_ctxDid did  ) 
 

Prints the Datagram Identifier.

Parameters:
did The datagram identifier to print

void QSD_ctxOpenClosePrint const QSD_ctxOpen open,
const QSD_ctxClose close
 

Produces a dump of the standard open and close context information.

const char *title)

Parameters:
open The datagram open information to print
close The datagram close information to print

void QSD_ctxPrint const QSD_ctx ctx,
const char *  title
 

Produces a dump of the standard context information.

Parameters:
ctx The datagram context to print.
title The title string, may by NULL


Generated on Wed Apr 15 01:17:01 2009 by  doxygen 1.4.4