|
AHP® GT Controllers API
AHP GT Controllers
|
Functions | |
| DLL_EXPORT void | ahp_set_debug_level (int value) |
| set the debug level | |
| DLL_EXPORT int | ahp_get_debug_level () |
| get the debug level | |
| DLL_EXPORT void | ahp_set_app_name (char *name) |
| set the application name | |
| DLL_EXPORT char * | ahp_get_app_name () |
| get the application name | |
| DLL_EXPORT void | ahp_set_stdout (FILE *f) |
| set the output log stream | |
| DLL_EXPORT void | ahp_set_stderr (FILE *f) |
| set the error log stream | |
| DLL_EXPORT char * ahp_get_app_name | ( | ) |
| DLL_EXPORT int ahp_get_debug_level | ( | ) |
| DLL_EXPORT void ahp_set_app_name | ( | char * | name | ) |
| name | the application name to be printed on logs |
| DLL_EXPORT void ahp_set_debug_level | ( | int | value | ) |
| value | the debug level |
| DLL_EXPORT void ahp_set_stderr | ( | FILE * | f | ) |
| f | The FILE stream pointer to set as standard error |
| DLL_EXPORT void ahp_set_stdout | ( | FILE * | f | ) |
| f | The FILE stream pointer to set as standard output |