GComm
0.2.3
|
Protocol layer interface definitions. More...
#include "gcomm/view.hpp"
#include "gcomm/exception.hpp"
#include "gcomm/order.hpp"
#include "gcomm/datagram.hpp"
#include "gu_logger.hpp"
#include "gu_datetime.hpp"
#include "gu_config.hpp"
#include <cerrno>
#include <list>
#include <utility>
Go to the source code of this file.
Classes | |
class | gcomm::ProtoUpMeta |
class | gcomm::ProtoDownMeta |
class | gcomm::Protolay |
class | gcomm::Toplay |
class | gcomm::Bottomlay |
Functions | |
std::ostream & | gcomm::operator<< (std::ostream &, const ProtoUpMeta &) |
void | gcomm::connect (Protolay *, Protolay *) |
void | gcomm::disconnect (Protolay *, Protolay *) |
Protocol layer interface definitions.
Protocol layer interface allows construction of protocol stacks with consistent interface to send messages upwards or downwards in stack.