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) |
| std::ostream & FeeServer::operator<< | ( | std::ostream & | o, | |
| const Packet & | m | |||
| ) |
Output streamer of a packet
| o | Output stream | |
| m | packet |
| std::ostream & FeeServer::operator<< | ( | std::ostream & | o, | |
| const Header & | m | |||
| ) |
| std::ostream & FeeServer::operator<< | ( | std::ostream & | o, | |
| const Message & | m | |||
| ) |
Output streamer of a message
| o | Output stream | |
| m | message |
1.5.6