#include <string>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include "Connection.h"
#include "Message.h"
Include dependency graph for ConfigConnection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ConfigConnection |
The config connection is a Connection which reads and write XML commands to and from a configurator. More... |