10#ifndef ZEP_SERIAL_FACTORY_INTERFACE_HPP_
11#define ZEP_SERIAL_FACTORY_INTERFACE_HPP_
16#include "TunnelInterface.hpp"
29 public:. * @param stream_name
36 const std::string& stream_name) = 0;
factory function interface for serial communication tunneling related streams
Definition FactoryInterface.hpp:28
*param virtual stream_name std::unique_ptr< TunnelInterface > CreateTunnel(const std::string &stream_name)=0
Create an instance of Tunnel.
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19