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 More...
#include <moIODevicePlugin.h>
Public Member Functions | |
moIODevicePlugin () | |
moIODevicePlugin (moText plugin_file) | |
virtual | ~moIODevicePlugin () |
void | Load (moText plugin_file) |
void | Unload () |
moIODevice * | Create () |
bool | Destroy (moIODevice *iodevice) |
moText | GetName () |
Public Attributes | |
moIODevice ** | array |
int | n |
CreateIODeviceFactoryFunction | CreateIODeviceFactory |
DestroyIODeviceFactoryFunction | DestroyIODeviceFactory |
moIODeviceFactory * | m_factory |
clase base para un plugin de dipositivos de E/S
Comentar.
Definition at line 61 of file moIODevicePlugin.h.
|
inline |
Definition at line 72 of file moIODevicePlugin.h.
|
inline |
Definition at line 73 of file moIODevicePlugin.h.
|
inlinevirtual |
Definition at line 74 of file moIODevicePlugin.h.
moIODevice * moIODevicePlugin::Create | ( | void | ) |
Definition at line 95 of file moIODevicePlugin.cpp.
bool moIODevicePlugin::Destroy | ( | moIODevice * | iodevice | ) |
Definition at line 120 of file moIODevicePlugin.cpp.
|
inline |
Definition at line 80 of file moIODevicePlugin.h.
void moIODevicePlugin::Load | ( | moText | plugin_file | ) |
Definition at line 50 of file moIODevicePlugin.cpp.
void moIODevicePlugin::Unload | ( | ) |
Definition at line 84 of file moIODevicePlugin.cpp.
moIODevice** moIODevicePlugin::array |
Definition at line 64 of file moIODevicePlugin.h.
CreateIODeviceFactoryFunction moIODevicePlugin::CreateIODeviceFactory |
Definition at line 67 of file moIODevicePlugin.h.
DestroyIODeviceFactoryFunction moIODevicePlugin::DestroyIODeviceFactory |
Definition at line 68 of file moIODevicePlugin.h.
moIODeviceFactory* moIODevicePlugin::m_factory |
Definition at line 70 of file moIODevicePlugin.h.
int moIODevicePlugin::n |
Definition at line 65 of file moIODevicePlugin.h.