![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
|


Ir al código fuente de este archivo.
Clases | |
| class | moIODeviceFactory |
| clase base para una fábrica de plugins de dipositivos de E/S Más... | |
| class | moIODevicePlugin |
| clase base para un plugin de dipositivos de E/S Más... | |
typedefs | |
| typedef moIODeviceFactory *(MO_PLG_ENTRY * | CreateIODeviceFactoryFunction) () |
| typedef void(MO_PLG_ENTRY * | DestroyIODeviceFactoryFunction) () |
Funciones | |
| moDeclareExportedDynamicArray (moIODevicePlugin *, moIODevicePluginsArray) | |
| LIBMOLDEO_API moIODevice * | moNewIODevice (moText iodevice_name, moIODevicePluginsArray &plugins) |
| LIBMOLDEO_API bool | moDeleteIODevice (moIODevice *iodevice, moIODevicePluginsArray &plugins) |
| typedef moIODeviceFactory*(MO_PLG_ENTRY * CreateIODeviceFactoryFunction) () |
Definición en la línea 53 del archivo moIODevicePlugin.h.
| typedef void(MO_PLG_ENTRY * DestroyIODeviceFactoryFunction) () |
Definición en la línea 54 del archivo moIODevicePlugin.h.
| moDeclareExportedDynamicArray | ( | moIODevicePlugin * | , |
| moIODevicePluginsArray | |||
| ) |
| LIBMOLDEO_API bool moDeleteIODevice | ( | moIODevice * | iodevice, |
| moIODevicePluginsArray & | plugins | ||
| ) |
unload plugin if all instances were delete
Definición en la línea 198 del archivo moIODevicePlugin.cpp.


| LIBMOLDEO_API moIODevice* moNewIODevice | ( | moText | iodevice_name, |
| moIODevicePluginsArray & | plugins | ||
| ) |
Definición en la línea 149 del archivo moIODevicePlugin.cpp.

