GammaLib
2.0.0
|
VO SAMP Hub class implementation. More...
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <csignal>
#include <cerrno>
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
#include <fstream>
#include <sys/shm.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <arpa/inet.h>
#include "GTools.hpp"
#include "GException.hpp"
#include "GXml.hpp"
#include "GXmlNode.hpp"
#include "GVOHub.hpp"
Go to the source code of this file.
Macros | |
#define | G_START_HUB "GVOHub::start_hub()" |
#define | G_GET_SOCKET "GVOHub::get_socket()" |
VO SAMP Hub class implementation.
Definition in file GVOHub.cpp.
#define G_GET_SOCKET "GVOHub::get_socket()" |
Definition at line 52 of file GVOHub.cpp.
Referenced by GVOHub::get_socket().
#define G_START_HUB "GVOHub::start_hub()" |
Definition at line 51 of file GVOHub.cpp.
Referenced by GVOHub::start_hub().