modbus rtu 1.1 plugins
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
// Modbus RTU 协议解析器插件
|
||||
#include <memory>
|
||||
|
||||
#include "core/plugin_system/IProtocolPlugin.h"
|
||||
|
||||
namespace softbus::core::plugin_system
|
||||
{
|
||||
|
||||
std::shared_ptr<IProtocolPlugin> makeModbusRtuProtocolPlugin();
|
||||
IProtocolPlugin* createModbusRtuProtocolPluginRaw();
|
||||
|
||||
} // namespace softbus::core::plugin_system
|
||||
Reference in New Issue
Block a user