#include <NMSTL/internal.h>
#include <NMSTL/net>
#include <NMSTL/ioevent>
#include <NMSTL/thread>
#include <NMSTL/serial>
#include <iostream>
#include <netinet/in.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <cerrno>
Compounds | |
class | IMessage |
struct | LengthHeader |
A struct containing only an integer which may be used as a header for the MsgHandler class. More... | |
class | MsgHandler |
A handler which reads and writes messages, each with a fixed-size message described by the struct Header. More... | |
class | NetHandler |
A handler which buffers incoming and outgoing data. More... | |
class | OMessage |
class | TCPAcceptor |
A service which creates a server Socket on a local port and waits for connections. More... | |
Variables | |
NMSTL_NAMESPACE_BEGIN | |
NMSTL_NAMESPACE_END |
|
|
|
|