![]() |
MAK Data Logger API Documentation for DIS
|
The plugin interface function types and names. More...
Collaboration diagram for MAKLogger::DtLgrPluginInterface:Public Types | |
| typedef void(* | DtLoadPluginFunction )() |
| The Function signature definitions. More... | |
| 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. More... | |
| static const char * | enableLoggerPluginFunctionName |
| = "LoadPlugin"; More... | |
| static const char * | enableLoggerAppPluginFunctionName |
| = "EnableLoggerPlugin"; More... | |
| static const char * | unloadPluginFunctionName |
| = "EnableLoggerAppPlugin"; More... | |
The plugin interface function types and names.
| typedef void(* MAKLogger::DtLgrPluginInterface::DtEnableLoggerAppPluginFunction)(DtLoggerApplication &) |
| typedef void(* MAKLogger::DtLgrPluginInterface::DtEnableLoggerPluginFunction)(DtLogger &) |
| typedef void(* MAKLogger::DtLgrPluginInterface::DtLoadPluginFunction)() |
The Function signature definitions.
| typedef void(* MAKLogger::DtLgrPluginInterface::DtUnloadPluginFunction)() |
|
static |
= "EnableLoggerPlugin";
|
static |
= "LoadPlugin";
|
static |
The names of the functions to be exported.
|
static |
= "EnableLoggerAppPlugin";