#include <string>#include <iostream>#include <xmlrpc-c/base.hpp>#include <xmlrpc-c/client_simple.hpp>#include "tools.h"#include "mdClientBehavior.h"#include "mdClientDevice.h"#include "mdClientState.h"


Go to the source code of this file.
Classes | |
| class | mdCoreAPITestSuite |
Defines | |
| #define | XMLRPC_C |
| #define | MD_SERVER_URL "http://localhost:4243/RPC2" |
| #define | DEFAULT_DEVICE "ALX" |
| #define | EXPECTED_MACHINE_HANDLE 1 |
| #define | PAUSE_SECS 3 |
Variables | |
| bool | doSanityCheck |
| bool | repeatableOnly |
| xmlrpc_env | env |
| xmlrpc_c::clientXmlTransport_libwww | myTransport |
| xmlrpc_c::client_xml | myClient |
| XmlRpcValue::int32 | mdServerHandle |
| const char * | defaultDevice |
| const char * | serverURL |
| int | pauseSecs |
| std::string | phase |
| #define DEFAULT_DEVICE "ALX" |
Definition at line 13 of file mdclient.h.
| #define EXPECTED_MACHINE_HANDLE 1 |
Definition at line 14 of file mdclient.h.
| #define MD_SERVER_URL "http://localhost:4243/RPC2" |
Definition at line 12 of file mdclient.h.
| #define PAUSE_SECS 3 |
Definition at line 15 of file mdclient.h.
| #define XMLRPC_C |
Definition at line 6 of file mdclient.h.
| const char* defaultDevice |
| bool doSanityCheck |
| xmlrpc_env env |
| XmlRpcValue::int32 mdServerHandle |
| xmlrpc_c::client_xml myClient |
| xmlrpc_c::clientXmlTransport_libwww myTransport |
| int pauseSecs |
| std::string phase |
| bool repeatableOnly |
| const char * serverURL |
1.5.6