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.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
Referencia del Archivo moIODevicePlugin.h
#include "moTypes.h"
#include "moArray.h"
#include "moBasePlugin.h"
#include "moIODeviceManager.h"

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_ENTRYDestroyIODeviceFactoryFunction )()
 

Funciones

 moDeclareExportedDynamicArray (moIODevicePlugin *, moIODevicePluginsArray)
 
LIBMOLDEO_API moIODevicemoNewIODevice (moText iodevice_name, moIODevicePluginsArray &plugins)
 
LIBMOLDEO_API bool moDeleteIODevice (moIODevice *iodevice, moIODevicePluginsArray &plugins)
 

Documentación de los 'typedefs'

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.

Documentación de las funciones

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.