2
3
4
5
6
7
8
9
10
12#if !defined(ae2f_errGlobal_h)
13#define ae2f_errGlobal_h
15#include "./c90/StdInt.h"
18
19
20
21
26
27
58
59
60
61
62
63
64
65#define ae2f_errGlobNormalised(n) (((n) & ae2f_errGlob_DONE_HOWEV) ? ae2f_errGlob_OK : (n))
#define ae2f_CmpGetGt(a, b)
#define ae2f_CmpGetLs(a, b)
#define ae2f_constexprmethod
#define ae2f_WhenCXX(a)
Appears when the current language is C.
#define ae2f_WhenC(a)
Appears when the current language is C++.
#define ae2f_float
Predefined floating point type.
#define ae2f_stdcc_v
Standard C++ version. .
#define __ae2f_stdcheck_CC(v)
@ ae2f_errGlob_ALLOC_FAILED
Allocation has failed.
@ ae2f_errGlob_NFOUND
Error for another reason, such as low level. (See another status value.).
@ ae2f_errGlob_FLUSH_FAILED
Releasing, flushing, etc has been failed.
@ ae2f_errGlob_IMP_NOT_FOUND
Implementation not found (not expected).
@ ae2f_errGlob_OK
Success.
@ ae2f_errGlob_WRONG_OPERATION
Wrong Ooperation.
@ ae2f_errGlob_PTR_IS_NULL
Null Pointer Exception.
@ ae2f_errGlob_DONE_HOWEV
Operation has finished.
uint_least8_t ae2f_err_t
Least integer type to store the error value.