μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces | Macros
ClientFactory.hpp File Reference
#include <map>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include "uhal/log/exception.hpp"
#include "uhal/ClientInterface.hpp"
#include "uhal/log/log.hpp"
#include "uhal/TemplateDefinitions/ClientFactory.hxx"
Include dependency graph for ClientFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::ClientFactory
 A class to construct an IPbus client based on the protocol identifier specified NOTE! This is a factory method and must be Mutex protected if it is used in multithreaded environments! More...
 
class  uhal::ClientFactory::RegistrationHelper< T >
 
class  uhal::ClientFactory::CreatorInterface
 An abstract base class for defining the interface to the creators. More...
 
class  uhal::ClientFactory::Creator< T >
 Templated concrete implementation with a CreatorInterface interface. More...
 
struct  uhal::ClientFactory::ClientInfo
 

Namespaces

 uhal
 
 uhal::exception
 A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer.
 

Macros

#define UHAL_REGISTER_EXTERNAL_CLIENT(clientclass, clienturi, clientdescription)
 

Detailed Description

Author
Andrew W. Rose
Marc Magrans De Abril
Date
2012

Definition in file ClientFactory.hpp.

Macro Definition Documentation

◆ UHAL_REGISTER_EXTERNAL_CLIENT

#define UHAL_REGISTER_EXTERNAL_CLIENT (   clientclass,
  clienturi,
  clientdescription 
)
uhal::ClientFactory::RegistrationHelper
Definition: ClientFactory.hpp:120
uhal::ClientFactory::RegistrationHelper::init
static bool init(const std::string &aUri, const std::string &aDescription)
Definition: ClientFactory.hxx:38