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

Method modbus

app/src/IO/ConnectionManager.cpp:408–411  ·  view source on GitHub ↗

* @brief Returns the UI-config Modbus driver instance. */

Source from the content-addressed store, hash-verified

406 * @brief Returns the UI-config Modbus driver instance.
407 */
408IO::Drivers::Modbus* IO::ConnectionManager::modbus() const noexcept
409{
410 return m_modbusUi.get();
411}
412
413/**
414 * @brief Returns the UI-config Process driver instance.

Callers 15

setProtocolIndexMethod · 0.80
setSlaveAddressMethod · 0.80
setPollIntervalMethod · 0.80
setHostMethod · 0.80
setPortMethod · 0.80
setSerialPortIndexMethod · 0.80
setBaudRateMethod · 0.80
setParityIndexMethod · 0.80
setDataBitsIndexMethod · 0.80
setStopBitsIndexMethod · 0.80
addRegisterGroupMethod · 0.80
removeRegisterGroupMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected