factory function interface for serial communication tunneling related streams
More...
#include <FactoryInterface.hpp>
factory function interface for serial communication tunneling related streams
シリアル通信トンネリング関連ストリームのファクトリ機能インターフェース
◆ CreateTunnel() [1/2]
*param virtual stream_name std::unique_ptr< TunnelInterface > zep::serial::FactoryInterface::CreateTunnel |
( |
const std::string & |
stream_name | ) |
|
|
pure virtual |
Create an instance of Tunnel.
- Parameters
-
stream_name | Name of the target stream. |
◆ CreateTunnel() [2/2]
virtual std::unique_ptr< TunnelInterface > zep::serial::FactoryInterface::CreateTunnel |
( |
const std::string & |
stream_name | ) |
|
|
pure virtual |
Tunnelのインスタンスを生成する。
- Parameters
-
The documentation for this class was generated from the following files: