diff --git a/src/ModbusConnections.h b/src/ModbusConnections.h index b345285..171e4cb 100644 --- a/src/ModbusConnections.h +++ b/src/ModbusConnections.h @@ -13,8 +13,12 @@ #include #include +/// using AdapterList = std::vector>; +/*! + * \brief The ModbusConnections class + */ class ModbusConnections { public: @@ -33,7 +37,7 @@ public: * \param config * \return */ - bool CreateConnection( const ConnectionConfig &config ); + bool CreateConnection( const ConnectionConfig &config ); /*! * \brief DeleteConnection @@ -41,7 +45,7 @@ public: * \param endpoint * \return */ - bool DeleteConnection( const ConnectionPort portName, const std::string &endpoint = std::string() ); + bool DeleteConnection( const ConnectionPort portName, const std::string &endpoint = std::string() ); /*! * \brief ConnectionCount