GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > RIM / V2-3-1

Constituent: trim     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

t_map.c File Reference

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

#include "test_rim_p.h"
#include "RIM_p.h"
#include "RIM_number.ic"
#include "RIM_AG_types_p.h"
#include "RIM/RIM_msgs.h"
#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 & Owen Saxton
Id
t_map.c,v 1.3 2007/11/09 22:58:59 saxton Exp

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.

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


Generated on Wed Dec 17 01:30:14 2008 by  doxygen 1.4.4