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
moDeviceCodeList Class Reference

#include <moDeviceCode.h>

Inheritance diagram for moDeviceCodeList:
moAbstract

Public Member Functions

 moDeviceCodeList ()
 CODIGO DISPOSITIVO LISTA. More...
 
virtual ~moDeviceCodeList ()
 
MOboolean Init ()
 Inicializa el objeto. More...
 
void Add (MOint, MOint, MOint=0)
 
MOboolean Delete (moDeviceCode *)
 
void Copy (moDeviceCodeList *)
 
MOboolean Finish ()
 Finaliza el objeto, libera recursos. More...
 
- Public Member Functions inherited from moAbstract
 moAbstract ()
 
virtual ~moAbstract ()
 
MOboolean Initialized ()
 Pregunta si está inicializado. More...
 

Public Attributes

moDeviceCodeFirst
 
moDeviceCodeLast
 
- Public Attributes inherited from moAbstract
MOboolean m_bInitialized
 Valor de inicialización More...
 

Additional Inherited Members

- Static Public Attributes inherited from moAbstract
static moDebugMODebug2 = new moDebug()
 Clase de impresión de errores para depuración More...
 
static moTextHeapMODebug = new moTextHeap()
 Lista de textos. More...
 

Detailed Description

Definition at line 50 of file moDeviceCode.h.

Constructor & Destructor Documentation

moDeviceCodeList::moDeviceCodeList ( )

CODIGO DISPOSITIVO LISTA.

Definition at line 56 of file moDeviceCode.cpp.

moDeviceCodeList::~moDeviceCodeList ( )
virtual

Definition at line 61 of file moDeviceCode.cpp.

Member Function Documentation

void moDeviceCodeList::Add ( MOint  did,
MOint  cod,
MOint  value = 0 
)

Definition at line 66 of file moDeviceCode.cpp.

void moDeviceCodeList::Copy ( moDeviceCodeList copy)

Definition at line 128 of file moDeviceCode.cpp.

MOboolean moDeviceCodeList::Delete ( moDeviceCode ev)

Definition at line 86 of file moDeviceCode.cpp.

MOboolean moDeviceCodeList::Finish ( )
virtual

Finaliza el objeto, libera recursos.

Función de finalización. Libera los recursos generados en la función de inicialización.

Returns
verdadero si fue exitosa o falso en otro caso

Reimplemented from moAbstract.

Definition at line 121 of file moDeviceCode.cpp.

MOboolean moDeviceCodeList::Init ( )
virtual

Inicializa el objeto.

Función de Inicialización. Todos los recursos manejados exclusivamente por este objeto son generados aquí.

Returns
verdadero si fue exitosa o falso en otro caso

Reimplemented from moAbstract.

Definition at line 114 of file moDeviceCode.cpp.

Member Data Documentation

moDeviceCode* moDeviceCodeList::First

Definition at line 53 of file moDeviceCode.h.

moDeviceCode* moDeviceCodeList::Last

Definition at line 54 of file moDeviceCode.h.


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