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

Method fileName

app/src/DataModel/Importers/ModbusMapImporter.cpp:261–264  ·  view source on GitHub ↗

* @brief Returns the file name of the loaded register map. */

Source from the content-addressed store, hash-verified

259 * @brief Returns the file name of the loaded register map.
260 */
261QString DataModel::ModbusMapImporter::fileName() const
262{
263 return QFileInfo(m_filePath).fileName();
264}
265
266/**
267 * @brief Returns "N: Name @ Address (Type, DataType) [Units]" for the register.

Callers 5

jsonFileNameMethod · 0.45
buildLuaParserMethod · 0.45
protoFileNameMethod · 0.45
generateFrameParserMethod · 0.45
dbcFileNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected