Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 7 of 7) sorted by relevance

/mipi-sys-t-3.7.0/library/doxygen/
DCatgen.md11 configuration to support the automated decode collateral generation tool. This
12 tool scans the source code and extracts the catalog decode information into
20 creation and updating of SyS-T decode collateral in XML format. This
23 keep software builds and decode collateral updated at the same time. The tool
DAdapting.md23 …rinter](@ref mipi_syst_printer_page) project can consume this output and decode it into human read…
DReference.md236 pretty print catalog messages during trace decode.</td>
268 messages during trace decode.</td>
/mipi-sys-t-3.7.0/
DREADME.md19 updating of MIPI SyS-T decode collateral in XML format. The generator
22 and decode collateral updated at the same time.
32 or automated analysis. The decode step utilizes collateral that
303 creation and updating of SyS-T decode collateral in XML format. This
306 keep software builds and decode collateral updated at the same time. The tool
356 SyS-T data protocol processing tools to decode the catalog messages
/mipi-sys-t-3.7.0/printer/include/
Dmipi_syst_decode.h158 bool decode(message& dest, const std::vector<uint8_t>& data, const decode_context * ctx) const;
/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_main.cpp141 decoder.decode(msg, bytes, ctx); in readAndPrint()
Dmipi_syst_decode.cpp115 bool decoder::decode(message& dest, const std::vector<uint8_t>& data, const decode_context * ctx) c… in decode() function in decoder