![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
clase base para un plugin de dipositivos de E/S Más...
#include <moIODevicePlugin.h>
Métodos públicos | |
moIODevicePlugin () | |
moIODevicePlugin (moText plugin_file) | |
virtual | ~moIODevicePlugin () |
void | Load (moText plugin_file) |
void | Unload () |
moIODevice * | Create () |
bool | Destroy (moIODevice *iodevice) |
moText | GetName () |
Atributos públicos | |
moIODevice ** | array |
int | n |
CreateIODeviceFactoryFunction | CreateIODeviceFactory |
DestroyIODeviceFactoryFunction | DestroyIODeviceFactory |
moIODeviceFactory * | m_factory |
Atributos privados | |
moText | name |
MOpluginHandle | handle |
clase base para un plugin de dipositivos de E/S
Comentar.
Definición en la línea 61 del archivo moIODevicePlugin.h.
|
inline |
Definición en la línea 72 del archivo moIODevicePlugin.h.
|
inline |
Definición en la línea 73 del archivo moIODevicePlugin.h.
|
inlinevirtual |
Definición en la línea 74 del archivo moIODevicePlugin.h.
moIODevice * moIODevicePlugin::Create | ( | void | ) |
Definición en la línea 95 del archivo moIODevicePlugin.cpp.
bool moIODevicePlugin::Destroy | ( | moIODevice * | iodevice | ) |
Definición en la línea 120 del archivo moIODevicePlugin.cpp.
|
inline |
Definición en la línea 80 del archivo moIODevicePlugin.h.
void moIODevicePlugin::Load | ( | moText | plugin_file | ) |
void moIODevicePlugin::Unload | ( | ) |
moIODevice** moIODevicePlugin::array |
Definición en la línea 64 del archivo moIODevicePlugin.h.
CreateIODeviceFactoryFunction moIODevicePlugin::CreateIODeviceFactory |
Definición en la línea 67 del archivo moIODevicePlugin.h.
DestroyIODeviceFactoryFunction moIODevicePlugin::DestroyIODeviceFactory |
Definición en la línea 68 del archivo moIODevicePlugin.h.
|
private |
Definición en la línea 84 del archivo moIODevicePlugin.h.
moIODeviceFactory* moIODevicePlugin::m_factory |
Definición en la línea 70 del archivo moIODevicePlugin.h.
int moIODevicePlugin::n |
Definición en la línea 65 del archivo moIODevicePlugin.h.
|
private |
Definición en la línea 83 del archivo moIODevicePlugin.h.