SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
plugin.hpp
1
//
2
// © NTT DOCOMO BUSINESS, Inc. All Rights Reserved.
3
//
4
5
#ifndef SKYWAY_PLUGIN_UNKNOWN_PLUGIN_PLUGIN_HPP_
6
#define SKYWAY_PLUGIN_UNKNOWN_PLUGIN_PLUGIN_HPP_
7
8
#include "skyway/core/interface/remote_member_plugin.hpp"
9
10
namespace
skyway {
11
namespace
plugin {
12
namespace
unknown_plugin {
13
15
class
Plugin
:
public
core::interface::RemoteMemberPlugin
{
16
public
:
17
std::string
GetSubtype
()
const override
;
19
std::shared_ptr<core::interface::RemoteMember> Create(std::shared_ptr<core::interface::Channel> channel,
20
const
model::Member
& dto)
const override
;
22
};
23
24
}
// namespace unknown_plugin
25
}
// namespace plugin
26
}
// namespace skyway
27
28
#endif
/* SKYWAY_PLUGIN_UNKNOWN_PLUGIN_PLUGIN_HPP_ */
skyway::core::interface::RemoteMemberPlugin
Definition
remote_member_plugin.hpp:16
skyway::plugin::unknown_plugin::Plugin
機能として対応していないPlugin
Definition
plugin.hpp:15
skyway::plugin::unknown_plugin::Plugin::GetSubtype
std::string GetSubtype() const override
Pluginのサブタイプ
skyway::model::Member
メンバー情報
Definition
domain.hpp:53
include
skyway
plugin
unknown_plugin
plugin.hpp
構築:
1.9.8