#pragma once #include #include "core/plugin_system/IProtocolMapperPlugin.h" namespace softbus::message_bus::pipeline::protocol::modbusrtu { std::shared_ptr makeModbusRtuProtocolMapperPlugin(); softbus::core::plugin_system::IProtocolMapperPlugin* createModbusRtuProtocolMapperPluginRaw(); } // namespace softbus::message_bus::pipeline::protocol::modbusrtu