10#ifndef ZEP_SERIAL_FACTORY_INTERFACE_HPP_
11#define ZEP_SERIAL_FACTORY_INTERFACE_HPP_
16#include "TunnelInterface.hpp"
28class FactoryInterface {
36 const std::string& stream_name) = 0;
factory function interface for serial communication tunneling related streams
Definition FactoryInterface.hpp:28
virtual std::unique_ptr< TunnelInterface > CreateTunnel(const std::string &stream_name)=0
Tunnelのインスタンスを生成する。
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19