Zao SDK for Jetson / libzao-endpoint API リファレンス 1.6.0.0 (2024-12-24)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::ip::FactoryInterface Class Referenceabstract

IPパケットトンネリング関連ストリームのファクトリ機能インターフェース More...

#include <FactoryInterface.hpp>

Public Member Functions

virtual std::shared_ptr< TunnelInterfaceCreateTunnel (const std::string &stream_name)=0
 Tunnelのインスタンスを生成する。
 
virtual ~FactoryInterface () noexcept=default
 FactoryInterface オブジェクトを破棄する。
 

Detailed Description

IPパケットトンネリング関連ストリームのファクトリ機能インターフェース

Since
SDK1.5

Member Function Documentation

◆ CreateTunnel()

virtual std::shared_ptr< TunnelInterface > zao::endpoint::ip::FactoryInterface::CreateTunnel ( const std::string &  stream_name)
pure virtual

Tunnelのインスタンスを生成する。

Parameters
stream_name対象とするストリームの名前

The documentation for this class was generated from the following file: