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.
|
Paquete de eventos. More...
#include <moEventList.h>
Public Member Functions | |
moEventPacket (float p_sendInterval, int p_maxEventNum) | |
~moEventPacket () | |
void | ClearPacket () |
bool | AddEvent (moEvent *e) |
bool | ReadyToSend () |
int | GetNumEvents () |
int | GetPacketSize () |
moEventStruct * | GetPacket () |
moEventStruct | GetEvent (int i) |
Public Member Functions inherited from moAbstract | |
moAbstract () | |
virtual | ~moAbstract () |
virtual MOboolean | Init () |
Inicializa el objeto. More... | |
virtual MOboolean | Finish () |
Finaliza el objeto, libera recursos. More... | |
MOboolean | Initialized () |
Pregunta si está inicializado. More... | |
Additional Inherited Members | |
Public Attributes inherited from moAbstract | |
MOboolean | m_bInitialized |
Valor de inicialización More... | |
Static Public Attributes inherited from moAbstract | |
static moDebug * | MODebug2 = new moDebug() |
Clase de impresión de errores para depuración More... | |
static moTextHeap * | MODebug = new moTextHeap() |
Lista de textos. More... | |
Paquete de eventos.
Paquete de eventos creado para poder empaquetar una cantidad de eventos determinada, y ser enviados o procesados simultaneamente, se implementa para la conección via TCP/UDP entre dos estaciones y agiliazar/acelerar la comunicación entre estas.
Definition at line 171 of file moEventList.h.
moEventPacket::moEventPacket | ( | float | p_sendInterval, |
int | p_maxEventNum | ||
) |
Definition at line 483 of file moEventList.cpp.
moEventPacket::~moEventPacket | ( | ) |
Definition at line 496 of file moEventList.cpp.
bool moEventPacket::AddEvent | ( | moEvent * | e | ) |
Definition at line 515 of file moEventList.cpp.
void moEventPacket::ClearPacket | ( | ) |
Definition at line 505 of file moEventList.cpp.
|
inline |
Definition at line 184 of file moEventList.h.
|
inline |
Definition at line 181 of file moEventList.h.
|
inline |
Definition at line 183 of file moEventList.h.
|
inline |
Definition at line 182 of file moEventList.h.
bool moEventPacket::ReadyToSend | ( | ) |
Definition at line 540 of file moEventList.cpp.