MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / addressToString

Function addressToString

src/core/tnc/AetherAx25LibmodemShim.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132QString addressToString(const lm::address& address)
133{
134 QString text = QString::fromLatin1(address.text.data(), static_cast<int>(address.text_length));
135 if (address.ssid != 0)
136 text.append(QStringLiteral("-%1").arg(address.ssid));
137 return text;
138}
139
140QByteArray frameSignature(const Ax25DecodedFrame& frame)
141{

Callers 2

toDecodedFrameFunction · 0.85
transmitFrameFromBytesFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected