Packets.


Detailed Description

This group defines the structure of the communication channels


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)


Function Documentation

std::ostream & FeeServer::operator<< ( std::ostream &  o,
const Packet &  m 
)

Output streamer of a packet

Parameters:
o Output stream
m packet
Returns:
reference to o

std::ostream & FeeServer::operator<< ( std::ostream &  o,
const Header &  m 
)

Output streamer of a header

Parameters:
o Output stream
m Header
Returns:
reference to o

std::ostream & FeeServer::operator<< ( std::ostream &  o,
const Message &  m 
)

Output streamer of a message

Parameters:
o Output stream
m message
Returns:
reference to o


Generated on Thu Jun 26 17:02:26 2008 for FeeServer++ 0.9 by  doxygen 1.5.6