GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LCI / V6-1-0 > LCI_test / rhel6-32


Interface   Data Structures   File List   Data Fields   Globals  

Classes | Typedefs | Functions
test_p.h File Reference

Private includes for LCI testing. More...

#include <ITC/ITC_pubdefs.h>

Classes

struct  Test
 Structure holding a pointer to a test function and the title of the test. More...

Typedefs

typedef unsigned(* pTest )(void)
 Pointer to a function that performs a test.

Functions

unsigned LCI_test_catechise (void)
 Test the catechise function.
unsigned LCI_test_compiler (void)
 Perform a compiler test.
unsigned LCI_test_transport (void)
 Test configuration.
unsigned cmd_calibrate (unsigned latccfg, unsigned lcicfg)
unsigned cmd_abort (void)
unsigned test_cue (void)
void test_init (void)
unsigned test_startTask (void)
void test_stopTask (void)
unsigned test_calibrate (unsigned latccfg, unsigned lcicfg)
unsigned test_send (unsigned latccfg, unsigned lcicfg)
void test_wait_cali (void)
unsigned test_wait_term (void)
unsigned int kick_test (void *prm, const struct _ITC_QueueItem *qitem, void *pay, unsigned int len)

Detailed Description

Private includes for LCI testing.

Author:
James Swain & Owen Saxton

$Id: test_p.h,v 1.4 2011/03/29 19:34:34 saxton Exp $


Function Documentation

unsigned LCI_test_catechise ( void  )

Test the catechise function.

Returns:
Line number of error, or 0 if test succeeds
unsigned LCI_test_compiler ( void  )

Perform a compiler test.

Returns:
Line number of first failure

References compiler_acd(), compiler_cal(), and compiler_tkr().

unsigned LCI_test_transport ( void  )

Test configuration.

Returns:
Line number of failure

References test_acd(), test_cal(), and test_tkr().