00001 //====================================================================== 00032 //====================================================================== 00033 00034 00035 #ifndef SDH_CODES_h 00036 #define SDH_CODES_h 00037 00038 #include "sdhlibrary_settings.h" 00039 00040 //---------------------------------------------------------------------- 00041 // System Includes - include with <> 00042 //---------------------------------------------------------------------- 00043 00044 00045 //---------------------------------------------------------------------- 00046 // Project Includes - include with "" 00047 //---------------------------------------------------------------------- 00048 00049 NAMESPACE_SDH_START 00050 00051 #include "sdh_command_codes.h" 00052 #include "sdh_return_codes.h" 00053 00054 //---------------------------------------------------------------------- 00055 // Defines, enums, unions, structs 00056 //---------------------------------------------------------------------- 00057 00058 //---------------------------------------------------------------------- 00059 // Global variables (declarations) 00060 //---------------------------------------------------------------------- 00061 00062 //---------------------------------------------------------------------- 00063 // External functions (function declarations) 00064 //---------------------------------------------------------------------- 00065 00066 //---------------------------------------------------------------------- 00067 // Function prototypes (function declarations) 00068 //---------------------------------------------------------------------- 00069 00070 char const* SDHCommandCodeToString( eCommandCode cc ); 00071 char const* SDHReturnCodeToString( eReturnCode rc ); 00072 00073 NAMESPACE_SDH_END 00074 00075 #endif 00076 00077 00078 //====================================================================== 00079 /* 00080 Here are some settings for the emacs/xemacs editor (and can be safely ignored): 00081 (e.g. to explicitely set C++ mode for *.h header files) 00082 00083 Local Variables: 00084 mode:C 00085 mode:ELSE 00086 End: 00087 */ 00088 //======================================================================