SkyWay for Linux
読み取り中…
検索中…
一致する文字列を見つけられません
member.hpp
1//
2// member.hpp
3// skyway
4//
5// Created by Naoto Takahashi on 2023/07/14.
6// Copyright © 2023 NTT Communications. All rights reserved.
7//
8
9#ifndef SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_
10#define SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_
11
12#include "skyway/core/interface/channel.hpp"
13#include "skyway/core/interface/remote_member.hpp"
14
15namespace skyway {
16namespace plugin {
17namespace unknown_plugin {
18
24
25} // namespace unknown_plugin
26} // namespace plugin
27} // namespace skyway
28
29#endif /* SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_ */
Channelのインターフェース
Definition channel.hpp:28
このSDK以外で生成されたメンバ
Definition remote_member.hpp:32
機能として対応していないメンバー
Definition member.hpp:20
メンバー情報
Definition domain.hpp:54