Template Class ThreadedInterface

Inheritance Relationships

Base Type

  • public WrappedInterface

Class Documentation

template<typename WrappedInterface>
class ThreadedInterface : public WrappedInterface

Public Functions

inline virtual bool init(const std::string &device, bool loopback)
inline virtual void shutdown()
inline void join()
inline virtual ~ThreadedInterface()
inline ThreadedInterface()
template<typename T1>
inline explicit ThreadedInterface(const T1 &t1)
template<typename T1, typename T2>
inline ThreadedInterface(const T1 &t1, const T2 &t2)