OpenICC-Configuration-API - Version 0.1.0
Macros | Enumerations | Functions
Miscellaneous

Macros

#define OI_DEBUG   "OI_DEBUG"
 customisable messages More...
 

Enumerations

enum  openiccMSG_e { openiccMSG_ERROR = 300, openiccMSG_WARN, openiccMSG_DBG }
 message classes More...
 

Functions

int openiccInit (void)
 init the library; optionally More...
 
int openiccVersion (void)
 runtime version More...
 

Detailed Description

Macro Definition Documentation

#define OI_DEBUG   "OI_DEBUG"

customisable messages

Referenced by openiccInit().

Enumeration Type Documentation

message classes

Version
OpenICC Config: 0.0.1
Date
2013/09/16
Since
2013/09/16 (OpenICC Config: 0.0.1)
Enumerator
openiccMSG_ERROR 

fatal user messages

openiccMSG_WARN 

log messages

openiccMSG_DBG 

developer messages

Function Documentation

int openiccInit ( void  )

init the library; optionally

Additionally use setlocale() somewhere in your application.

return -1 for no USE_GETTEXT defined, otherwise 1

Version
OpenICC: 0.1.0
Date
2015/08/27
Since
2015/08/27 (OpenICC: 0.1.0)
Examples:
openicc_config_read.c, and test.c.

References OI_DEBUG, and openiccVersion().

int openiccVersion ( void  )

runtime version

Version
OpenICC: 0.1.0
Date
2015/08/27
Since
2015/08/27 (OpenICC: 0.1.0)
Examples:
test.c.

Referenced by openiccInit().