CARMA C++
IDLutils.h
Go to the documentation of this file.
1 
11 #ifndef CARMA_ANTENNA_BIMA_IDLUTIL_H
12 #define CARMA_ANTENNA_BIMA_IDLUTIL_H
13 
15 #include "carma/util/UserException.h"
16 
17 #define CARMA_USREX( A ) \
18  CARMA_EXCEPTION( ::carma::util::UserException, A.c_str() )
19 
20 #endif // CARMA_ANTENNA_BIMA_IDLUTIL_H
This is the include file for Carma exception handling utilities.