#include <vector>
#include <iosfwd>
Namespaces | |
namespace | FeeServer |
Classes | |
class | FeeServer::Message |
Message structure. More... | |
class | FeeServer::Header |
Header of a fee packet (request or acknowledge). More... | |
class | FeeServer::Packet |
A packet. Base class for other packet strutures. It defines member functions to encode/decode a package to/from a byte buffer. More... | |
class | FeeServer::Acknowledge |
The acknowledge structure. More... | |
class | FeeServer::Command |
The command structure. More... | |
Functions | |
std::ostream & | FeeServer::operator<< (std::ostream &o, const Message &m) |
std::ostream & | FeeServer::operator<< (std::ostream &o, const Header &h) |
std::ostream & | FeeServer::operator<< (std::ostream &o, const Packet &p) |