MCPcopy Create free account
hub / github.com/antirez/dump1090 / decodeHexMessage

Function decodeHexMessage

dump1090.c:2472–2502  ·  view source on GitHub ↗

This function decodes a string representing a Mode S message in * raw hex format like: *8D4B969699155600E87406F5B69F; * The string is supposed to be at the start of the client buffer * and null-terminated. * * The message is passed to the higher level layers, so it feeds * the selected screen output, the network output and so forth. * * If the message looks invalid is silently discarded.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

hexDigitValFunction · 0.85
decodeModesMessageFunction · 0.85
useModesMessageFunction · 0.85

Tested by

no test coverage detected