Jpp  16.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Enumerations | Functions | Variables
JControlHost.hh File Reference
#include <string>
#include <sstream>
#include <arpa/inet.h>
#include <set>
#include "JNet/JPrefix.hh"
#include "JNet/JSocket.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
 Interprocess communication.
 
 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"