FREEDM DGI
Classes | Namespaces | Functions
CDevice.hpp File Reference
#include "IAdapter.hpp"
#include <set>
#include <iosfwd>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  freedm::broker::device::CDevice
 Defines the interface used to access physical hardware. More...
 
struct  freedm::broker::device::DeviceInfo
 Stores the internal structure of a device object. More...
 

Namespaces

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

Functions

std::ostream & freedm::broker::device::operator<< (std::ostream &os, const DeviceInfo &info)
 Outputs the device information to the passed output stream. More...
 

Detailed Description

Author
Thomas Roth tprfh.nosp@m.7@ms.nosp@m.t.edu
Project:
FREEDM DGI
Description:
Defines the interface for physical devices.