GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QLRA / V0-1-5

Constituent: qlra     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QLRA_disp.c File Reference

Routines for displaying LRA data. More...

#include "QLRA/QLRA.h"
#include "QLRA/QLRA_msgs.h"
#include "LRA/LRA_cli.h"
#include "PBI/Endianness.h"
#include <stdio.h>
#include <string.h>
#include <time.h>

Include dependency graph for QLRA_disp.c:


Functions

void QLRA_dispRegData (unsigned int secs, LRA_regData *rData, void *parm)
 Display register data.
void QLRA_dispEsrData (unsigned int secs, LRA_esrData *rData, void *parm)
 Display error and status register data.
void QLRA_dispStats (unsigned int secs, LRA_stats *sData, void *parm)
 Display statistics data.

Detailed Description

Routines for displaying LRA data.

Author:
Owen H Saxton
Id
QLRA_disp.c,v 1.7 2007/11/22 00:54:15 saxton Exp

Function Documentation

void QLRA_dispEsrData unsigned int  secs,
LRA_esrData *  rData,
void *  parm
 

Display error and status register data.

This routine produces a formatted display of the contents of a block of error and status register data.

Parameters:
secs The time the register data was obtained, in spacecraft units.
rData The register data to be displayed.
parm Options to modify the display.

void QLRA_dispRegData unsigned int  secs,
LRA_regData *  rData,
void *  parm
 

Display register data.

This routine produces a formatted display of the contents of a block of register data.

Parameters:
secs The time the register data was obtained, in spacecraft units.
rData The register data to be displayed.
parm Options to modify the display.

void QLRA_dispStats unsigned int  secs,
LRA_stats *  sData,
void *  parm
 

Display statistics data.

This routine produces a formatted display of the contents of a block of statistics data.

Parameters:
secs The time the data was sent, in spacecraft units.
sData The statistics data to be displayed.
parm Options to modify the display.


Generated on Wed Dec 5 07:51:36 2007 by  doxygen 1.4.4