![]() |
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.
|
Clase Evento. More...
#include <moEventList.h>
Public Member Functions | |
| moEvent () | |
| Constructor. More... | |
| moEvent (MOint did, MOint cod, MOint val0=0, MOint val1=0, MOint val2=0, MOint val3=0, MOpointer ptr=0) | |
| Constructor. More... | |
| moEvent (MOint did, MOint cod, MOint val0, MOpointer ptr) | |
| Constructor. More... | |
| virtual | ~moEvent () |
| Destructor. More... | |
| virtual const moText & | ToJSON () |
Public Attributes | |
| moEvent * | previous |
| moEvent * | next |
| MOint | deviceid |
| MOint | devicecode |
| MOint | reservedvalue0 |
| MOint | reservedvalue1 |
| MOint | reservedvalue2 |
| MOint | reservedvalue3 |
| MOpointer | pointer |
| moText | JSON |
| moEvent::moEvent | ( | ) |
| moEvent::moEvent | ( | MOint | did, |
| MOint | cod, | ||
| MOint | val0 = 0, |
||
| MOint | val1 = 0, |
||
| MOint | val2 = 0, |
||
| MOint | val3 = 0, |
||
| MOpointer | ptr = 0 |
||
| ) |
Constructor.
Definition at line 183 of file moEventList.cpp.
Constructor.
Definition at line 196 of file moEventList.cpp.
|
virtual |
Destructor.
Definition at line 204 of file moEventList.cpp.
|
virtual |
enum edeviceid { DID_IODEVICE_KEYBOARD=0, DID_IODEVICE_MOUSE=1, DID_IODEVICE_MIDI=2, DID_IODEVICE_MIXER=3, DID_IODEVICE_JOYSTICK=4, #define MO_IODEVICE_NET_TCP_IN 5 #define MO_IODEVICE_NET_UDP_IN 6 #define MO_IODEVICE_NET_TCP_OUT 7 #define MO_IODEVICE_NET_UDP_OUT 8 #define MO_IODEVICE_LIVE 9 #define MO_IODEVICE_TRACKER 10
#define MO_IODEVICE_TABLET 11 #define MO_IODEVICE_TOUCH 12 #define MO_IODEVICE_CONSOLE 20 #define MO_IODEVICE_ANY -1
Reimplemented in moMessage.
Definition at line 226 of file moEventList.cpp.
| MOint moEvent::devicecode |
Definition at line 63 of file moEventList.h.
| MOint moEvent::deviceid |
Definition at line 62 of file moEventList.h.
| moText moEvent::JSON |
Definition at line 79 of file moEventList.h.
| moEvent* moEvent::next |
Definition at line 60 of file moEventList.h.
| MOpointer moEvent::pointer |
Definition at line 68 of file moEventList.h.
| moEvent* moEvent::previous |
Definition at line 59 of file moEventList.h.
| MOint moEvent::reservedvalue0 |
Definition at line 64 of file moEventList.h.
| MOint moEvent::reservedvalue1 |
Definition at line 65 of file moEventList.h.
| MOint moEvent::reservedvalue2 |
Definition at line 66 of file moEventList.h.
| MOint moEvent::reservedvalue3 |
Definition at line 67 of file moEventList.h.