Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
#include <string>
#include <sstream>
#include <arpa/inet.h>
#include <set>
#include "JNet/JPrefix.hh"
#include "JNet/JTCPSocket.hh"
#include "JNet/JSocketBlocking.hh"
#include "JNet/JHostname.hh"
#include "JLang/JException.hh"
#include "JLang/JThrow.hh"
#include "JLang/JTimeval.hh"
#include "JMath/JMath.hh"
Go to the source code of this file.
Classes | |
class | JNET::JSubscription |
ControlHost subscription. More... | |
struct | JNET::JSubscriptionAll |
Auxiliary class for all subscription. More... | |
struct | JNET::JSubscriptionAny |
Auxiliary class for any subscription. More... | |
class | JNET::JSubscriptionList |
Subscription list. More... | |
class | JNET::JControlHost |
ControlHost class. More... | |
Namespaces | |
JNET | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
typedef JControlHost | JNET::ControlHost |
Match name. More... | |
Enumerations | |
enum | JNET::JSubscription_t { JNET::SUBSCRIBE_ALL = 'a', JNET::SUBSCRIBE_ANY = 'w' } |
ControlHost subscription types. More... | |
Functions | |
JSubscriptionList | JNET::operator+ (const JSubscription &first, const JSubscription &second) |
Add operator. More... | |
Variables | |
static const std::string | JNET::CHOO_VERSION = "1.0" |