Go to the source code of this file.
Classes | |
| struct | mdHB |
Defines | |
| #define | INSTRUMENT 1 |
| #define | MAX_DEVICE 5 |
| #define | MD_DATAGRAM_RESPONSE_SIZE 16 |
| #define | MD_DEFAULT_RULE 0 |
| #define | MD_DEFAULT_DEVICE_PROTOCOL 1 |
| #define | MD_DEFAULT_IP "208.109.106.127" |
| #define | MD_EPOCH date() |
| #define | MD_HEARTBEAT 1 |
| #define | MD_HEARTBEAT_SIZE 8 |
| #define | MD_MAX_DATAGRAM (63*1024) |
| #define | MD_NAME "OpenAUC Master Daemon" |
| #define | MD_VERSION " - Pre Alpha" |
| #define | MD_REFRESH 10 |
| #define | MD_TYPE "CENTRIFUGE" |
| #define | MACHINE 0 |
| #define | OK 0 |
| #define | OTHERCLIENT 2 |
Typedefs | |
| typedef struct mdHB | MDHB |
Enumerations | |
| enum | md_units { MD_UNITS_UNDEFINED = 0, MD_CENTIMETERS, MD_MILLIMETERS, MD_MICRONS, MD_NANOMETERS, MD_VOLTS, MD_CC, N_MD_UNITS, centimeters, millimeters, microns, nanometers, angstroms, volts, cubiccentemeter } |
| enum | md_datagrams { HEARTBEAT, TELEMETRY } |
| #define INSTRUMENT 1 |
| #define MACHINE 0 |
Definition at line 23 of file mdconstants.h.
| #define MAX_DEVICE 5 |
Definition at line 8 of file mdconstants.h.
| #define MD_DATAGRAM_RESPONSE_SIZE 16 |
Definition at line 9 of file mdconstants.h.
| #define MD_DEFAULT_DEVICE_PROTOCOL 1 |
Definition at line 13 of file mdconstants.h.
| #define MD_DEFAULT_IP "208.109.106.127" |
Definition at line 14 of file mdconstants.h.
| #define MD_DEFAULT_RULE 0 |
Definition at line 10 of file mdconstants.h.
| #define MD_EPOCH date() |
Definition at line 15 of file mdconstants.h.
| #define MD_HEARTBEAT 1 |
Definition at line 16 of file mdconstants.h.
| #define MD_HEARTBEAT_SIZE 8 |
Definition at line 17 of file mdconstants.h.
| #define MD_MAX_DATAGRAM (63*1024) |
Definition at line 18 of file mdconstants.h.
| #define MD_NAME "OpenAUC Master Daemon" |
Definition at line 19 of file mdconstants.h.
| #define MD_REFRESH 10 |
Definition at line 21 of file mdconstants.h.
| #define MD_TYPE "CENTRIFUGE" |
Definition at line 22 of file mdconstants.h.
| #define MD_VERSION " - Pre Alpha" |
Definition at line 20 of file mdconstants.h.
| #define OK 0 |
Definition at line 24 of file mdconstants.h.
| #define OTHERCLIENT 2 |
Definition at line 25 of file mdconstants.h.
| enum md_datagrams |
| enum md_units |
| MD_UNITS_UNDEFINED | |
| MD_CENTIMETERS | |
| MD_MILLIMETERS | |
| MD_MICRONS | |
| MD_NANOMETERS | |
| MD_VOLTS | |
| MD_CC | |
| N_MD_UNITS | |
| centimeters | |
| millimeters | |
| microns | |
| nanometers | |
| angstroms | |
| volts | |
| cubiccentemeter |
Definition at line 27 of file mdconstants.h.
1.5.6