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

Method hotpathRxData

app/src/Console/Handler.cpp:805–811  ·  view source on GitHub ↗

* @brief Displays raw data from the playback path (no device routing). */

Source from the content-addressed store, hash-verified

803 * @brief Displays raw data from the playback path (no device routing).
804 */
805void Console::Handler::hotpathRxData(const QByteArray& data)
806{
807 if (data.isEmpty())
808 return;
809
810 append(dataToString(data), showTimestamp());
811}
812
813/**
814 * @brief Routes incoming raw data to the per-device console buffer.

Callers 2

processPayloadMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected