1 #ifndef ZEP_SERIAL_FACTORY_INTERFACE_HPP_ 2 #define ZEP_SERIAL_FACTORY_INTERFACE_HPP_ 7 #include "TunnelInterface.hpp" 27 const std::string& stream_name) = 0;
35 #endif // ZEP_SERIAL_FACTORY_INTERFACE_HPP_ virtual std::unique_ptr< TunnelInterface > CreateTunnel(const std::string &stream_name)=0
Tunnelのインスタンスを生成する。
ZEP SDK用名前空間
Definition: FactoryInterface.hpp:10
シリアル通信トンネリング関連ストリームのファクトリ機能インターフェース
Definition: FactoryInterface.hpp:19