FREEDM DGI
Namespaces
CConnectionManager.cpp File Reference
#include "config.hpp"
#include "CBroker.hpp"
#include "CConnection.hpp"
#include "CConnectionManager.hpp"
#include "CListener.hpp"
#include "CLogger.hpp"
#include "CGlobalConfiguration.hpp"
#include <algorithm>
#include <boost/bind.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/make_shared.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/thread/locks.hpp>

Namespaces

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

Detailed Description

Author
Derek Ditch derek.nosp@m..dit.nosp@m.ch@ms.nosp@m.t.ed.nosp@m.u
Christopher M. Kohlhoff chris.nosp@m.@koh.nosp@m.lhoff.nosp@m..com (Boost Example)
Stephen Jackson scj7t.nosp@m.4@ms.nosp@m.t.edu
Project:
FREEDM DGI
Description:
ConnectionManager implemented based on a boost example