GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LEM / V4-5-0

Constituent: lem_cli     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

print.h File Reference

Print out the registers of a component. More...

#include "LEM/defs.h"

Include dependency graph for print.h:

Include dependency graph

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

Included by dependency graph

Functions

unsigned TEM_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned TIC_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned TIC_ENV_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned CCC_show (LEM_LATP_ADDR addr, unsigned ccc)
 Print out the value of all registers of the component.

unsigned CRC_show (LEM_LATP_ADDR addr, unsigned ccc, unsigned crc)
 Print out the value of all registers of the component.

unsigned CFE_show (LEM_LATP_ADDR addr, unsigned ccc, unsigned crc, unsigned cfe)
 Print out the value of all registers of the component.

unsigned TCC_show (LEM_LATP_ADDR addr, unsigned tcc)
 Print out the value of all registers of the component.

unsigned TRC_show (LEM_LATP_ADDR addr, unsigned tcc, unsigned trc)
 Print out the value of all registers of the component.

unsigned TFE_show (LEM_LATP_ADDR addr, unsigned tcc, unsigned trc, unsigned tfe)
 Print out the value of all registers of the component.

unsigned AEM_CC_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned AEM_ENV_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned ARC_show (LEM_LATP_ADDR addr, unsigned arc)
 Print out the value of all registers of the component.

unsigned AFE_show (LEM_LATP_ADDR addr, unsigned arc, unsigned afe)
 Print out the value of all registers of the component.

unsigned PDU_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned PDU_ENV_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned CRU_show (void)
 Print out the value of all registers of the component.

unsigned EBM_CC_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned EBM_STAT_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_CC_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_TAM_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_STAT_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_SCHD_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_ROI_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_IE_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_WIN_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned GEM_show (LEM_LATP_ADDR addr, LEM_REG_BLK blk)
 Print out the value of all registers of the component.

unsigned AEM_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.

unsigned EBM_show (LEM_LATP_ADDR addr)
 Print out the value of all registers of the component.


Detailed Description

Print out the registers of a component.

Author:
James Swain - jswain@slac.stanford.edu history 19 Oct 2004: Created.

Function Documentation

unsigned AEM_CC_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the AEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned AEM_ENV_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the AEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

unsigned AEM_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the AEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned AFE_show LEM_LATP_ADDR  addr,
unsigned  arc,
unsigned  afe
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the AEM (note BCAST is _not_ acceptable)
arc should be the ID of the target ARC (note BCAST is _not_ acceptable)
afe should be the ID of the target AFE (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned ARC_show LEM_LATP_ADDR  addr,
unsigned  arc
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the AEM (note BCAST is _not_ acceptable)
arc should be the ID of the target ARC (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned CCC_show LEM_LATP_ADDR  addr,
unsigned  ccc
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
ccc should be the ID of the target CCC (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned CFE_show LEM_LATP_ADDR  addr,
unsigned  ccc,
unsigned  crc,
unsigned  cfe
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
ccc should be the ID of the target CCC (note BCAST is _not_ acceptable)
crc should be the ID of the target CRC (note BCAST is _not_ acceptable)
cfe should be the ID of the target CFE (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned CRC_show LEM_LATP_ADDR  addr,
unsigned  ccc,
unsigned  crc
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
ccc should be the ID of the target CCC (note BCAST is _not_ acceptable)
crc should be the ID of the target CRC (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned CRU_show void   ) 
 

Print out the value of all registers of the component.

Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned EBM_CC_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the EBM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned EBM_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the EBM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned EBM_STAT_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the EBM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_CC_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_IE_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_ROI_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_SCHD_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_show LEM_LATP_ADDR  addr,
LEM_REG_BLK  blk
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
blk should be the ID of the register block (one of the GEM_BLK_X from LEM_REG_BLK)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_STAT_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_TAM_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned GEM_WIN_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the GEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned PDU_ENV_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the PDU (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

unsigned PDU_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the PDU (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned TCC_show LEM_LATP_ADDR  addr,
unsigned  tcc
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
tcc should be the ID of the target TCC (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned TEM_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned TFE_show LEM_LATP_ADDR  addr,
unsigned  tcc,
unsigned  trc,
unsigned  tfe
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
tcc should be the ID of the target TCC (note BCAST is _not_ acceptable)
trc should be the ID of the target TRC (note BCAST is _not_ acceptable)
tfe should be the ID of the target TFE (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned TIC_ENV_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

unsigned TIC_show LEM_LATP_ADDR  addr  ) 
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:

unsigned TRC_show LEM_LATP_ADDR  addr,
unsigned  tcc,
unsigned  trc
 

Print out the value of all registers of the component.

Parameters:
addr Logical LATp address of the TEM (note BCAST is _not_ acceptable)
tcc should be the ID of the target TCC (note BCAST is _not_ acceptable)
trc should be the ID of the target TRC (note BCAST is _not_ acceptable)
Returns:
One of LEM_msgs.

Here is the call graph for this function:


Generated on Thu Sep 22 22:31:32 2005 by doxygen 1.3.3