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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moIODevicePlugin Class Reference

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 ()
 
moIODeviceCreate ()
 
bool Destroy (moIODevice *iodevice)
 
moText GetName ()
 

Public Attributes

moIODevice ** array
 
int n
 
CreateIODeviceFactoryFunction CreateIODeviceFactory
 
DestroyIODeviceFactoryFunction DestroyIODeviceFactory
 
moIODeviceFactorym_factory
 

Detailed Description

clase base para un plugin de dipositivos de E/S

Comentar.

Definition at line 61 of file moIODevicePlugin.h.

Constructor & Destructor Documentation

moIODevicePlugin::moIODevicePlugin ( )
inline

Definition at line 72 of file moIODevicePlugin.h.

moIODevicePlugin::moIODevicePlugin ( moText  plugin_file)
inline

Definition at line 73 of file moIODevicePlugin.h.

virtual moIODevicePlugin::~moIODevicePlugin ( )
inlinevirtual

Definition at line 74 of file moIODevicePlugin.h.

Member Function Documentation

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.

moText moIODevicePlugin::GetName ( )
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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: