00001 #ifndef __uth_err_h__ 00002 #define __uth_err_h__ 00003 00008 00009 00010 #ifdef __cplusplus 00011 extern "C" 00012 { 00013 #endif 00014 00015 typedef enum { 00016 NO_ERROR = 0, 00017 ERR_OUTFLOW_BACKWATER, 00018 ERR_FINAL_VELOCITY_MAG_EXCEEDED 00019 } utt_err_code; 00020 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif