sdh_codes.h
Go to the documentation of this file.
1 //======================================================================
32 //======================================================================
33 
34 
35 #ifndef SDH_CODES_h
36 #define SDH_CODES_h
37 
38 #include "sdhlibrary_settings.h"
39 
40 //----------------------------------------------------------------------
41 // System Includes - include with <>
42 //----------------------------------------------------------------------
43 
44 
45 //----------------------------------------------------------------------
46 // Project Includes - include with ""
47 //----------------------------------------------------------------------
48 
50 
51 #include "sdh_command_codes.h"
52 #include "sdh_return_codes.h"
53 
54 //----------------------------------------------------------------------
55 // Defines, enums, unions, structs
56 //----------------------------------------------------------------------
57 
58 //----------------------------------------------------------------------
59 // Global variables (declarations)
60 //----------------------------------------------------------------------
61 
62 //----------------------------------------------------------------------
63 // External functions (function declarations)
64 //----------------------------------------------------------------------
65 
66 //----------------------------------------------------------------------
67 // Function prototypes (function declarations)
68 //----------------------------------------------------------------------
69 
70 char const* SDHCommandCodeToString( eCommandCode cc );
71 char const* SDHReturnCodeToString( eReturnCode rc );
72 
74 
75 #endif
76 
77 
78 //======================================================================
79 /*
80  Here are some settings for the emacs/xemacs editor (and can be safely ignored):
81  (e.g. to explicitely set C++ mode for *.h header files)
82 
83  Local Variables:
84  mode:C
85  mode:ELSE
86  End:
87 */
88 //======================================================================
This file contains the binary command codes of the SDH. To use this from a non gcc compiler you might...
enum eReturnCodeEnum eReturnCode
typedef for eCommandCodeEnum, see there
NAMESPACE_SDH_START char const * SDHCommandCodeToString(eCommandCode cc)
Definition: sdh_codes.cpp:64
#define NAMESPACE_SDH_START
This file contains a typedef for a common Return Codes enum.
char const * SDHReturnCodeToString(eReturnCode rc)
Definition: sdh_codes.cpp:124
enum eCommandCodeEnum eCommandCode
typedef for eCommandCodeEnum, see there
#define NAMESPACE_SDH_END
This file contains settings to make the SDHLibrary compile on differen systems:


sdhlibrary_cpp
Author(s): Dirk Osswald
autogenerated on Sun Aug 18 2019 03:42:20