|   |   | 
|  | |
| Modules | |
| Pantheios Console Stock Back-end Flags | |
| Flags for the Pantheios Console Stock Back-end. | |
| Defines | |
| #define | pantheios_be_console_getDefaultAppInit(init) pantheios_be_fprintf_getAppInit(init) | 
| Fills out a copy of the initialisation structure with default values (representative of the default behaviour of the library), ready to be customised and passed to the API initialiser function pantheios_be_console_init(). | |
| #define | pantheios_be_console_init pantheios_be_fprintf_init | 
| Implements the functionality for pantheios_be_init() over the Console API. | |
| #define | pantheios_be_console_uninit pantheios_be_fprintf_uninit | 
| Implements the functionality for pantheios_be_uninit() over the Console API. | |
| #define | pantheios_be_console_logEntry pantheios_be_fprintf_logEntry | 
| Implements the functionality for pantheios_be_logEntry() over the Console API. | |
| Typedefs | |
| typedef pan_be_fprintf_init_t | pan_be_console_init_t | 
| Structure used for specifying initialisation information to the be.console library. | |
| Functions | |
| void | pantheios_be_console_getAppInit (int backEndId, pan_be_console_init_t *init) | 
| Callback function defined by the application, invoked when the API is initialised with a NULL initparameter. | |
| #define pantheios_be_console_getDefaultAppInit | ( | init | ) | pantheios_be_fprintf_getAppInit(init) | 
Fills out a copy of the initialisation structure with default values (representative of the default behaviour of the library), ready to be customised and passed to the API initialiser function pantheios_be_console_init().
| #define pantheios_be_console_init pantheios_be_fprintf_init | 
Implements the functionality for pantheios_be_init() over the Console API.
| #define pantheios_be_console_logEntry pantheios_be_fprintf_logEntry | 
Implements the functionality for pantheios_be_logEntry() over the Console API.
| #define pantheios_be_console_uninit pantheios_be_fprintf_uninit | 
Implements the functionality for pantheios_be_uninit() over the Console API.
Structure used for specifying initialisation information to the be.console library.
| void pantheios_be_console_getAppInit | ( | int | backEndId, | |
| pan_be_console_init_t * | init | |||
| ) | 
Callback function defined by the application, invoked when the API is initialised with a NULL init parameter. 
| backEndId | The back-end identifier passed to the back-end during its initialisation. | |
| init | A pointer to an already-initialised instance of pan_be_console_init_t. | 
init points, which will already have been initialised. These changes will then be incorporated into the back-end state, and reflected in its behaviour.If no changes are required, then the function can be a simple stub, containing no instructions.
| throw() | This function must not throw any exceptions! | 
pantheios_be_WindowsConsole_getAppInit(); if your operating system is UNIX, then you are actually using the Pantheios fprintf() Stock Back-end, which means that the name of the callback function will be pantheios_be_fprintf_getAppInit(). 
|  | |
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |  |