552 lines
40 KiB
XML
552 lines
40 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<QtHelpProject version="1.0">
|
|
<namespace>ca.himro.dbcframework</namespace>
|
|
<virtualFolder>doc</virtualFolder>
|
|
<customFilter name="DBC Framework">
|
|
</customFilter>
|
|
<filterSection>
|
|
<filterAttribute>dbc</filterAttribute>
|
|
<filterAttribute>framework</filterAttribute>
|
|
<filterAttribute>c++</filterAttribute>
|
|
<filterAttribute>qt</filterAttribute>
|
|
<filterAttribute>doxygen</filterAttribute>
|
|
<toc>
|
|
<section title="DBC Framework" ref="index.html">
|
|
<section title="DBC Parser and Runtime Decode Module Documentation" ref="md_README.html">
|
|
<section title="Overview" ref="md_README.html#autotoc_md1"/>
|
|
<section title="High-Level Architecture" ref="md_README.html#autotoc_md3">
|
|
<section title="1. Parse and UI path" ref="md_README.html#autotoc_md4"/>
|
|
<section title="2. Runtime decode path" ref="md_README.html#autotoc_md5"/>
|
|
</section>
|
|
<section title="Why the Runtime Decode Layer Exists" ref="md_README.html#autotoc_md7"/>
|
|
<section title="Module Layout" ref="md_README.html#autotoc_md9">
|
|
<section title="Parsed DBC structures" ref="md_README.html#autotoc_md10"/>
|
|
<section title="UI tree structures" ref="md_README.html#autotoc_md11"/>
|
|
<section title="Runtime decode structures" ref="md_README.html#autotoc_md12"/>
|
|
<section title="Runtime decoder" ref="md_README.html#autotoc_md13"/>
|
|
<section title="Parser" ref="md_README.html#autotoc_md14"/>
|
|
<section title="Demo" ref="md_README.html#autotoc_md15"/>
|
|
</section>
|
|
<section title="Parsed Data Structures" ref="md_README.html#autotoc_md17"/>
|
|
<section title="<tt>SignalInfo</tt>" ref="md_README.html#autotoc_md18"/>
|
|
<section title="<tt>FrameInfo</tt>" ref="md_README.html#autotoc_md20"/>
|
|
<section title="<tt>DbcDatabase</tt>" ref="md_README.html#autotoc_md22"/>
|
|
<section title="UI Tree Layer" ref="md_README.html#autotoc_md24"/>
|
|
<section title="<tt>TreeNode</tt>" ref="md_README.html#autotoc_md25"/>
|
|
<section title="Runtime Decode Layer" ref="md_README.html#autotoc_md27"/>
|
|
<section title="Purpose" ref="md_README.html#autotoc_md28"/>
|
|
<section title="<tt>ByteOrder</tt>" ref="md_README.html#autotoc_md30"/>
|
|
<section title="<tt>ValueType</tt>" ref="md_README.html#autotoc_md32"/>
|
|
<section title="<tt>DecodeSignal</tt>" ref="md_README.html#autotoc_md34"/>
|
|
<section title="<tt>DecodeFrame</tt>" ref="md_README.html#autotoc_md36"/>
|
|
<section title="<tt>FrameKey</tt>" ref="md_README.html#autotoc_md38"/>
|
|
<section title="<tt>DecodeDatabase</tt>" ref="md_README.html#autotoc_md40"/>
|
|
<section title="Decoder Layer" ref="md_README.html#autotoc_md42"/>
|
|
<section title="<tt>RawCanFrame</tt>" ref="md_README.html#autotoc_md43"/>
|
|
<section title="<tt>DecodedSignalValue</tt>" ref="md_README.html#autotoc_md45"/>
|
|
<section title="<tt>DecodedFrameValue</tt>" ref="md_README.html#autotoc_md47"/>
|
|
<section title="<tt>DbcDecoder</tt>" ref="md_README.html#autotoc_md49"/>
|
|
<section title="Parser Support" ref="md_README.html#autotoc_md51"/>
|
|
<section title="Supported DBC Syntax" ref="md_README.html#autotoc_md53"/>
|
|
<section title="Frame definition" ref="md_README.html#autotoc_md54"/>
|
|
<section title="Signal definition" ref="md_README.html#autotoc_md56"/>
|
|
<section title="Comments" ref="md_README.html#autotoc_md58"/>
|
|
<section title="CAN ID Normalization" ref="md_README.html#autotoc_md60"/>
|
|
<section title="PGN Extraction" ref="md_README.html#autotoc_md62"/>
|
|
<section title="Decode Flow" ref="md_README.html#autotoc_md64"/>
|
|
<section title="Intel and Motorola Extraction" ref="md_README.html#autotoc_md66"/>
|
|
<section title="Example Usage" ref="md_README.html#autotoc_md68"/>
|
|
<section title="Parse DBC" ref="md_README.html#autotoc_md69"/>
|
|
<section title="Build UI tree" ref="md_README.html#autotoc_md70"/>
|
|
<section title="Build runtime decode database" ref="md_README.html#autotoc_md71"/>
|
|
<section title="Decode a raw frame" ref="md_README.html#autotoc_md72"/>
|
|
<section title="Unified Decode Strategy" ref="md_README.html#autotoc_md74">
|
|
<section title="live path" ref="md_README.html#autotoc_md75"/>
|
|
<section title="trace path" ref="md_README.html#autotoc_md76"/>
|
|
</section>
|
|
<section title="Intended Use in FrameTap" ref="md_README.html#autotoc_md78"/>
|
|
<section title="Why the Tree Is Not Enough" ref="md_README.html#autotoc_md80"/>
|
|
<section title="Why No Abstract Factory Is Used" ref="md_README.html#autotoc_md82"/>
|
|
<section title="Current Limitations" ref="md_README.html#autotoc_md84"/>
|
|
<section title="Recommended Next Steps" ref="md_README.html#autotoc_md86">
|
|
<section title="Stage 1 - already implemented" ref="md_README.html#autotoc_md87"/>
|
|
<section title="Stage 2" ref="md_README.html#autotoc_md88"/>
|
|
<section title="Stage 3" ref="md_README.html#autotoc_md89"/>
|
|
<section title="Stage 4" ref="md_README.html#autotoc_md90"/>
|
|
</section>
|
|
<section title="Build Integration" ref="md_README.html#autotoc_md92"/>
|
|
<section title="Summary" ref="md_README.html#autotoc_md94">
|
|
<section title="Parsed representation" ref="md_README.html#autotoc_md95"/>
|
|
<section title="Runtime decode representation" ref="md_README.html#autotoc_md96"/>
|
|
</section>
|
|
</section>
|
|
<section title="Classes" ref="annotated.html">
|
|
<section title="Class List" ref="annotated.html">
|
|
<section title="DbcDatabase" ref="structDbcDatabase.html">
|
|
<section title="frames" ref="structDbcDatabase.html#a2cade5d0234ee816132127542f8c612b"/>
|
|
</section>
|
|
<section title="DbcDecodeBuilder" ref="classDbcDecodeBuilder.html">
|
|
<section title="Build" ref="classDbcDecodeBuilder.html#a2bc6386dfb5e58976c42e22c19ec471b"/>
|
|
</section>
|
|
<section title="DbcDecoder" ref="classDbcDecoder.html">
|
|
<section title="FindFrame" ref="classDbcDecoder.html#ab2cfb2fb711c95d3a29365546b89f3da"/>
|
|
<section title="Decode" ref="classDbcDecoder.html#a345951ffe5d943a70d3a1ea1f39e74f7"/>
|
|
</section>
|
|
<section title="DbcParser" ref="classDbcParser.html">
|
|
<section title="ParseFile" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
|
</section>
|
|
<section title="DbcTreeBuilder" ref="classDbcTreeBuilder.html">
|
|
<section title="Build" ref="classDbcTreeBuilder.html#a7e57d067d831b14b383947fd125edd4b"/>
|
|
</section>
|
|
<section title="DecodeDatabase" ref="structDecodeDatabase.html">
|
|
</section>
|
|
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html">
|
|
<section title="definition" ref="structDecodedFrameValue.html#a60dda1cc352d2c8087f0bdbc81dd266c"/>
|
|
<section title="public" ref="structDecodedFrameValue.html#adae123ac7fbb4a5c314b64b01109f4a8"/>
|
|
<section title="valid" ref="structDecodedFrameValue.html#a4f51c31110dba1f73a763c596372beb0"/>
|
|
</section>
|
|
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html">
|
|
<section title="definition" ref="structDecodedSignalValue.html#acadc3b3bb21dd6b0412d342c7e6b20d7"/>
|
|
<section title="rawValue" ref="structDecodedSignalValue.html#a5138b825940e34689f7b3891627ee9ec"/>
|
|
<section title="physicalValue" ref="structDecodedSignalValue.html#a6847d05b3cb00d5e0f6c611968f57978"/>
|
|
<section title="valid" ref="structDecodedSignalValue.html#aac0ed361af545cde48d0e6f41a859686"/>
|
|
</section>
|
|
<section title="DecodeFrame" ref="structDecodeFrame.html">
|
|
<section title="name" ref="structDecodeFrame.html#aa0a7f8fd5bfde2148dfd0d838328f579"/>
|
|
<section title="canId" ref="structDecodeFrame.html#a52e10215388db7df8b541b9d9909edcf"/>
|
|
<section title="isExtended" ref="structDecodeFrame.html#a3ee2348d781f8f15aaf87e8dcf57ec41"/>
|
|
<section title="dlc" ref="structDecodeFrame.html#a51111ac13988be372d5673d12cf3e060"/>
|
|
<section title="pgn" ref="structDecodeFrame.html#a1d3c54055c0cbceb73adf551f7067f23"/>
|
|
<section title="hasPgn" ref="structDecodeFrame.html#a2551102670c4a540fced4c71da0b369d"/>
|
|
<section title="transmitter" ref="structDecodeFrame.html#ad78241dc40c793aabb8495b6989b81a9"/>
|
|
<section title="comment" ref="structDecodeFrame.html#a25819ef907a32391af5c9f7cae9cdb22"/>
|
|
<section title="public" ref="structDecodeFrame.html#a7f4e71bbdec3f424b625e724e3dfbf14"/>
|
|
</section>
|
|
<section title="DecodeSignal" ref="structDecodeSignal.html">
|
|
<section title="name" ref="structDecodeSignal.html#a58cf5844f2272a23dcb9687d912e4780"/>
|
|
<section title="startBit" ref="structDecodeSignal.html#aaf5d7527ddf65b6355c2b4f3626df22d"/>
|
|
<section title="length" ref="structDecodeSignal.html#acd4ef5ee30421d117b5756854302debb"/>
|
|
<section title="byteOrder" ref="structDecodeSignal.html#abdc4c4bb4a67a6d61d6ca81e8a52833d"/>
|
|
<section title="valueType" ref="structDecodeSignal.html#a9d37638129263b8902ba5be59baf39a8"/>
|
|
<section title="factor" ref="structDecodeSignal.html#a428c39913a366a8476dd291061354391"/>
|
|
<section title="offset" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
|
<section title="minimum" ref="structDecodeSignal.html#a0fb84e19a0ab3bd50b6f65c1075ebc25"/>
|
|
<section title="maximum" ref="structDecodeSignal.html#a4a6ba87142a9badbf0ca830e9e709cb7"/>
|
|
<section title="unit" ref="structDecodeSignal.html#a38eed9ca7581423fd8bfbedcffc12092"/>
|
|
<section title="receivers" ref="structDecodeSignal.html#abdbae62a64d2df716bf60c6b67b30eaa"/>
|
|
<section title="comment" ref="structDecodeSignal.html#ae28c905d4a2bc86419c2a8361bfea473"/>
|
|
</section>
|
|
<section title="FrameInfo" ref="structFrameInfo.html">
|
|
<section title="name" ref="structFrameInfo.html#abb53a7f93ed7abc0ea1ae4a8ccafcdcb"/>
|
|
<section title="canId" ref="structFrameInfo.html#af470b0742c05bfbffc31c51a68f5c05e"/>
|
|
<section title="isExtended" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
|
<section title="pgn" ref="structFrameInfo.html#aee518b33f1000bf0b7f6e4a87474c943"/>
|
|
<section title="hasPgn" ref="structFrameInfo.html#a4737a5420213ad4304724e39f3a4e55d"/>
|
|
<section title="dlc" ref="structFrameInfo.html#aa2b198ea0f55e560c123d35e7b3ecab9"/>
|
|
<section title="transmitter" ref="structFrameInfo.html#a92749ec3798d4211a505860fb389a9e8"/>
|
|
<section title="comment" ref="structFrameInfo.html#ace75121294f9d89b762080ab5643293c"/>
|
|
<section title="public" ref="structFrameInfo.html#a3f7e25d67ddae22f2ed50823a5a26084"/>
|
|
</section>
|
|
<section title="FrameKey" ref="structFrameKey.html">
|
|
</section>
|
|
<section title="FrameKeyHasher" ref="structFrameKeyHasher.html">
|
|
</section>
|
|
<section title="RawCanFrame" ref="structRawCanFrame.html">
|
|
<section title="canId" ref="structRawCanFrame.html#a2d0e7fa0e3d5c20bbed55ed8f7888ff4"/>
|
|
<section title="isExtended" ref="structRawCanFrame.html#a462193d275adc1dba8bd18ffa0e36bb7"/>
|
|
<section title="data" ref="structRawCanFrame.html#a0acb487612104c99c9907344c035df83"/>
|
|
</section>
|
|
<section title="SignalInfo" ref="structSignalInfo.html">
|
|
<section title="name" ref="structSignalInfo.html#a379e422a00cad56f896cacf60455b088"/>
|
|
<section title="startBit" ref="structSignalInfo.html#ace290724f9801521609aedaa946d61f1"/>
|
|
<section title="length" ref="structSignalInfo.html#a1008b5201f71848177217bd52fb84baa"/>
|
|
<section title="isLittleEndian" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
|
<section title="isSigned" ref="structSignalInfo.html#a52a52b320eef92fbcb4626307f9a498f"/>
|
|
<section title="factor" ref="structSignalInfo.html#ae4f78d99a2750aa564d7eba860171499"/>
|
|
<section title="offset" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
|
<section title="minimum" ref="structSignalInfo.html#ada7bf94fbeaa26bd08c73982b5af255b"/>
|
|
<section title="maximum" ref="structSignalInfo.html#adf1c4331b9eabced0d7fdda40ff0eb52"/>
|
|
<section title="unit" ref="structSignalInfo.html#a1f214f03e94ef5794de2d3367bfcbd01"/>
|
|
<section title="receivers" ref="structSignalInfo.html#a2c95562fd0b29327a7fd7b1e6feee7f3"/>
|
|
<section title="comment" ref="structSignalInfo.html#ac99ba7563a5dad01e39c4257216953f5"/>
|
|
</section>
|
|
<section title="TreeNode" ref="classTreeNode.html">
|
|
<section title="TreeNode" ref="classTreeNode.html#a984a98d5ccf7ef1f5a18094c6821f35d"/>
|
|
<section title="TreeNode" ref="classTreeNode.html#a8e38dd591d8801d7ee3a7dbad90c67fc"/>
|
|
<section title="TreeNode" ref="classTreeNode.html#ab9f00f5253d56461bb2d420fd639c5ae"/>
|
|
<section title="AddChild" ref="classTreeNode.html#a6161f2ebb92184eab4215d121870e788"/>
|
|
<section title="GetChildCount" ref="classTreeNode.html#abdd82460187dca8d3e5d66f5d5c529ea"/>
|
|
<section title="GetChild" ref="classTreeNode.html#a4727ff801a2d1b9323c5ae50a35457a6"/>
|
|
<section title="GetChild" ref="classTreeNode.html#a81047bd7d2a4cc96b9ef5e20d0d63b5f"/>
|
|
<section title="GetType" ref="classTreeNode.html#afa2f4b0aafa12d3d41ed00df8e0250c9"/>
|
|
<section title="GetName" ref="classTreeNode.html#aaac5b8d9dc9e5ae1f367d1adbcf20e18"/>
|
|
<section title="GetFrame" ref="classTreeNode.html#afc503b40004764163605d6dbdb4ef811"/>
|
|
<section title="GetSignal" ref="classTreeNode.html#a226518612d0d00b5988a2c44fc21d3f1"/>
|
|
</section>
|
|
</section>
|
|
<section title="Class Index" ref="classes.html"/>
|
|
<section title="Class Members" ref="functions.html">
|
|
<section title="All" ref="functions.html"/>
|
|
<section title="Functions" ref="functions_func.html"/>
|
|
<section title="Variables" ref="functions_vars.html"/>
|
|
</section>
|
|
</section>
|
|
<section title="Files" ref="files.html">
|
|
<section title="File List" ref="files.html">
|
|
<section title="dbc_database.h" ref="dbc__database_8h.html">
|
|
<section title="DbcDatabase" ref="structDbcDatabase.html">
|
|
<section title="frames" ref="structDbcDatabase.html#a2cade5d0234ee816132127542f8c612b"/>
|
|
</section>
|
|
</section>
|
|
<section title="dbc_decode_builder.cpp" ref="dbc__decode__builder_8cpp.html"/>
|
|
<section title="dbc_decode_builder.h" ref="dbc__decode__builder_8h.html">
|
|
<section title="DbcDecodeBuilder" ref="classDbcDecodeBuilder.html">
|
|
<section title="Build" ref="classDbcDecodeBuilder.html#a2bc6386dfb5e58976c42e22c19ec471b"/>
|
|
</section>
|
|
</section>
|
|
<section title="dbc_decoder.cpp" ref="dbc__decoder_8cpp.html"/>
|
|
<section title="dbc_decoder.h" ref="dbc__decoder_8h.html">
|
|
<section title="RawCanFrame" ref="structRawCanFrame.html">
|
|
<section title="canId" ref="structRawCanFrame.html#a2d0e7fa0e3d5c20bbed55ed8f7888ff4"/>
|
|
<section title="isExtended" ref="structRawCanFrame.html#a462193d275adc1dba8bd18ffa0e36bb7"/>
|
|
<section title="data" ref="structRawCanFrame.html#a0acb487612104c99c9907344c035df83"/>
|
|
</section>
|
|
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html">
|
|
<section title="definition" ref="structDecodedSignalValue.html#acadc3b3bb21dd6b0412d342c7e6b20d7"/>
|
|
<section title="rawValue" ref="structDecodedSignalValue.html#a5138b825940e34689f7b3891627ee9ec"/>
|
|
<section title="physicalValue" ref="structDecodedSignalValue.html#a6847d05b3cb00d5e0f6c611968f57978"/>
|
|
<section title="valid" ref="structDecodedSignalValue.html#aac0ed361af545cde48d0e6f41a859686"/>
|
|
</section>
|
|
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html">
|
|
<section title="definition" ref="structDecodedFrameValue.html#a60dda1cc352d2c8087f0bdbc81dd266c"/>
|
|
<section title="public" ref="structDecodedFrameValue.html#adae123ac7fbb4a5c314b64b01109f4a8"/>
|
|
<section title="valid" ref="structDecodedFrameValue.html#a4f51c31110dba1f73a763c596372beb0"/>
|
|
</section>
|
|
<section title="DbcDecoder" ref="classDbcDecoder.html">
|
|
<section title="FindFrame" ref="classDbcDecoder.html#ab2cfb2fb711c95d3a29365546b89f3da"/>
|
|
<section title="Decode" ref="classDbcDecoder.html#a345951ffe5d943a70d3a1ea1f39e74f7"/>
|
|
</section>
|
|
</section>
|
|
<section title="dbc_parser.cpp" ref="dbc__parser_8cpp.html"/>
|
|
<section title="dbc_parser.h" ref="dbc__parser_8h.html">
|
|
<section title="DbcParser" ref="classDbcParser.html">
|
|
<section title="ParseFile" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
|
</section>
|
|
</section>
|
|
<section title="dbc_tree_builder.cpp" ref="dbc__tree__builder_8cpp.html"/>
|
|
<section title="dbc_tree_builder.h" ref="dbc__tree__builder_8h.html">
|
|
<section title="DbcTreeBuilder" ref="classDbcTreeBuilder.html">
|
|
<section title="Build" ref="classDbcTreeBuilder.html#a7e57d067d831b14b383947fd125edd4b"/>
|
|
</section>
|
|
</section>
|
|
<section title="decode_database.h" ref="decode__database_8h.html">
|
|
<section title="DecodeSignal" ref="structDecodeSignal.html">
|
|
<section title="name" ref="structDecodeSignal.html#a58cf5844f2272a23dcb9687d912e4780"/>
|
|
<section title="startBit" ref="structDecodeSignal.html#aaf5d7527ddf65b6355c2b4f3626df22d"/>
|
|
<section title="length" ref="structDecodeSignal.html#acd4ef5ee30421d117b5756854302debb"/>
|
|
<section title="byteOrder" ref="structDecodeSignal.html#abdc4c4bb4a67a6d61d6ca81e8a52833d"/>
|
|
<section title="valueType" ref="structDecodeSignal.html#a9d37638129263b8902ba5be59baf39a8"/>
|
|
<section title="factor" ref="structDecodeSignal.html#a428c39913a366a8476dd291061354391"/>
|
|
<section title="offset" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
|
<section title="minimum" ref="structDecodeSignal.html#a0fb84e19a0ab3bd50b6f65c1075ebc25"/>
|
|
<section title="maximum" ref="structDecodeSignal.html#a4a6ba87142a9badbf0ca830e9e709cb7"/>
|
|
<section title="unit" ref="structDecodeSignal.html#a38eed9ca7581423fd8bfbedcffc12092"/>
|
|
<section title="receivers" ref="structDecodeSignal.html#abdbae62a64d2df716bf60c6b67b30eaa"/>
|
|
<section title="comment" ref="structDecodeSignal.html#ae28c905d4a2bc86419c2a8361bfea473"/>
|
|
</section>
|
|
<section title="DecodeFrame" ref="structDecodeFrame.html">
|
|
<section title="name" ref="structDecodeFrame.html#aa0a7f8fd5bfde2148dfd0d838328f579"/>
|
|
<section title="canId" ref="structDecodeFrame.html#a52e10215388db7df8b541b9d9909edcf"/>
|
|
<section title="isExtended" ref="structDecodeFrame.html#a3ee2348d781f8f15aaf87e8dcf57ec41"/>
|
|
<section title="dlc" ref="structDecodeFrame.html#a51111ac13988be372d5673d12cf3e060"/>
|
|
<section title="pgn" ref="structDecodeFrame.html#a1d3c54055c0cbceb73adf551f7067f23"/>
|
|
<section title="hasPgn" ref="structDecodeFrame.html#a2551102670c4a540fced4c71da0b369d"/>
|
|
<section title="transmitter" ref="structDecodeFrame.html#ad78241dc40c793aabb8495b6989b81a9"/>
|
|
<section title="comment" ref="structDecodeFrame.html#a25819ef907a32391af5c9f7cae9cdb22"/>
|
|
<section title="public" ref="structDecodeFrame.html#a7f4e71bbdec3f424b625e724e3dfbf14"/>
|
|
</section>
|
|
<section title="FrameKey" ref="structFrameKey.html">
|
|
</section>
|
|
<section title="FrameKeyHasher" ref="structFrameKeyHasher.html">
|
|
</section>
|
|
<section title="DecodeDatabase" ref="structDecodeDatabase.html">
|
|
</section>
|
|
<section title="ByteOrder" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142b">
|
|
<section title="Intel" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142baff97a9fdede09eaf6e1c8ec9f6a61dd5"/>
|
|
<section title="Motorola" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142ba2ed1afe3c9215523e4272f46e6186b31"/>
|
|
</section>
|
|
<section title="ValueType" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1">
|
|
<section title="Unsigned" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1aa1a914735b205424ba6c40b85528d78a"/>
|
|
<section title="Signed" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1a71fed0c3428bf1a2e19af257c4bac379"/>
|
|
</section>
|
|
</section>
|
|
<section title="frame_info.h" ref="frame__info_8h.html">
|
|
<section title="FrameInfo" ref="structFrameInfo.html">
|
|
<section title="name" ref="structFrameInfo.html#abb53a7f93ed7abc0ea1ae4a8ccafcdcb"/>
|
|
<section title="canId" ref="structFrameInfo.html#af470b0742c05bfbffc31c51a68f5c05e"/>
|
|
<section title="isExtended" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
|
<section title="pgn" ref="structFrameInfo.html#aee518b33f1000bf0b7f6e4a87474c943"/>
|
|
<section title="hasPgn" ref="structFrameInfo.html#a4737a5420213ad4304724e39f3a4e55d"/>
|
|
<section title="dlc" ref="structFrameInfo.html#aa2b198ea0f55e560c123d35e7b3ecab9"/>
|
|
<section title="transmitter" ref="structFrameInfo.html#a92749ec3798d4211a505860fb389a9e8"/>
|
|
<section title="comment" ref="structFrameInfo.html#ace75121294f9d89b762080ab5643293c"/>
|
|
<section title="public" ref="structFrameInfo.html#a3f7e25d67ddae22f2ed50823a5a26084"/>
|
|
</section>
|
|
</section>
|
|
<section title="main.cpp" ref="main_8cpp.html">
|
|
</section>
|
|
<section title="signal_info.h" ref="signal__info_8h.html">
|
|
<section title="SignalInfo" ref="structSignalInfo.html">
|
|
<section title="name" ref="structSignalInfo.html#a379e422a00cad56f896cacf60455b088"/>
|
|
<section title="startBit" ref="structSignalInfo.html#ace290724f9801521609aedaa946d61f1"/>
|
|
<section title="length" ref="structSignalInfo.html#a1008b5201f71848177217bd52fb84baa"/>
|
|
<section title="isLittleEndian" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
|
<section title="isSigned" ref="structSignalInfo.html#a52a52b320eef92fbcb4626307f9a498f"/>
|
|
<section title="factor" ref="structSignalInfo.html#ae4f78d99a2750aa564d7eba860171499"/>
|
|
<section title="offset" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
|
<section title="minimum" ref="structSignalInfo.html#ada7bf94fbeaa26bd08c73982b5af255b"/>
|
|
<section title="maximum" ref="structSignalInfo.html#adf1c4331b9eabced0d7fdda40ff0eb52"/>
|
|
<section title="unit" ref="structSignalInfo.html#a1f214f03e94ef5794de2d3367bfcbd01"/>
|
|
<section title="receivers" ref="structSignalInfo.html#a2c95562fd0b29327a7fd7b1e6feee7f3"/>
|
|
<section title="comment" ref="structSignalInfo.html#ac99ba7563a5dad01e39c4257216953f5"/>
|
|
</section>
|
|
</section>
|
|
<section title="tree_node.cpp" ref="tree__node_8cpp.html"/>
|
|
<section title="tree_node.h" ref="tree__node_8h.html">
|
|
<section title="TreeNode" ref="classTreeNode.html">
|
|
<section title="TreeNode" ref="classTreeNode.html#a984a98d5ccf7ef1f5a18094c6821f35d"/>
|
|
<section title="TreeNode" ref="classTreeNode.html#a8e38dd591d8801d7ee3a7dbad90c67fc"/>
|
|
<section title="TreeNode" ref="classTreeNode.html#ab9f00f5253d56461bb2d420fd639c5ae"/>
|
|
<section title="AddChild" ref="classTreeNode.html#a6161f2ebb92184eab4215d121870e788"/>
|
|
<section title="GetChildCount" ref="classTreeNode.html#abdd82460187dca8d3e5d66f5d5c529ea"/>
|
|
<section title="GetChild" ref="classTreeNode.html#a4727ff801a2d1b9323c5ae50a35457a6"/>
|
|
<section title="GetChild" ref="classTreeNode.html#a81047bd7d2a4cc96b9ef5e20d0d63b5f"/>
|
|
<section title="GetType" ref="classTreeNode.html#afa2f4b0aafa12d3d41ed00df8e0250c9"/>
|
|
<section title="GetName" ref="classTreeNode.html#aaac5b8d9dc9e5ae1f367d1adbcf20e18"/>
|
|
<section title="GetFrame" ref="classTreeNode.html#afc503b40004764163605d6dbdb4ef811"/>
|
|
<section title="GetSignal" ref="classTreeNode.html#a226518612d0d00b5988a2c44fc21d3f1"/>
|
|
</section>
|
|
<section title="NodeType" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16">
|
|
<section title="Root" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16afa03eb688ad8aa1db593d33dabd89bad"/>
|
|
<section title="Frame" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a3bb3e8c8a24891ba0f7608bcc96f8b0a"/>
|
|
<section title="Signal" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a085fea7abdc5d904fe69a3081efd7398"/>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<section title="File Members" ref="globals.html">
|
|
<section title="All" ref="globals.html"/>
|
|
<section title="Enumerations" ref="globals_enum.html"/>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</toc>
|
|
<keywords>
|
|
<keyword name="DbcDatabase" id="DbcDatabase_" ref="structDbcDatabase.html"/>
|
|
<keyword name="DbcDecodeBuilder" id="DbcDecodeBuilder_" ref="classDbcDecodeBuilder.html"/>
|
|
<keyword name="DbcDecoder" id="DbcDecoder_" ref="classDbcDecoder.html"/>
|
|
<keyword name="DbcParser" id="DbcParser_" ref="classDbcParser.html"/>
|
|
<keyword name="DbcTreeBuilder" id="DbcTreeBuilder_" ref="classDbcTreeBuilder.html"/>
|
|
<keyword name="DecodeDatabase" id="DecodeDatabase_" ref="structDecodeDatabase.html"/>
|
|
<keyword name="DecodedFrameValue" id="DecodedFrameValue_" ref="structDecodedFrameValue.html"/>
|
|
<keyword name="DecodedSignalValue" id="DecodedSignalValue_" ref="structDecodedSignalValue.html"/>
|
|
<keyword name="DecodeFrame" id="DecodeFrame_" ref="structDecodeFrame.html"/>
|
|
<keyword name="DecodeSignal" id="DecodeSignal_" ref="structDecodeSignal.html"/>
|
|
<keyword name="FrameInfo" id="FrameInfo_" ref="structFrameInfo.html"/>
|
|
<keyword name="FrameKey" id="FrameKey_" ref="structFrameKey.html"/>
|
|
<keyword name="FrameKeyHasher" id="FrameKeyHasher_" ref="structFrameKeyHasher.html"/>
|
|
<keyword name="RawCanFrame" id="RawCanFrame_" ref="structRawCanFrame.html"/>
|
|
<keyword name="SignalInfo" id="SignalInfo_" ref="structSignalInfo.html"/>
|
|
<keyword name="TreeNode" id="TreeNode_" ref="classTreeNode.html"/>
|
|
<keyword name="DBC Parser and Runtime Decode Module Documentation" id="DBC Parser and Runtime Decode Module Documentation_" ref="md_README.html"/>
|
|
<keyword name="AddChild(std::unique_ptr< TreeNode > child)" id="TreeNode::AddChild_a6161f2ebb92184eab4215d121870e788" ref="classTreeNode.html#a6161f2ebb92184eab4215d121870e788"/>
|
|
<keyword name="Build(const DbcDatabase &source) const" id="DbcDecodeBuilder::Build_a2bc6386dfb5e58976c42e22c19ec471b" ref="classDbcDecodeBuilder.html#a2bc6386dfb5e58976c42e22c19ec471b"/>
|
|
<keyword name="Build(const DbcDatabase &database) const" id="DbcTreeBuilder::Build_a7e57d067d831b14b383947fd125edd4b" ref="classDbcTreeBuilder.html#a7e57d067d831b14b383947fd125edd4b"/>
|
|
<keyword name="byteOrder" id="DecodeSignal::byteOrder_abdc4c4bb4a67a6d61d6ca81e8a52833d" ref="structDecodeSignal.html#abdc4c4bb4a67a6d61d6ca81e8a52833d"/>
|
|
<keyword name="canId" id="RawCanFrame::canId_a2d0e7fa0e3d5c20bbed55ed8f7888ff4" ref="structRawCanFrame.html#a2d0e7fa0e3d5c20bbed55ed8f7888ff4"/>
|
|
<keyword name="canId" id="DecodeFrame::canId_a52e10215388db7df8b541b9d9909edcf" ref="structDecodeFrame.html#a52e10215388db7df8b541b9d9909edcf"/>
|
|
<keyword name="canId" id="FrameInfo::canId_af470b0742c05bfbffc31c51a68f5c05e" ref="structFrameInfo.html#af470b0742c05bfbffc31c51a68f5c05e"/>
|
|
<keyword name="comment" id="DecodeSignal::comment_ae28c905d4a2bc86419c2a8361bfea473" ref="structDecodeSignal.html#ae28c905d4a2bc86419c2a8361bfea473"/>
|
|
<keyword name="comment" id="DecodeFrame::comment_a25819ef907a32391af5c9f7cae9cdb22" ref="structDecodeFrame.html#a25819ef907a32391af5c9f7cae9cdb22"/>
|
|
<keyword name="comment" id="FrameInfo::comment_ace75121294f9d89b762080ab5643293c" ref="structFrameInfo.html#ace75121294f9d89b762080ab5643293c"/>
|
|
<keyword name="comment" id="SignalInfo::comment_ac99ba7563a5dad01e39c4257216953f5" ref="structSignalInfo.html#ac99ba7563a5dad01e39c4257216953f5"/>
|
|
<keyword name="data" id="RawCanFrame::data_a0acb487612104c99c9907344c035df83" ref="structRawCanFrame.html#a0acb487612104c99c9907344c035df83"/>
|
|
<keyword name="Decode(const DecodeDatabase &database, const RawCanFrame &frame) const" id="DbcDecoder::Decode_a345951ffe5d943a70d3a1ea1f39e74f7" ref="classDbcDecoder.html#a345951ffe5d943a70d3a1ea1f39e74f7"/>
|
|
<keyword name="definition" id="DecodedSignalValue::definition_acadc3b3bb21dd6b0412d342c7e6b20d7" ref="structDecodedSignalValue.html#acadc3b3bb21dd6b0412d342c7e6b20d7"/>
|
|
<keyword name="definition" id="DecodedFrameValue::definition_a60dda1cc352d2c8087f0bdbc81dd266c" ref="structDecodedFrameValue.html#a60dda1cc352d2c8087f0bdbc81dd266c"/>
|
|
<keyword name="dlc" id="DecodeFrame::dlc_a51111ac13988be372d5673d12cf3e060" ref="structDecodeFrame.html#a51111ac13988be372d5673d12cf3e060"/>
|
|
<keyword name="dlc" id="FrameInfo::dlc_aa2b198ea0f55e560c123d35e7b3ecab9" ref="structFrameInfo.html#aa2b198ea0f55e560c123d35e7b3ecab9"/>
|
|
<keyword name="factor" id="DecodeSignal::factor_a428c39913a366a8476dd291061354391" ref="structDecodeSignal.html#a428c39913a366a8476dd291061354391"/>
|
|
<keyword name="factor" id="SignalInfo::factor_ae4f78d99a2750aa564d7eba860171499" ref="structSignalInfo.html#ae4f78d99a2750aa564d7eba860171499"/>
|
|
<keyword name="FindFrame(const DecodeDatabase &database, std::uint32_t canId, bool isExtended) const" id="DbcDecoder::FindFrame_ab2cfb2fb711c95d3a29365546b89f3da" ref="classDbcDecoder.html#ab2cfb2fb711c95d3a29365546b89f3da"/>
|
|
<keyword name="frames" id="DbcDatabase::frames_a2cade5d0234ee816132127542f8c612b" ref="structDbcDatabase.html#a2cade5d0234ee816132127542f8c612b"/>
|
|
<keyword name="GetChild(std::size_t index) const" id="TreeNode::GetChild_a4727ff801a2d1b9323c5ae50a35457a6" ref="classTreeNode.html#a4727ff801a2d1b9323c5ae50a35457a6"/>
|
|
<keyword name="GetChild(std::size_t index)" id="TreeNode::GetChild_a81047bd7d2a4cc96b9ef5e20d0d63b5f" ref="classTreeNode.html#a81047bd7d2a4cc96b9ef5e20d0d63b5f"/>
|
|
<keyword name="GetChildCount() const" id="TreeNode::GetChildCount_abdd82460187dca8d3e5d66f5d5c529ea" ref="classTreeNode.html#abdd82460187dca8d3e5d66f5d5c529ea"/>
|
|
<keyword name="GetFrame() const" id="TreeNode::GetFrame_afc503b40004764163605d6dbdb4ef811" ref="classTreeNode.html#afc503b40004764163605d6dbdb4ef811"/>
|
|
<keyword name="GetName() const" id="TreeNode::GetName_aaac5b8d9dc9e5ae1f367d1adbcf20e18" ref="classTreeNode.html#aaac5b8d9dc9e5ae1f367d1adbcf20e18"/>
|
|
<keyword name="GetSignal() const" id="TreeNode::GetSignal_a226518612d0d00b5988a2c44fc21d3f1" ref="classTreeNode.html#a226518612d0d00b5988a2c44fc21d3f1"/>
|
|
<keyword name="GetType() const" id="TreeNode::GetType_afa2f4b0aafa12d3d41ed00df8e0250c9" ref="classTreeNode.html#afa2f4b0aafa12d3d41ed00df8e0250c9"/>
|
|
<keyword name="hasPgn" id="DecodeFrame::hasPgn_a2551102670c4a540fced4c71da0b369d" ref="structDecodeFrame.html#a2551102670c4a540fced4c71da0b369d"/>
|
|
<keyword name="hasPgn" id="FrameInfo::hasPgn_a4737a5420213ad4304724e39f3a4e55d" ref="structFrameInfo.html#a4737a5420213ad4304724e39f3a4e55d"/>
|
|
<keyword name="isExtended" id="RawCanFrame::isExtended_a462193d275adc1dba8bd18ffa0e36bb7" ref="structRawCanFrame.html#a462193d275adc1dba8bd18ffa0e36bb7"/>
|
|
<keyword name="isExtended" id="DecodeFrame::isExtended_a3ee2348d781f8f15aaf87e8dcf57ec41" ref="structDecodeFrame.html#a3ee2348d781f8f15aaf87e8dcf57ec41"/>
|
|
<keyword name="isExtended" id="FrameInfo::isExtended_a34b726afaad2ac5c697fdb2ac070cdaf" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
|
<keyword name="isLittleEndian" id="SignalInfo::isLittleEndian_af363b1563fb4c7cc8973f9a80c06846c" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
|
<keyword name="isSigned" id="SignalInfo::isSigned_a52a52b320eef92fbcb4626307f9a498f" ref="structSignalInfo.html#a52a52b320eef92fbcb4626307f9a498f"/>
|
|
<keyword name="length" id="DecodeSignal::length_acd4ef5ee30421d117b5756854302debb" ref="structDecodeSignal.html#acd4ef5ee30421d117b5756854302debb"/>
|
|
<keyword name="length" id="SignalInfo::length_a1008b5201f71848177217bd52fb84baa" ref="structSignalInfo.html#a1008b5201f71848177217bd52fb84baa"/>
|
|
<keyword name="maximum" id="DecodeSignal::maximum_a4a6ba87142a9badbf0ca830e9e709cb7" ref="structDecodeSignal.html#a4a6ba87142a9badbf0ca830e9e709cb7"/>
|
|
<keyword name="maximum" id="SignalInfo::maximum_adf1c4331b9eabced0d7fdda40ff0eb52" ref="structSignalInfo.html#adf1c4331b9eabced0d7fdda40ff0eb52"/>
|
|
<keyword name="minimum" id="DecodeSignal::minimum_a0fb84e19a0ab3bd50b6f65c1075ebc25" ref="structDecodeSignal.html#a0fb84e19a0ab3bd50b6f65c1075ebc25"/>
|
|
<keyword name="minimum" id="SignalInfo::minimum_ada7bf94fbeaa26bd08c73982b5af255b" ref="structSignalInfo.html#ada7bf94fbeaa26bd08c73982b5af255b"/>
|
|
<keyword name="name" id="DecodeSignal::name_a58cf5844f2272a23dcb9687d912e4780" ref="structDecodeSignal.html#a58cf5844f2272a23dcb9687d912e4780"/>
|
|
<keyword name="name" id="DecodeFrame::name_aa0a7f8fd5bfde2148dfd0d838328f579" ref="structDecodeFrame.html#aa0a7f8fd5bfde2148dfd0d838328f579"/>
|
|
<keyword name="name" id="FrameInfo::name_abb53a7f93ed7abc0ea1ae4a8ccafcdcb" ref="structFrameInfo.html#abb53a7f93ed7abc0ea1ae4a8ccafcdcb"/>
|
|
<keyword name="name" id="SignalInfo::name_a379e422a00cad56f896cacf60455b088" ref="structSignalInfo.html#a379e422a00cad56f896cacf60455b088"/>
|
|
<keyword name="offset" id="DecodeSignal::offset_a92db637af4e224a0ae70173050dc3f74" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
|
<keyword name="offset" id="SignalInfo::offset_ab7d0769f47aa540656b22e4e49db517e" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
|
<keyword name="ParseFile(const std::string &filePath) const" id="DbcParser::ParseFile_aef72826942c9095d653fafa435855e56" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
|
<keyword name="pgn" id="DecodeFrame::pgn_a1d3c54055c0cbceb73adf551f7067f23" ref="structDecodeFrame.html#a1d3c54055c0cbceb73adf551f7067f23"/>
|
|
<keyword name="pgn" id="FrameInfo::pgn_aee518b33f1000bf0b7f6e4a87474c943" ref="structFrameInfo.html#aee518b33f1000bf0b7f6e4a87474c943"/>
|
|
<keyword name="physicalValue" id="DecodedSignalValue::physicalValue_a6847d05b3cb00d5e0f6c611968f57978" ref="structDecodedSignalValue.html#a6847d05b3cb00d5e0f6c611968f57978"/>
|
|
<keyword name="public" id="DecodedFrameValue::public_adae123ac7fbb4a5c314b64b01109f4a8" ref="structDecodedFrameValue.html#adae123ac7fbb4a5c314b64b01109f4a8"/>
|
|
<keyword name="public" id="DecodeFrame::public_a7f4e71bbdec3f424b625e724e3dfbf14" ref="structDecodeFrame.html#a7f4e71bbdec3f424b625e724e3dfbf14"/>
|
|
<keyword name="public" id="FrameInfo::public_a3f7e25d67ddae22f2ed50823a5a26084" ref="structFrameInfo.html#a3f7e25d67ddae22f2ed50823a5a26084"/>
|
|
<keyword name="rawValue" id="DecodedSignalValue::rawValue_a5138b825940e34689f7b3891627ee9ec" ref="structDecodedSignalValue.html#a5138b825940e34689f7b3891627ee9ec"/>
|
|
<keyword name="receivers" id="DecodeSignal::receivers_abdbae62a64d2df716bf60c6b67b30eaa" ref="structDecodeSignal.html#abdbae62a64d2df716bf60c6b67b30eaa"/>
|
|
<keyword name="receivers" id="SignalInfo::receivers_a2c95562fd0b29327a7fd7b1e6feee7f3" ref="structSignalInfo.html#a2c95562fd0b29327a7fd7b1e6feee7f3"/>
|
|
<keyword name="startBit" id="DecodeSignal::startBit_aaf5d7527ddf65b6355c2b4f3626df22d" ref="structDecodeSignal.html#aaf5d7527ddf65b6355c2b4f3626df22d"/>
|
|
<keyword name="startBit" id="SignalInfo::startBit_ace290724f9801521609aedaa946d61f1" ref="structSignalInfo.html#ace290724f9801521609aedaa946d61f1"/>
|
|
<keyword name="transmitter" id="DecodeFrame::transmitter_ad78241dc40c793aabb8495b6989b81a9" ref="structDecodeFrame.html#ad78241dc40c793aabb8495b6989b81a9"/>
|
|
<keyword name="transmitter" id="FrameInfo::transmitter_a92749ec3798d4211a505860fb389a9e8" ref="structFrameInfo.html#a92749ec3798d4211a505860fb389a9e8"/>
|
|
<keyword name="TreeNode()" id="TreeNode::TreeNode_a984a98d5ccf7ef1f5a18094c6821f35d" ref="classTreeNode.html#a984a98d5ccf7ef1f5a18094c6821f35d"/>
|
|
<keyword name="TreeNode(const FrameInfo &frame)" id="TreeNode::TreeNode_a8e38dd591d8801d7ee3a7dbad90c67fc" ref="classTreeNode.html#a8e38dd591d8801d7ee3a7dbad90c67fc"/>
|
|
<keyword name="TreeNode(const SignalInfo &signal)" id="TreeNode::TreeNode_ab9f00f5253d56461bb2d420fd639c5ae" ref="classTreeNode.html#ab9f00f5253d56461bb2d420fd639c5ae"/>
|
|
<keyword name="unit" id="DecodeSignal::unit_a38eed9ca7581423fd8bfbedcffc12092" ref="structDecodeSignal.html#a38eed9ca7581423fd8bfbedcffc12092"/>
|
|
<keyword name="unit" id="SignalInfo::unit_a1f214f03e94ef5794de2d3367bfcbd01" ref="structSignalInfo.html#a1f214f03e94ef5794de2d3367bfcbd01"/>
|
|
<keyword name="valid" id="DecodedSignalValue::valid_aac0ed361af545cde48d0e6f41a859686" ref="structDecodedSignalValue.html#aac0ed361af545cde48d0e6f41a859686"/>
|
|
<keyword name="valid" id="DecodedFrameValue::valid_a4f51c31110dba1f73a763c596372beb0" ref="structDecodedFrameValue.html#a4f51c31110dba1f73a763c596372beb0"/>
|
|
<keyword name="valueType" id="DecodeSignal::valueType_a9d37638129263b8902ba5be59baf39a8" ref="structDecodeSignal.html#a9d37638129263b8902ba5be59baf39a8"/>
|
|
<keyword name="ByteOrder" id="decode_database.h::ByteOrder_aaeb92d42f5a6e27b8ba19f18d69d142b" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142b"/>
|
|
<keyword name="Intel" id="decode_database.h::Intel_aaeb92d42f5a6e27b8ba19f18d69d142baff97a9fdede09eaf6e1c8ec9f6a61dd5" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142baff97a9fdede09eaf6e1c8ec9f6a61dd5"/>
|
|
<keyword name="Motorola" id="decode_database.h::Motorola_aaeb92d42f5a6e27b8ba19f18d69d142ba2ed1afe3c9215523e4272f46e6186b31" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142ba2ed1afe3c9215523e4272f46e6186b31"/>
|
|
<keyword name="NodeType" id="tree_node.h::NodeType_acac9cbaeea226ed297804c012dc12b16" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16"/>
|
|
<keyword name="Root" id="tree_node.h::Root_acac9cbaeea226ed297804c012dc12b16afa03eb688ad8aa1db593d33dabd89bad" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16afa03eb688ad8aa1db593d33dabd89bad"/>
|
|
<keyword name="Frame" id="tree_node.h::Frame_acac9cbaeea226ed297804c012dc12b16a3bb3e8c8a24891ba0f7608bcc96f8b0a" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a3bb3e8c8a24891ba0f7608bcc96f8b0a"/>
|
|
<keyword name="Signal" id="tree_node.h::Signal_acac9cbaeea226ed297804c012dc12b16a085fea7abdc5d904fe69a3081efd7398" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a085fea7abdc5d904fe69a3081efd7398"/>
|
|
<keyword name="ValueType" id="decode_database.h::ValueType_ad9971b6ef33e02ba2c75d19c1d2518a1" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1"/>
|
|
<keyword name="Unsigned" id="decode_database.h::Unsigned_ad9971b6ef33e02ba2c75d19c1d2518a1aa1a914735b205424ba6c40b85528d78a" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1aa1a914735b205424ba6c40b85528d78a"/>
|
|
<keyword name="Signed" id="decode_database.h::Signed_ad9971b6ef33e02ba2c75d19c1d2518a1a71fed0c3428bf1a2e19af257c4bac379" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1a71fed0c3428bf1a2e19af257c4bac379"/>
|
|
</keywords>
|
|
<files>
|
|
<file>annotated.html</file>
|
|
<file>bc_s.png</file>
|
|
<file>bdwn.png</file>
|
|
<file>classDbcDecodeBuilder-members.html</file>
|
|
<file>classDbcDecodeBuilder.html</file>
|
|
<file>classDbcDecoder-members.html</file>
|
|
<file>classDbcDecoder.html</file>
|
|
<file>classDbcParser-members.html</file>
|
|
<file>classDbcParser.html</file>
|
|
<file>classDbcTreeBuilder-members.html</file>
|
|
<file>classDbcTreeBuilder.html</file>
|
|
<file>classTreeNode-members.html</file>
|
|
<file>classTreeNode.html</file>
|
|
<file>classes.html</file>
|
|
<file>closed.png</file>
|
|
<file>dbc__database_8h.html</file>
|
|
<file>dbc__database_8h_source.html</file>
|
|
<file>dbc__decode__builder_8cpp.html</file>
|
|
<file>dbc__decode__builder_8cpp_source.html</file>
|
|
<file>dbc__decode__builder_8h.html</file>
|
|
<file>dbc__decode__builder_8h_source.html</file>
|
|
<file>dbc__decoder_8cpp.html</file>
|
|
<file>dbc__decoder_8cpp_source.html</file>
|
|
<file>dbc__decoder_8h.html</file>
|
|
<file>dbc__decoder_8h_source.html</file>
|
|
<file>dbc__parser_8cpp.html</file>
|
|
<file>dbc__parser_8cpp_source.html</file>
|
|
<file>dbc__parser_8h.html</file>
|
|
<file>dbc__parser_8h_source.html</file>
|
|
<file>dbc__tree__builder_8cpp.html</file>
|
|
<file>dbc__tree__builder_8cpp_source.html</file>
|
|
<file>dbc__tree__builder_8h.html</file>
|
|
<file>dbc__tree__builder_8h_source.html</file>
|
|
<file>decode__database_8h.html</file>
|
|
<file>decode__database_8h_source.html</file>
|
|
<file>doc.png</file>
|
|
<file>doxygen.css</file>
|
|
<file>doxygen.svg</file>
|
|
<file>dynsections.js</file>
|
|
<file>files.html</file>
|
|
<file>folderclosed.png</file>
|
|
<file>folderopen.png</file>
|
|
<file>frame__info_8h.html</file>
|
|
<file>frame__info_8h_source.html</file>
|
|
<file>functions.html</file>
|
|
<file>functions_func.html</file>
|
|
<file>functions_vars.html</file>
|
|
<file>globals.html</file>
|
|
<file>globals_enum.html</file>
|
|
<file>graph_legend.html</file>
|
|
<file>graph_legend.svg</file>
|
|
<file>index.html</file>
|
|
<file>jquery.js</file>
|
|
<file>main_8cpp.html</file>
|
|
<file>main_8cpp_source.html</file>
|
|
<file>md_README.html</file>
|
|
<file>menu.js</file>
|
|
<file>menudata.js</file>
|
|
<file>nav_f.png</file>
|
|
<file>nav_g.png</file>
|
|
<file>nav_h.png</file>
|
|
<file>open.png</file>
|
|
<file>pages.html</file>
|
|
<file>search/close.svg</file>
|
|
<file>search/mag_sel.svg</file>
|
|
<file>search/search.css</file>
|
|
<file>search/search.js</file>
|
|
<file>search/search_l.png</file>
|
|
<file>search/search_m.png</file>
|
|
<file>search/search_r.png</file>
|
|
<file>signal__info_8h.html</file>
|
|
<file>signal__info_8h_source.html</file>
|
|
<file>splitbar.png</file>
|
|
<file>structDbcDatabase-members.html</file>
|
|
<file>structDbcDatabase.html</file>
|
|
<file>structDecodeDatabase-members.html</file>
|
|
<file>structDecodeDatabase.html</file>
|
|
<file>structDecodeFrame-members.html</file>
|
|
<file>structDecodeFrame.html</file>
|
|
<file>structDecodeSignal-members.html</file>
|
|
<file>structDecodeSignal.html</file>
|
|
<file>structDecodedFrameValue-members.html</file>
|
|
<file>structDecodedFrameValue.html</file>
|
|
<file>structDecodedSignalValue-members.html</file>
|
|
<file>structDecodedSignalValue.html</file>
|
|
<file>structFrameInfo-members.html</file>
|
|
<file>structFrameInfo.html</file>
|
|
<file>structFrameKey-members.html</file>
|
|
<file>structFrameKey.html</file>
|
|
<file>structFrameKeyHasher-members.html</file>
|
|
<file>structFrameKeyHasher.html</file>
|
|
<file>structRawCanFrame-members.html</file>
|
|
<file>structRawCanFrame.html</file>
|
|
<file>structSignalInfo-members.html</file>
|
|
<file>structSignalInfo.html</file>
|
|
<file>svgpan.js</file>
|
|
<file>sync_off.png</file>
|
|
<file>sync_on.png</file>
|
|
<file>tab_a.png</file>
|
|
<file>tab_b.png</file>
|
|
<file>tab_h.png</file>
|
|
<file>tab_s.png</file>
|
|
<file>tabs.css</file>
|
|
<file>tree__node_8cpp.html</file>
|
|
<file>tree__node_8cpp_source.html</file>
|
|
<file>tree__node_8h.html</file>
|
|
<file>tree__node_8h_source.html</file>
|
|
</files>
|
|
</filterSection>
|
|
</QtHelpProject>
|