TwiceAsNice  2019-02-18
Classes | Namespaces | Typedefs
WutSocket.h File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <string>
#include <exception>
Include dependency graph for WutSocket.h:

Classes

class  Basda::WutException
 standard exception class More...
 
class  Basda::WutSocketException
 exception class for the sockets More...
 
class  Basda::WutSocket
 This class is an abstraction layer for socket usable for interacting with WuT devices. More...
 

Namespaces

 Basda
 These are contants that are used by the services internally.
 

Typedefs

typedef boost::shared_ptr< WutSocket > Basda::WutSocketPtr