#include "mdclient.h"

Go to the source code of this file.
Classes | |
| struct | _DE |
Typedefs | |
| typedef struct _DE | newDEs |
Functions | |
| string | success ("OK") |
Variables | |
| const char * | predefinedObservables [5] = { "spintime", "omega-squared", "pressure", "temperature", "adsfasdf" } |
| const char * | randomValues [4] = { "333.333", "111.111", "34.43", "7777.777" } |
| const char * | requiredCmdSubSys [2] = { "SYSTEM", "STATUS" } |
| string | debug1 |
| string | debug2 |
| newDEs | otherP1Elements [6] |
| string success | ( | "OK" | ) |
| string debug1 |
Definition at line 14 of file coretestbucket.cpp.
| string debug2 |
Definition at line 14 of file coretestbucket.cpp.
Initial value:
{ {'d', "absorbance"}, {'d', "acceleration"},
{'b', "_powered" }, {'t', "_uptime"},
{'i', "_vacuum" }, {'d', "_rotorspeed"}
}
Definition at line 15 of file coretestbucket.cpp.
| const char* predefinedObservables[5] = { "spintime", "omega-squared", "pressure", "temperature", "adsfasdf" } |
Definition at line 11 of file coretestbucket.cpp.
| const char* randomValues[4] = { "333.333", "111.111", "34.43", "7777.777" } |
Definition at line 12 of file coretestbucket.cpp.
| const char* requiredCmdSubSys[2] = { "SYSTEM", "STATUS" } |
Definition at line 13 of file coretestbucket.cpp.
1.5.6