AddressList.cxx :
***** ??? *****
BocTest.cxx :
// Test program for the BOC.
DspDump.cxx :
// A program to dump blocks of memory in either Master DSP memory space or a
// Slave DSP memory space.
DspPeek.cxx :
//! A program to dump blocks of memory in either Master DSP memory space or a
// Slave DSP memory space. It does NOT initialize the ROD!! This program is
// intended to be a diagnostic used to examine memory contents after another
// program, e.g. EchoTest or LedTest, has run.
Echo2Test.cxx :
// Test program to send multiple ECHO primitives to the PrimList.
EchoTest.cxx :
// Test program to send a single ECHO primitive
EchoTestThread.cxx :
// Multi-threaded version of a test program to send a single ECHO primitive
FlashDump.cxx :
//------------------------------FlashDump------------------------------
FlashLoad.cxx :
//------------------------------FlashLoad------------------------------
FlashSave.cxx :
//------------------------------FlashSave------------------------------
FlashTest.cxx :
***** ??? *****
LedTest.cxx :
***** ??? *****
MdspDump.cxx :
***** ??? *****
MdspFlashLoad.cxx :
//------------------------------MdspFlashLoad------------------------------
MdspFlashSave.cxx :
***** ??? *****
MdspPeek.cxx :
//! A program to dump blocks of memory in Master DSP memory space.
// It does NOT initialize the ROD!! This program is intended to be
// a diagnostic used to examine memory contents after another
// program, e.g. EchoTest or LedTest, has run.
MdspSnap.cxx :
/*! A program to dump standard buffers in the Master DSP memory space.
The buffers are PrimBuff, RepBuff, all four text buffers, and the
status and control registers.
It does NOT initialize the ROD!! This program is intended to be
a diagnostic used to examine the MDSP after another
program, e.g. EchoTest or LedTest, has run.
*/
PrmLoad.cxx :
***** ??? *****
RegPeek.cxx :
//! A program to dump status and command registers in Master DSP memory space.
// It does NOT initialize the ROD!! This program is intended to be
// a diagnostic used to examine register contents after another
// program, e.g. EchoTest or LedTest, has run.
SlaveEchoTest.cxx :
// Test program to send a single ECHO primitive to a slave DSP
//
// The output consists of a buffer of three primitives:
// 1. An ECHO reply from the MDSP with "beef" data
// 2. A reply from a SEND_SLAVE_LIST primitive with data in the following format:
// a. a primitive list with one primitive
// b. an ECHO reply from the slave with "feed" data
// 3. An ECHO reply from the MDSP with "cafe" data
SlvMemPeek.cxx :
// Test program to read a block of slave memory using the RW_SLAVE_MEMORY primitive
SlvSnap.cxx :
/*! A program to dump standard buffers in a Slave DSP memory space.
The buffers are PrimBuff, RepBuff, all four text buffers, and the
status and control registers.
It does NOT initialize the ROD!! This program is intended to be
a diagnostic used to examine the slave DSP after another
program, e.g. EchoTest or LedTest, has run.
*/
TextPeek.cxx :
//! A program to dump text buffers in Master DSP memory space.
// It does NOT initialize the ROD!! This program is intended to be
// a diagnostic used to examine buffer contents after another
// program, e.g. EchoTest or LedTest, has run.
TimModuleTest.cxx :
//File: TimModuleTest.cxx
* $Id: TimModuleTest.cxx,v 1.1 2003/10/30 16:42:06 sctpixel Exp $
TouchRod.cxx :
//! A quick utility to read a ROD's serial number register and do a sanity check.
XmlTest.cxx :
/*! This is a test program to read a PrimList from an XML file and send it to the ROD.
It follows the format in Xml/README.rules and illustrated by Xml/Example.xml.
It retrieves any reply buffer generated by the PrimList and prints it to the screen.
This program can be called with optional arguments as follows:
-n :tells it not to initialize the ROD before sending it to the PrimList.
-s# where # is an integer between 1 and 21: set the VME slot number.
-f: set the name of the XML file to be read to be
If either -s or -f is missing, the user will be prompted for a value.
No space can come between -s and the slot number or between -f and the file name.
Examples:
./XmlTest -n -s7 -fXml/Exam[ple.xml
This reads the file Xml/Example.xml and sends it to the ROD in slot 7 without calling
the initialize() method of RodModule.
./XmlTest
This executes the program, prompting the user for all information and initializing the
ROD.
*/
FindRod.cxx :
//! A quick utility to read a ROD's serial number register and do a sanity check.
GetRodStatus.cxx :
/* Test of the RodStatus class
* written by Fredrik Tegenfeldt
*
* $Id: GetRodStatus.cxx,v 1.2 2004/06/09 08:54:07 hoffmann Exp $
*/
TimSequinTest.cxx :
//File: TimSequinTest.cxx
* $Id: TimSequinTest.cxx,v 1.1 2004/06/07 19:16:47 jbl Exp $
Generated on Mon Oct 4 20:27:59 2004