Searched refs:decode (Results 1 – 7 of 7) sorted by relevance
11 configuration to support the automated decode collateral generation tool. This12 tool scans the source code and extracts the catalog decode information into20 creation and updating of SyS-T decode collateral in XML format. This23 keep software builds and decode collateral updated at the same time. The tool
23 …rinter](@ref mipi_syst_printer_page) project can consume this output and decode it into human read…
236 pretty print catalog messages during trace decode.</td>268 messages during trace decode.</td>
19 updating of MIPI SyS-T decode collateral in XML format. The generator22 and decode collateral updated at the same time.32 or automated analysis. The decode step utilizes collateral that303 creation and updating of SyS-T decode collateral in XML format. This306 keep software builds and decode collateral updated at the same time. The tool356 SyS-T data protocol processing tools to decode the catalog messages
158 bool decode(message& dest, const std::vector<uint8_t>& data, const decode_context * ctx) const;
141 decoder.decode(msg, bytes, ctx); in readAndPrint()
115 bool decoder::decode(message& dest, const std::vector<uint8_t>& data, const decode_context * ctx) c… in decode() function in decoder