General types used across the ATO BASE API. More...
Modules | |
Module defines | |
Each module within the library is individually defined by a name and id. | |
Other defines | |
Typedefs | |
typedef struct _ato_Ctx | ato_Ctx |
The thread local context object. | |
Enumerations | |
enum | ato_eParamAction { ATO_PARAMACTION_DEFAULT = 0 , ATO_PARAMACTION_COPY , ATO_PARAMACTION_CONST , ATO_PARAMACTION_FREE } |
Parameter semantics when passing information to some API methods. More... | |
enum | ato_eLoglevel { ATO_LOG_OFF = 1 , ATO_LOG_FATAL , ATO_LOG_ERR , ATO_LOG_WARN , ATO_LOG_INFO , ATO_LOG_DEBUG , ATO_LOG_TRACE , ATO_LOG_ALL } |
Loglevels. More... | |
General types used across the ATO BASE API.
enum ato_eParamAction |
Parameter semantics when passing information to some API methods.
enum ato_eLoglevel |
Loglevels.