![]() |
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.
|
#include <moDeviceCode.h>
Public Member Functions | |
| moDeviceCode () | |
| moDeviceCode (MOint, MOint, MOint=0) | |
Public Attributes | |
| MOint | device |
| MOint | devicecode |
| MOint | value |
| moDeviceCode * | next |
| moDeviceCode * | previous |
Definition at line 38 of file moDeviceCode.h.
| moDeviceCode::moDeviceCode | ( | ) |
Definition at line 37 of file moDeviceCode.cpp.
Definition at line 45 of file moDeviceCode.cpp.
| MOint moDeviceCode::device |
Definition at line 40 of file moDeviceCode.h.
| MOint moDeviceCode::devicecode |
Definition at line 41 of file moDeviceCode.h.
| moDeviceCode* moDeviceCode::next |
Definition at line 43 of file moDeviceCode.h.
| moDeviceCode* moDeviceCode::previous |
Definition at line 44 of file moDeviceCode.h.
| MOint moDeviceCode::value |
Definition at line 42 of file moDeviceCode.h.