|
CAEN FERS Library v1.1.4
SDK for FERS systems
|
Functions | |
| int | FERS_LibMsg (char *fmt,...) |
| Write on FERSlib log file. More... | |
| int | FERS_GetLastError (char description[1024]) |
| Get the last message error of library. More... | |
| int FERS_LibMsg | ( | char * | fmt, |
| ... | |||
| ) |
Write on FERSlib log file.
| [in] | fmt | Message to dump on log |
| [in] | ... | Arguments specifying data to print |
| int FERS_GetLastError | ( | char | description[1024] | ) |
Get the last message error of library.
| [out] | description | Last error message written by library [max size 1024] |