The plugin interface function types and names. More...
Collaboration diagram for MAKLogger::DtLgrPluginInterface:Public Types | |
| typedef void(* | DtLoadPluginFunction )() |
| The Function signature definitions. | |
| typedef void(* | DtEnableLoggerPluginFunction )(DtLogger &) |
| typedef void(* | DtEnableLoggerAppPluginFunction )(DtLoggerApplication &) |
| typedef void(* | DtUnloadPluginFunction )() |
Static Public Attributes | |
| static const char * | loadPluginFunctionName |
| The names of the functions to be exported. | |
| static const char * | enableLoggerPluginFunctionName |
| = "LoadPlugin"; | |
| static const char * | enableLoggerAppPluginFunctionName |
| = "EnableLoggerPlugin"; | |
| static const char * | unloadPluginFunctionName |
| = "EnableLoggerAppPlugin"; | |
The plugin interface function types and names.