TwiceAsNice  2019-02-18
Macros | Functions
IODeviceWut.cc File Reference

This file contains the class implementation of the device class for the WuT Web IO 57630. More...

#include "IODeviceWut.h"
#include "WebSocket/WebSocketException.h"
#include "WebSocket/GlitchWebSocketFactory.h"
#include "typesWut.h"
#include <Basda/Basdard.h>
#include <Basda/DeviceFactory.h>
#include <Nice/Application.h>
#include <Nice/Property/BridgeMemFn.hh>
#include <Nice/Property/CommandFun.hh>
#include <Nice/Property/Property.hh>
#include <Nice/Time/Timer.h>
#include <Nice/Qt/QtWidgetAttributeName.h>
#include <Nice/Qt/LineEditAttributeName.h>
#include <boost/foreach.hpp>
#include <boost/make_shared.hpp>
#include <cassert>
#include <iostream>
#include <map>
#include <sstream>
#include <string>
Include dependency graph for IODeviceWut.cc:

Macros

#define LOG_NAME   m_name
 

Functions

template<class T >
fromString (const std::string &_s)
 

Detailed Description

This file contains the class implementation of the device class for the WuT Web IO 57630.

Macro Definition Documentation

◆ LOG_NAME

#define LOG_NAME   m_name

Function Documentation

◆ fromString()

template<class T >
T fromString ( const std::string &  _s)