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

Constituent: trim     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

t_map.c File Reference

Test the functions of RIM/map.h. More...

#include "RIM_p.h"
#include "ctors_p.h"
#include "RIM_AG_types_p.h"
#include "RIM_number.ic"
#include <stdio.h>
#include <stdlib.h>

Include dependency graph for t_map.c:


Defines

#define CHECK_CALL_MSG(fn, args...)
#define CHECK_CALL_RTN(fn)

Functions

unsigned t_map (void *param)
 Test the functions defined in RIM/lrd.h.

Detailed Description

Test the functions of RIM/map.h.

Author:
James Swain -- jswain@slac.stanford.edu

Define Documentation

#define CHECK_CALL_MSG fn,
args...   ) 
 

Value:

{ \
  if(RIM_SUCCESS != fn) { \
    fprintf(stderr, ## args); \
    return __LINE__; \
  } \
}

#define CHECK_CALL_RTN fn   ) 
 

Value:

{                                          \
  if(RIM_SUCCESS != fn) return __LINE__;   \
}


Function Documentation

unsigned t_map void *  param  ) 
 

Test the functions defined in RIM/lrd.h.

Returns:
Line number of the first error, or 0 if the test is successful
Parameters:
param Opaque handle for the test control structure (if any)


Generated on Fri Jun 15 02:07:42 2007 by  doxygen 1.4.4