#include <OniDriverTypes.h>
Public Member Functions | |
| void (ONI_CALLBACK_TYPE *errorLoggerAppend)(void *driverServices | |
| void (ONI_CALLBACK_TYPE *errorLoggerClear)(void *driverServices) | |
| void (ONI_CALLBACK_TYPE *log)(void *driverServices | |
Public Attributes | |
| const char va_list | args |
| void * | driverServices |
| int const char * | file |
| const char * | format |
| int const char int | line |
| int const char int const char * | mask |
| int const char int const char const char * | message |
| int | severity |
Definition at line 36 of file OniDriverTypes.h.
| OniDriverServices::void | ( | ONI_CALLBACK_TYPE * | errorLoggerAppend | ) |
| OniDriverServices::void | ( | ONI_CALLBACK_TYPE * | errorLoggerClear | ) |
| OniDriverServices::void | ( | ONI_CALLBACK_TYPE * | log | ) |
| const char va_list OniDriverServices::args |
Definition at line 39 of file OniDriverTypes.h.
| void* OniDriverServices::driverServices |
Definition at line 38 of file OniDriverTypes.h.
| int const char* OniDriverServices::file |
Definition at line 41 of file OniDriverTypes.h.
| const char* OniDriverServices::format |
Definition at line 39 of file OniDriverTypes.h.
| int const char int OniDriverServices::line |
Definition at line 41 of file OniDriverTypes.h.
| int const char int const char* OniDriverServices::mask |
Definition at line 41 of file OniDriverTypes.h.
| int const char int const char const char* OniDriverServices::message |
Definition at line 41 of file OniDriverTypes.h.
| int OniDriverServices::severity |
Definition at line 41 of file OniDriverTypes.h.