GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QLSW / V1-0-0

Constituent: qlsw     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

QLSW_pubdefs.h File Reference

Public definitions for the QLSW trace dump facilities. More...

#include "TRC/TRC_pubdefs.h"

Include dependency graph for QLSW_pubdefs.h:

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


Typedefs

typedef unsigned int QLSW_cb_TraceDispatch (const TRC_Buffer *trc, unsigned int msg, unsigned int tdb, unsigned int usr, const unsigned int *dat)
 Signature for routine to record a trace entry.

Functions

void QLSW_dumpCommon (const TRC_Buffer *trc)
 Dump the trace common area.
void QLSW_dumpDefault (unsigned int dsp, unsigned int msg, unsigned int tdb, unsigned int usr, const unsigned int *dat)
 Routine to a record "raw".
void QLSW_dumpTrace (const TRC_Buffer *trc)
 Dump the trace body (the real thing).
void QLSW_dumpTraceHeader (const TRC_Buffer *trc)
 Dump the trace header block.
const char * QLSW_getTaskName (const TRC_Buffer *trc, unsigned int tdb)
 Translate task ID to name.

Detailed Description

Public definitions for the QLSW trace dump facilities.

CVS $Id: QLSW_pubdefs.h,v 1.2 2007/03/22 02:03:38 apw Exp $
Author:
A.P.Waite

Function Documentation

void QLSW_dumpCommon const TRC_Buffer *  trc  ) 
 

Dump the trace common area.

Parameters:
trc Pointer to the trace header buffer

void QLSW_dumpTrace const TRC_Buffer *  trc  ) 
 

Dump the trace body (the real thing).

Parameters:
trc Pointer to the trace header buffer

void QLSW_dumpTraceHeader const TRC_Buffer *  trc  ) 
 

Dump the trace header block.

Parameters:
trc Pointer to the trace header buffer

const char* QLSW_getTaskName const TRC_Buffer *  trc,
unsigned int  tdb
 

Translate task ID to name.

Parameters:
trc (in) Trace buffer
tdb (in) Task index (in CPU_DB/ITC space)
Return a task name corresponding to the given task index (in CPU_DB/ITC space). Always return a valid pointer (even it's just pointing to a zero length string).


Generated on Thu Mar 22 04:05:32 2007 by  doxygen 1.4.4