MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / registerGroupCount

Method registerGroupCount

app/src/IO/Drivers/Modbus.cpp:813–816  ·  view source on GitHub ↗

* @brief Returns the number of configured register groups */

Source from the content-addressed store, hash-verified

811 * @brief Returns the number of configured register groups
812 */
813int IO::Drivers::Modbus::registerGroupCount() const
814{
815 return m_registerGroups.count();
816}
817
818/**
819 * @brief Returns information about a register group

Callers 3

removeRegisterGroupMethod · 0.80
getConfigurationMethod · 0.80
getRegisterGroupsMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected