#include "uhal/ClientInterface.hpp"#include "uhal/log/exception.hpp"#include "uhal/log/log.hpp"#include <iomanip>#include <iostream>#include <string>Go to the source code of this file.
Classes | |
| class | uhal::ControlHub< InnerProtocol > |
| Transport protocol to transfer an IPbus buffer via ControlHub. More... | |
| struct | uhal::ControlHub< InnerProtocol >::tpreamble |
| A struct representing the preamble which will be prepended to an IPbus buffer for the benefit of the Control Hub. More... | |
Namespaces | |
| namespace | uhal |
| namespace | uhal::exception |
| A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer. | |
Functions | |
| std::pair< uint32_t, uint16_t > | uhal::ExtractTargetID (const URI &aUri) |
| Extract an IP-address and port number from a URI object. More... | |
Definition in file ProtocolControlHub.hpp.