FREEDM DGI
Classes | Namespaces
CAdapterFactory.hpp File Reference
#include "IAdapter.hpp"
#include "CTcpServer.hpp"
#include "CDeviceBuilder.hpp"
#include <map>
#include <set>
#include <string>
#include <iostream>
#include <stdexcept>
#include <boost/thread.hpp>
#include <boost/noncopyable.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/io_service.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <boost/property_tree/ptree_fwd.hpp>

Go to the source code of this file.

Classes

class  freedm::broker::device::CAdapterFactory
 Handles the creation of adapters and their associated devices. More...
 

Namespaces

 freedm
 General FREEDM Namespace.
 
 freedm::broker
 Broker Architecture Namespace.
 
 freedm::broker::device
 

Detailed Description

Author
Thomas Roth tprfh.nosp@m.7@ms.nosp@m.t.edu
Michael Catanzaro micha.nosp@m.el.c.nosp@m.atanz.nosp@m.aro@.nosp@m.mst.e.nosp@m.du
Project:
FREEDM DGI
Description:
Handles the creation of device adapters.