Generated foxygen documentation. Closes #1
This commit is contained in:
691
docs/html/index.qhp
Normal file
691
docs/html/index.qhp
Normal file
@@ -0,0 +1,691 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<QtHelpProject version="1.0">
|
||||
<namespace>org.doxygen.Project</namespace>
|
||||
<virtualFolder>doc</virtualFolder>
|
||||
<filterSection>
|
||||
<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="Namespaces" ref="namespaces.html">
|
||||
<section title="Namespace List" ref="namespaces.html">
|
||||
<section title="anonymous_namespace{dbc_parser.cpp}" ref="namespaceanonymous__namespace_02dbc__parser_8cpp_03.html">
|
||||
<section title="TrimText" ref="namespaceanonymous__namespace_02dbc__parser_8cpp_03.html#a5850f07ce5f4e5c4f3bf385ebcfcebbb"/>
|
||||
</section>
|
||||
</section>
|
||||
<section title="Namespace Members" ref="namespacemembers.html">
|
||||
<section title="All" ref="namespacemembers.html"/>
|
||||
<section title="Functions" ref="namespacemembers_func.html"/>
|
||||
</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="Decode" ref="classDbcDecoder.html#a345951ffe5d943a70d3a1ea1f39e74f7"/>
|
||||
<section title="ExtractIntel" ref="classDbcDecoder.html#aba130165c1a73bb4cd3a0454f415d872"/>
|
||||
<section title="ExtractMotorola" ref="classDbcDecoder.html#aede690734148c3d538105d5a2f7ee0a9"/>
|
||||
<section title="ExtractUnsigned" ref="classDbcDecoder.html#a2a8a99b1107543be6fd1b3f891130bf5"/>
|
||||
<section title="FindFrame" ref="classDbcDecoder.html#ab2cfb2fb711c95d3a29365546b89f3da"/>
|
||||
<section title="SignExtend" ref="classDbcDecoder.html#a41e89e343338088d27e46773fa52df42"/>
|
||||
</section>
|
||||
<section title="DbcParser" ref="classDbcParser.html">
|
||||
<section title="FindFrameById" ref="classDbcParser.html#ab1fee32cb845573ce10949b4bec721f9"/>
|
||||
<section title="FindSignalByName" ref="classDbcParser.html#ab7b95be4433c56cc855bedb08b96a71a"/>
|
||||
<section title="IsCommentLine" ref="classDbcParser.html#ae3488a0a6c64dc95e4ed289e77579feb"/>
|
||||
<section title="IsFrameLine" ref="classDbcParser.html#ada086584d371c08dd93b75fb7965f13b"/>
|
||||
<section title="IsSignalLine" ref="classDbcParser.html#ace3d3432a55707bc286a994aa205fed1"/>
|
||||
<section title="NormalizeCanId" ref="classDbcParser.html#a94d140d9442e4989b5b2ea7662c2debf"/>
|
||||
<section title="ParseCommentLine" ref="classDbcParser.html#aa662b34694fd8b3edd757f36cb064c5c"/>
|
||||
<section title="ParseFile" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
||||
<section title="ParseFrameLine" ref="classDbcParser.html#a6d73bb1885e59aecd8202e93a7cd392a"/>
|
||||
<section title="ParseSignalLine" ref="classDbcParser.html#a4cbce88d08b1f72903ecf1bce41de5d2"/>
|
||||
<section title="SplitReceivers" ref="classDbcParser.html#a0c1cc3c58f33473bf426a77b7a25c529"/>
|
||||
<section title="Trim" ref="classDbcParser.html#a1ae77c4c356af3d7b01a30044366f02b"/>
|
||||
<section title="TryExtractPgn" ref="classDbcParser.html#a8a7e8fc517e40beab87a8a1dbad2b324"/>
|
||||
</section>
|
||||
<section title="DbcTreeBuilder" ref="classDbcTreeBuilder.html">
|
||||
<section title="Build" ref="classDbcTreeBuilder.html#a7e57d067d831b14b383947fd125edd4b"/>
|
||||
</section>
|
||||
<section title="DecodeDatabase" ref="structDecodeDatabase.html">
|
||||
<section title="frameIndexByKey" ref="structDecodeDatabase.html#ae4fd1351008bb0dce337821a849100c5"/>
|
||||
<section title="frames" ref="structDecodeDatabase.html#a2bd4ddfc2602c1de4e12a373bfc93072"/>
|
||||
</section>
|
||||
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html">
|
||||
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html#a19f754bb84e67e6ae71ea93b9ae6382b"/>
|
||||
<section title="definition" ref="structDecodedFrameValue.html#a60dda1cc352d2c8087f0bdbc81dd266c"/>
|
||||
<section title="signals" ref="structDecodedFrameValue.html#a8440e0e5d7953102095b029f522022d3"/>
|
||||
<section title="valid" ref="structDecodedFrameValue.html#a4f51c31110dba1f73a763c596372beb0"/>
|
||||
</section>
|
||||
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html">
|
||||
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html#a1481b122a7ce5a618012b1133c6adedf"/>
|
||||
<section title="definition" ref="structDecodedSignalValue.html#acadc3b3bb21dd6b0412d342c7e6b20d7"/>
|
||||
<section title="physicalValue" ref="structDecodedSignalValue.html#a6847d05b3cb00d5e0f6c611968f57978"/>
|
||||
<section title="rawValue" ref="structDecodedSignalValue.html#a5138b825940e34689f7b3891627ee9ec"/>
|
||||
<section title="valid" ref="structDecodedSignalValue.html#aac0ed361af545cde48d0e6f41a859686"/>
|
||||
</section>
|
||||
<section title="DecodeFrame" ref="structDecodeFrame.html">
|
||||
<section title="DecodeFrame" ref="structDecodeFrame.html#ae6ae88ee29bcaff936e7c7b2380f96b4"/>
|
||||
<section title="canId" ref="structDecodeFrame.html#a52e10215388db7df8b541b9d9909edcf"/>
|
||||
<section title="comment" ref="structDecodeFrame.html#a25819ef907a32391af5c9f7cae9cdb22"/>
|
||||
<section title="dlc" ref="structDecodeFrame.html#a51111ac13988be372d5673d12cf3e060"/>
|
||||
<section title="hasPgn" ref="structDecodeFrame.html#a2551102670c4a540fced4c71da0b369d"/>
|
||||
<section title="isExtended" ref="structDecodeFrame.html#a3ee2348d781f8f15aaf87e8dcf57ec41"/>
|
||||
<section title="name" ref="structDecodeFrame.html#aa0a7f8fd5bfde2148dfd0d838328f579"/>
|
||||
<section title="pgn" ref="structDecodeFrame.html#a1d3c54055c0cbceb73adf551f7067f23"/>
|
||||
<section title="signals" ref="structDecodeFrame.html#a372afd9e74f1ae33f85cb4acfd3e2036"/>
|
||||
<section title="transmitter" ref="structDecodeFrame.html#ad78241dc40c793aabb8495b6989b81a9"/>
|
||||
</section>
|
||||
<section title="DecodeSignal" ref="structDecodeSignal.html">
|
||||
<section title="DecodeSignal" ref="structDecodeSignal.html#a93fd97267e2614979440261628e493f5"/>
|
||||
<section title="byteOrder" ref="structDecodeSignal.html#abdc4c4bb4a67a6d61d6ca81e8a52833d"/>
|
||||
<section title="comment" ref="structDecodeSignal.html#ae28c905d4a2bc86419c2a8361bfea473"/>
|
||||
<section title="factor" ref="structDecodeSignal.html#a428c39913a366a8476dd291061354391"/>
|
||||
<section title="length" ref="structDecodeSignal.html#acd4ef5ee30421d117b5756854302debb"/>
|
||||
<section title="maximum" ref="structDecodeSignal.html#a4a6ba87142a9badbf0ca830e9e709cb7"/>
|
||||
<section title="minimum" ref="structDecodeSignal.html#a0fb84e19a0ab3bd50b6f65c1075ebc25"/>
|
||||
<section title="name" ref="structDecodeSignal.html#a58cf5844f2272a23dcb9687d912e4780"/>
|
||||
<section title="offset" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
||||
<section title="receivers" ref="structDecodeSignal.html#abdbae62a64d2df716bf60c6b67b30eaa"/>
|
||||
<section title="startBit" ref="structDecodeSignal.html#aaf5d7527ddf65b6355c2b4f3626df22d"/>
|
||||
<section title="unit" ref="structDecodeSignal.html#a38eed9ca7581423fd8bfbedcffc12092"/>
|
||||
<section title="valueType" ref="structDecodeSignal.html#a9d37638129263b8902ba5be59baf39a8"/>
|
||||
</section>
|
||||
<section title="FrameInfo" ref="structFrameInfo.html">
|
||||
<section title="FrameInfo" ref="structFrameInfo.html#a7f2d192b7969f7b60479a48e1f7eba61"/>
|
||||
<section title="canId" ref="structFrameInfo.html#af470b0742c05bfbffc31c51a68f5c05e"/>
|
||||
<section title="comment" ref="structFrameInfo.html#ace75121294f9d89b762080ab5643293c"/>
|
||||
<section title="dlc" ref="structFrameInfo.html#aa2b198ea0f55e560c123d35e7b3ecab9"/>
|
||||
<section title="hasPgn" ref="structFrameInfo.html#a4737a5420213ad4304724e39f3a4e55d"/>
|
||||
<section title="isExtended" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
||||
<section title="name" ref="structFrameInfo.html#abb53a7f93ed7abc0ea1ae4a8ccafcdcb"/>
|
||||
<section title="pgn" ref="structFrameInfo.html#aee518b33f1000bf0b7f6e4a87474c943"/>
|
||||
<section title="signals" ref="structFrameInfo.html#a942937027f1af06536f98cc23b2bf6ce"/>
|
||||
<section title="transmitter" ref="structFrameInfo.html#a92749ec3798d4211a505860fb389a9e8"/>
|
||||
</section>
|
||||
<section title="FrameKey" ref="structFrameKey.html">
|
||||
<section title="FrameKey" ref="structFrameKey.html#a0e9aad56b251cdf802d45a9c19050b14"/>
|
||||
<section title="FrameKey" ref="structFrameKey.html#a33bde405c7ea53000d54b3dd6e058670"/>
|
||||
<section title="operator==" ref="structFrameKey.html#aaaec9f914e127787247fcda5e183b01f"/>
|
||||
<section title="canId" ref="structFrameKey.html#a022917652b4d3c2f2dfcc5a13ab7caa4"/>
|
||||
<section title="isExtended" ref="structFrameKey.html#aa3179b709d02ef70cf0e736f040a2145"/>
|
||||
</section>
|
||||
<section title="FrameKeyHasher" ref="structFrameKeyHasher.html">
|
||||
<section title="operator()" ref="structFrameKeyHasher.html#a1612ce56b513790e3ed4c06ec7d28b9f"/>
|
||||
</section>
|
||||
<section title="RawCanFrame" ref="structRawCanFrame.html">
|
||||
<section title="RawCanFrame" ref="structRawCanFrame.html#a17d18b39bed45e69f4e17ae2838f07f7"/>
|
||||
<section title="canId" ref="structRawCanFrame.html#a2d0e7fa0e3d5c20bbed55ed8f7888ff4"/>
|
||||
<section title="data" ref="structRawCanFrame.html#a0acb487612104c99c9907344c035df83"/>
|
||||
<section title="isExtended" ref="structRawCanFrame.html#a462193d275adc1dba8bd18ffa0e36bb7"/>
|
||||
</section>
|
||||
<section title="SignalInfo" ref="structSignalInfo.html">
|
||||
<section title="SignalInfo" ref="structSignalInfo.html#aa2d2cd238118015258e271dce92a971e"/>
|
||||
<section title="comment" ref="structSignalInfo.html#ac99ba7563a5dad01e39c4257216953f5"/>
|
||||
<section title="factor" ref="structSignalInfo.html#ae4f78d99a2750aa564d7eba860171499"/>
|
||||
<section title="isLittleEndian" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
||||
<section title="isSigned" ref="structSignalInfo.html#a52a52b320eef92fbcb4626307f9a498f"/>
|
||||
<section title="length" ref="structSignalInfo.html#a1008b5201f71848177217bd52fb84baa"/>
|
||||
<section title="maximum" ref="structSignalInfo.html#adf1c4331b9eabced0d7fdda40ff0eb52"/>
|
||||
<section title="minimum" ref="structSignalInfo.html#ada7bf94fbeaa26bd08c73982b5af255b"/>
|
||||
<section title="name" ref="structSignalInfo.html#a379e422a00cad56f896cacf60455b088"/>
|
||||
<section title="offset" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
||||
<section title="receivers" ref="structSignalInfo.html#a2c95562fd0b29327a7fd7b1e6feee7f3"/>
|
||||
<section title="startBit" ref="structSignalInfo.html#ace290724f9801521609aedaa946d61f1"/>
|
||||
<section title="unit" ref="structSignalInfo.html#a1f214f03e94ef5794de2d3367bfcbd01"/>
|
||||
</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="~TreeNode" ref="classTreeNode.html#a89eb1eb0e25fccaa83c780b85f95b570"/>
|
||||
<section title="TreeNode" ref="classTreeNode.html#a4d3054a033accf3e38ea132002fc35ff"/>
|
||||
<section title="TreeNode" ref="classTreeNode.html#a35724af755b5d0c43de40a723ef81ec1"/>
|
||||
<section title="AddChild" ref="classTreeNode.html#a6161f2ebb92184eab4215d121870e788"/>
|
||||
<section title="GetChild" ref="classTreeNode.html#a81047bd7d2a4cc96b9ef5e20d0d63b5f"/>
|
||||
<section title="GetChild" ref="classTreeNode.html#a4727ff801a2d1b9323c5ae50a35457a6"/>
|
||||
<section title="GetChildCount" ref="classTreeNode.html#abdd82460187dca8d3e5d66f5d5c529ea"/>
|
||||
<section title="GetFrame" ref="classTreeNode.html#afc503b40004764163605d6dbdb4ef811"/>
|
||||
<section title="GetName" ref="classTreeNode.html#aaac5b8d9dc9e5ae1f367d1adbcf20e18"/>
|
||||
<section title="GetSignal" ref="classTreeNode.html#a226518612d0d00b5988a2c44fc21d3f1"/>
|
||||
<section title="GetType" ref="classTreeNode.html#afa2f4b0aafa12d3d41ed00df8e0250c9"/>
|
||||
<section title="operator=" ref="classTreeNode.html#ad6ce97dcf532b452d520452b6d000daa"/>
|
||||
<section title="operator=" ref="classTreeNode.html#a88fbcbec9c64d888b19c5edb95059a95"/>
|
||||
<section title="m_children" ref="classTreeNode.html#a1bd61f40df6d36e61021063e3816a351"/>
|
||||
<section title="m_frame" ref="classTreeNode.html#a77ee6aa80774d67ba442a66b45c798c2"/>
|
||||
<section title="m_name" ref="classTreeNode.html#ac0ddcb8370e6b51e2d3de6b8211a47f8"/>
|
||||
<section title="m_signal" ref="classTreeNode.html#ae658355007bc9303f7bfae3bb3ec8386"/>
|
||||
<section title="m_type" ref="classTreeNode.html#a04bccab9e60a6a78777cd7dfec52d224"/>
|
||||
</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="RawCanFrame" ref="structRawCanFrame.html#a17d18b39bed45e69f4e17ae2838f07f7"/>
|
||||
<section title="canId" ref="structRawCanFrame.html#a2d0e7fa0e3d5c20bbed55ed8f7888ff4"/>
|
||||
<section title="data" ref="structRawCanFrame.html#a0acb487612104c99c9907344c035df83"/>
|
||||
<section title="isExtended" ref="structRawCanFrame.html#a462193d275adc1dba8bd18ffa0e36bb7"/>
|
||||
</section>
|
||||
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html">
|
||||
<section title="DecodedSignalValue" ref="structDecodedSignalValue.html#a1481b122a7ce5a618012b1133c6adedf"/>
|
||||
<section title="definition" ref="structDecodedSignalValue.html#acadc3b3bb21dd6b0412d342c7e6b20d7"/>
|
||||
<section title="physicalValue" ref="structDecodedSignalValue.html#a6847d05b3cb00d5e0f6c611968f57978"/>
|
||||
<section title="rawValue" ref="structDecodedSignalValue.html#a5138b825940e34689f7b3891627ee9ec"/>
|
||||
<section title="valid" ref="structDecodedSignalValue.html#aac0ed361af545cde48d0e6f41a859686"/>
|
||||
</section>
|
||||
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html">
|
||||
<section title="DecodedFrameValue" ref="structDecodedFrameValue.html#a19f754bb84e67e6ae71ea93b9ae6382b"/>
|
||||
<section title="definition" ref="structDecodedFrameValue.html#a60dda1cc352d2c8087f0bdbc81dd266c"/>
|
||||
<section title="signals" ref="structDecodedFrameValue.html#a8440e0e5d7953102095b029f522022d3"/>
|
||||
<section title="valid" ref="structDecodedFrameValue.html#a4f51c31110dba1f73a763c596372beb0"/>
|
||||
</section>
|
||||
<section title="DbcDecoder" ref="classDbcDecoder.html">
|
||||
<section title="Decode" ref="classDbcDecoder.html#a345951ffe5d943a70d3a1ea1f39e74f7"/>
|
||||
<section title="ExtractIntel" ref="classDbcDecoder.html#aba130165c1a73bb4cd3a0454f415d872"/>
|
||||
<section title="ExtractMotorola" ref="classDbcDecoder.html#aede690734148c3d538105d5a2f7ee0a9"/>
|
||||
<section title="ExtractUnsigned" ref="classDbcDecoder.html#a2a8a99b1107543be6fd1b3f891130bf5"/>
|
||||
<section title="FindFrame" ref="classDbcDecoder.html#ab2cfb2fb711c95d3a29365546b89f3da"/>
|
||||
<section title="SignExtend" ref="classDbcDecoder.html#a41e89e343338088d27e46773fa52df42"/>
|
||||
</section>
|
||||
</section>
|
||||
<section title="dbc_parser.cpp" ref="dbc__parser_8cpp.html">
|
||||
<section title="TrimText" ref="dbc__parser_8cpp.html#a5850f07ce5f4e5c4f3bf385ebcfcebbb"/>
|
||||
</section>
|
||||
<section title="dbc_parser.h" ref="dbc__parser_8h.html">
|
||||
<section title="DbcParser" ref="classDbcParser.html">
|
||||
<section title="FindFrameById" ref="classDbcParser.html#ab1fee32cb845573ce10949b4bec721f9"/>
|
||||
<section title="FindSignalByName" ref="classDbcParser.html#ab7b95be4433c56cc855bedb08b96a71a"/>
|
||||
<section title="IsCommentLine" ref="classDbcParser.html#ae3488a0a6c64dc95e4ed289e77579feb"/>
|
||||
<section title="IsFrameLine" ref="classDbcParser.html#ada086584d371c08dd93b75fb7965f13b"/>
|
||||
<section title="IsSignalLine" ref="classDbcParser.html#ace3d3432a55707bc286a994aa205fed1"/>
|
||||
<section title="NormalizeCanId" ref="classDbcParser.html#a94d140d9442e4989b5b2ea7662c2debf"/>
|
||||
<section title="ParseCommentLine" ref="classDbcParser.html#aa662b34694fd8b3edd757f36cb064c5c"/>
|
||||
<section title="ParseFile" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
||||
<section title="ParseFrameLine" ref="classDbcParser.html#a6d73bb1885e59aecd8202e93a7cd392a"/>
|
||||
<section title="ParseSignalLine" ref="classDbcParser.html#a4cbce88d08b1f72903ecf1bce41de5d2"/>
|
||||
<section title="SplitReceivers" ref="classDbcParser.html#a0c1cc3c58f33473bf426a77b7a25c529"/>
|
||||
<section title="Trim" ref="classDbcParser.html#a1ae77c4c356af3d7b01a30044366f02b"/>
|
||||
<section title="TryExtractPgn" ref="classDbcParser.html#a8a7e8fc517e40beab87a8a1dbad2b324"/>
|
||||
</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="DecodeSignal" ref="structDecodeSignal.html#a93fd97267e2614979440261628e493f5"/>
|
||||
<section title="byteOrder" ref="structDecodeSignal.html#abdc4c4bb4a67a6d61d6ca81e8a52833d"/>
|
||||
<section title="comment" ref="structDecodeSignal.html#ae28c905d4a2bc86419c2a8361bfea473"/>
|
||||
<section title="factor" ref="structDecodeSignal.html#a428c39913a366a8476dd291061354391"/>
|
||||
<section title="length" ref="structDecodeSignal.html#acd4ef5ee30421d117b5756854302debb"/>
|
||||
<section title="maximum" ref="structDecodeSignal.html#a4a6ba87142a9badbf0ca830e9e709cb7"/>
|
||||
<section title="minimum" ref="structDecodeSignal.html#a0fb84e19a0ab3bd50b6f65c1075ebc25"/>
|
||||
<section title="name" ref="structDecodeSignal.html#a58cf5844f2272a23dcb9687d912e4780"/>
|
||||
<section title="offset" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
||||
<section title="receivers" ref="structDecodeSignal.html#abdbae62a64d2df716bf60c6b67b30eaa"/>
|
||||
<section title="startBit" ref="structDecodeSignal.html#aaf5d7527ddf65b6355c2b4f3626df22d"/>
|
||||
<section title="unit" ref="structDecodeSignal.html#a38eed9ca7581423fd8bfbedcffc12092"/>
|
||||
<section title="valueType" ref="structDecodeSignal.html#a9d37638129263b8902ba5be59baf39a8"/>
|
||||
</section>
|
||||
<section title="DecodeFrame" ref="structDecodeFrame.html">
|
||||
<section title="DecodeFrame" ref="structDecodeFrame.html#ae6ae88ee29bcaff936e7c7b2380f96b4"/>
|
||||
<section title="canId" ref="structDecodeFrame.html#a52e10215388db7df8b541b9d9909edcf"/>
|
||||
<section title="comment" ref="structDecodeFrame.html#a25819ef907a32391af5c9f7cae9cdb22"/>
|
||||
<section title="dlc" ref="structDecodeFrame.html#a51111ac13988be372d5673d12cf3e060"/>
|
||||
<section title="hasPgn" ref="structDecodeFrame.html#a2551102670c4a540fced4c71da0b369d"/>
|
||||
<section title="isExtended" ref="structDecodeFrame.html#a3ee2348d781f8f15aaf87e8dcf57ec41"/>
|
||||
<section title="name" ref="structDecodeFrame.html#aa0a7f8fd5bfde2148dfd0d838328f579"/>
|
||||
<section title="pgn" ref="structDecodeFrame.html#a1d3c54055c0cbceb73adf551f7067f23"/>
|
||||
<section title="signals" ref="structDecodeFrame.html#a372afd9e74f1ae33f85cb4acfd3e2036"/>
|
||||
<section title="transmitter" ref="structDecodeFrame.html#ad78241dc40c793aabb8495b6989b81a9"/>
|
||||
</section>
|
||||
<section title="FrameKey" ref="structFrameKey.html">
|
||||
<section title="FrameKey" ref="structFrameKey.html#a0e9aad56b251cdf802d45a9c19050b14"/>
|
||||
<section title="FrameKey" ref="structFrameKey.html#a33bde405c7ea53000d54b3dd6e058670"/>
|
||||
<section title="operator==" ref="structFrameKey.html#aaaec9f914e127787247fcda5e183b01f"/>
|
||||
<section title="canId" ref="structFrameKey.html#a022917652b4d3c2f2dfcc5a13ab7caa4"/>
|
||||
<section title="isExtended" ref="structFrameKey.html#aa3179b709d02ef70cf0e736f040a2145"/>
|
||||
</section>
|
||||
<section title="FrameKeyHasher" ref="structFrameKeyHasher.html">
|
||||
<section title="operator()" ref="structFrameKeyHasher.html#a1612ce56b513790e3ed4c06ec7d28b9f"/>
|
||||
</section>
|
||||
<section title="DecodeDatabase" ref="structDecodeDatabase.html">
|
||||
<section title="frameIndexByKey" ref="structDecodeDatabase.html#ae4fd1351008bb0dce337821a849100c5"/>
|
||||
<section title="frames" ref="structDecodeDatabase.html#a2bd4ddfc2602c1de4e12a373bfc93072"/>
|
||||
</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="FrameInfo" ref="structFrameInfo.html#a7f2d192b7969f7b60479a48e1f7eba61"/>
|
||||
<section title="canId" ref="structFrameInfo.html#af470b0742c05bfbffc31c51a68f5c05e"/>
|
||||
<section title="comment" ref="structFrameInfo.html#ace75121294f9d89b762080ab5643293c"/>
|
||||
<section title="dlc" ref="structFrameInfo.html#aa2b198ea0f55e560c123d35e7b3ecab9"/>
|
||||
<section title="hasPgn" ref="structFrameInfo.html#a4737a5420213ad4304724e39f3a4e55d"/>
|
||||
<section title="isExtended" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
||||
<section title="name" ref="structFrameInfo.html#abb53a7f93ed7abc0ea1ae4a8ccafcdcb"/>
|
||||
<section title="pgn" ref="structFrameInfo.html#aee518b33f1000bf0b7f6e4a87474c943"/>
|
||||
<section title="signals" ref="structFrameInfo.html#a942937027f1af06536f98cc23b2bf6ce"/>
|
||||
<section title="transmitter" ref="structFrameInfo.html#a92749ec3798d4211a505860fb389a9e8"/>
|
||||
</section>
|
||||
</section>
|
||||
<section title="main.cpp" ref="main_8cpp.html">
|
||||
<section title="main" ref="main_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97"/>
|
||||
<section title="PrintDecodedFrame" ref="main_8cpp.html#a26dbbea5b56e3fbc451b68f217d5063f"/>
|
||||
<section title="PrintTree" ref="main_8cpp.html#a57aefef9cfd52a8190df002e12808e0a"/>
|
||||
</section>
|
||||
<section title="signal_info.h" ref="signal__info_8h.html">
|
||||
<section title="SignalInfo" ref="structSignalInfo.html">
|
||||
<section title="SignalInfo" ref="structSignalInfo.html#aa2d2cd238118015258e271dce92a971e"/>
|
||||
<section title="comment" ref="structSignalInfo.html#ac99ba7563a5dad01e39c4257216953f5"/>
|
||||
<section title="factor" ref="structSignalInfo.html#ae4f78d99a2750aa564d7eba860171499"/>
|
||||
<section title="isLittleEndian" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
||||
<section title="isSigned" ref="structSignalInfo.html#a52a52b320eef92fbcb4626307f9a498f"/>
|
||||
<section title="length" ref="structSignalInfo.html#a1008b5201f71848177217bd52fb84baa"/>
|
||||
<section title="maximum" ref="structSignalInfo.html#adf1c4331b9eabced0d7fdda40ff0eb52"/>
|
||||
<section title="minimum" ref="structSignalInfo.html#ada7bf94fbeaa26bd08c73982b5af255b"/>
|
||||
<section title="name" ref="structSignalInfo.html#a379e422a00cad56f896cacf60455b088"/>
|
||||
<section title="offset" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
||||
<section title="receivers" ref="structSignalInfo.html#a2c95562fd0b29327a7fd7b1e6feee7f3"/>
|
||||
<section title="startBit" ref="structSignalInfo.html#ace290724f9801521609aedaa946d61f1"/>
|
||||
<section title="unit" ref="structSignalInfo.html#a1f214f03e94ef5794de2d3367bfcbd01"/>
|
||||
</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="~TreeNode" ref="classTreeNode.html#a89eb1eb0e25fccaa83c780b85f95b570"/>
|
||||
<section title="TreeNode" ref="classTreeNode.html#a4d3054a033accf3e38ea132002fc35ff"/>
|
||||
<section title="TreeNode" ref="classTreeNode.html#a35724af755b5d0c43de40a723ef81ec1"/>
|
||||
<section title="AddChild" ref="classTreeNode.html#a6161f2ebb92184eab4215d121870e788"/>
|
||||
<section title="GetChild" ref="classTreeNode.html#a81047bd7d2a4cc96b9ef5e20d0d63b5f"/>
|
||||
<section title="GetChild" ref="classTreeNode.html#a4727ff801a2d1b9323c5ae50a35457a6"/>
|
||||
<section title="GetChildCount" ref="classTreeNode.html#abdd82460187dca8d3e5d66f5d5c529ea"/>
|
||||
<section title="GetFrame" ref="classTreeNode.html#afc503b40004764163605d6dbdb4ef811"/>
|
||||
<section title="GetName" ref="classTreeNode.html#aaac5b8d9dc9e5ae1f367d1adbcf20e18"/>
|
||||
<section title="GetSignal" ref="classTreeNode.html#a226518612d0d00b5988a2c44fc21d3f1"/>
|
||||
<section title="GetType" ref="classTreeNode.html#afa2f4b0aafa12d3d41ed00df8e0250c9"/>
|
||||
<section title="operator=" ref="classTreeNode.html#ad6ce97dcf532b452d520452b6d000daa"/>
|
||||
<section title="operator=" ref="classTreeNode.html#a88fbcbec9c64d888b19c5edb95059a95"/>
|
||||
<section title="m_children" ref="classTreeNode.html#a1bd61f40df6d36e61021063e3816a351"/>
|
||||
<section title="m_frame" ref="classTreeNode.html#a77ee6aa80774d67ba442a66b45c798c2"/>
|
||||
<section title="m_name" ref="classTreeNode.html#ac0ddcb8370e6b51e2d3de6b8211a47f8"/>
|
||||
<section title="m_signal" ref="classTreeNode.html#ae658355007bc9303f7bfae3bb3ec8386"/>
|
||||
<section title="m_type" ref="classTreeNode.html#a04bccab9e60a6a78777cd7dfec52d224"/>
|
||||
</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="Functions" ref="globals_func.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="anonymous_namespace{dbc_parser.cpp}" id="anonymous_namespace{dbc_parser.cpp}_" ref="namespaceanonymous__namespace_02dbc__parser_8cpp_03.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="FrameKey::canId_a022917652b4d3c2f2dfcc5a13ab7caa4" ref="structFrameKey.html#a022917652b4d3c2f2dfcc5a13ab7caa4"/>
|
||||
<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="DecodedFrameValue()" id="DecodedFrameValue::DecodedFrameValue_a19f754bb84e67e6ae71ea93b9ae6382b" ref="structDecodedFrameValue.html#a19f754bb84e67e6ae71ea93b9ae6382b"/>
|
||||
<keyword name="DecodedSignalValue()" id="DecodedSignalValue::DecodedSignalValue_a1481b122a7ce5a618012b1133c6adedf" ref="structDecodedSignalValue.html#a1481b122a7ce5a618012b1133c6adedf"/>
|
||||
<keyword name="DecodeFrame()" id="DecodeFrame::DecodeFrame_ae6ae88ee29bcaff936e7c7b2380f96b4" ref="structDecodeFrame.html#ae6ae88ee29bcaff936e7c7b2380f96b4"/>
|
||||
<keyword name="DecodeSignal()" id="DecodeSignal::DecodeSignal_a93fd97267e2614979440261628e493f5" ref="structDecodeSignal.html#a93fd97267e2614979440261628e493f5"/>
|
||||
<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="ExtractIntel(const std::vector< std::uint8_t > &data, std::uint32_t startBit, std::uint32_t length, std::uint64_t &value)" id="DbcDecoder::ExtractIntel_aba130165c1a73bb4cd3a0454f415d872" ref="classDbcDecoder.html#aba130165c1a73bb4cd3a0454f415d872"/>
|
||||
<keyword name="ExtractMotorola(const std::vector< std::uint8_t > &data, std::uint32_t startBit, std::uint32_t length, std::uint64_t &value)" id="DbcDecoder::ExtractMotorola_aede690734148c3d538105d5a2f7ee0a9" ref="classDbcDecoder.html#aede690734148c3d538105d5a2f7ee0a9"/>
|
||||
<keyword name="ExtractUnsigned(const std::vector< std::uint8_t > &data, const DecodeSignal &signal, std::uint64_t &value)" id="DbcDecoder::ExtractUnsigned_a2a8a99b1107543be6fd1b3f891130bf5" ref="classDbcDecoder.html#a2a8a99b1107543be6fd1b3f891130bf5"/>
|
||||
<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="FindFrameById(DbcDatabase &database, std::uint32_t canId, bool isExtended)" id="DbcParser::FindFrameById_ab1fee32cb845573ce10949b4bec721f9" ref="classDbcParser.html#ab1fee32cb845573ce10949b4bec721f9"/>
|
||||
<keyword name="FindSignalByName(FrameInfo &frame, const std::string &signalName)" id="DbcParser::FindSignalByName_ab7b95be4433c56cc855bedb08b96a71a" ref="classDbcParser.html#ab7b95be4433c56cc855bedb08b96a71a"/>
|
||||
<keyword name="frameIndexByKey" id="DecodeDatabase::frameIndexByKey_ae4fd1351008bb0dce337821a849100c5" ref="structDecodeDatabase.html#ae4fd1351008bb0dce337821a849100c5"/>
|
||||
<keyword name="FrameInfo()" id="FrameInfo::FrameInfo_a7f2d192b7969f7b60479a48e1f7eba61" ref="structFrameInfo.html#a7f2d192b7969f7b60479a48e1f7eba61"/>
|
||||
<keyword name="FrameKey()" id="FrameKey::FrameKey_a0e9aad56b251cdf802d45a9c19050b14" ref="structFrameKey.html#a0e9aad56b251cdf802d45a9c19050b14"/>
|
||||
<keyword name="FrameKey(std::uint32_t id, bool extended)" id="FrameKey::FrameKey_a33bde405c7ea53000d54b3dd6e058670" ref="structFrameKey.html#a33bde405c7ea53000d54b3dd6e058670"/>
|
||||
<keyword name="frames" id="DbcDatabase::frames_a2cade5d0234ee816132127542f8c612b" ref="structDbcDatabase.html#a2cade5d0234ee816132127542f8c612b"/>
|
||||
<keyword name="frames" id="DecodeDatabase::frames_a2bd4ddfc2602c1de4e12a373bfc93072" ref="structDecodeDatabase.html#a2bd4ddfc2602c1de4e12a373bfc93072"/>
|
||||
<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="IsCommentLine(const std::string &line)" id="DbcParser::IsCommentLine_ae3488a0a6c64dc95e4ed289e77579feb" ref="classDbcParser.html#ae3488a0a6c64dc95e4ed289e77579feb"/>
|
||||
<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="FrameKey::isExtended_aa3179b709d02ef70cf0e736f040a2145" ref="structFrameKey.html#aa3179b709d02ef70cf0e736f040a2145"/>
|
||||
<keyword name="isExtended" id="FrameInfo::isExtended_a34b726afaad2ac5c697fdb2ac070cdaf" ref="structFrameInfo.html#a34b726afaad2ac5c697fdb2ac070cdaf"/>
|
||||
<keyword name="IsFrameLine(const std::string &line)" id="DbcParser::IsFrameLine_ada086584d371c08dd93b75fb7965f13b" ref="classDbcParser.html#ada086584d371c08dd93b75fb7965f13b"/>
|
||||
<keyword name="isLittleEndian" id="SignalInfo::isLittleEndian_af363b1563fb4c7cc8973f9a80c06846c" ref="structSignalInfo.html#af363b1563fb4c7cc8973f9a80c06846c"/>
|
||||
<keyword name="IsSignalLine(const std::string &line)" id="DbcParser::IsSignalLine_ace3d3432a55707bc286a994aa205fed1" ref="classDbcParser.html#ace3d3432a55707bc286a994aa205fed1"/>
|
||||
<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="m_children" id="TreeNode::m_children_a1bd61f40df6d36e61021063e3816a351" ref="classTreeNode.html#a1bd61f40df6d36e61021063e3816a351"/>
|
||||
<keyword name="m_frame" id="TreeNode::m_frame_a77ee6aa80774d67ba442a66b45c798c2" ref="classTreeNode.html#a77ee6aa80774d67ba442a66b45c798c2"/>
|
||||
<keyword name="m_name" id="TreeNode::m_name_ac0ddcb8370e6b51e2d3de6b8211a47f8" ref="classTreeNode.html#ac0ddcb8370e6b51e2d3de6b8211a47f8"/>
|
||||
<keyword name="m_signal" id="TreeNode::m_signal_ae658355007bc9303f7bfae3bb3ec8386" ref="classTreeNode.html#ae658355007bc9303f7bfae3bb3ec8386"/>
|
||||
<keyword name="m_type" id="TreeNode::m_type_a04bccab9e60a6a78777cd7dfec52d224" ref="classTreeNode.html#a04bccab9e60a6a78777cd7dfec52d224"/>
|
||||
<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="NormalizeCanId(std::uint32_t rawCanId, std::uint32_t &normalizedCanId, bool &isExtended)" id="DbcParser::NormalizeCanId_a94d140d9442e4989b5b2ea7662c2debf" ref="classDbcParser.html#a94d140d9442e4989b5b2ea7662c2debf"/>
|
||||
<keyword name="offset" id="DecodeSignal::offset_a92db637af4e224a0ae70173050dc3f74" ref="structDecodeSignal.html#a92db637af4e224a0ae70173050dc3f74"/>
|
||||
<keyword name="offset" id="SignalInfo::offset_ab7d0769f47aa540656b22e4e49db517e" ref="structSignalInfo.html#ab7d0769f47aa540656b22e4e49db517e"/>
|
||||
<keyword name="operator()(const FrameKey &key) const" id="FrameKeyHasher::operator()_a1612ce56b513790e3ed4c06ec7d28b9f" ref="structFrameKeyHasher.html#a1612ce56b513790e3ed4c06ec7d28b9f"/>
|
||||
<keyword name="operator=(const TreeNode &)=delete" id="TreeNode::operator=_ad6ce97dcf532b452d520452b6d000daa" ref="classTreeNode.html#ad6ce97dcf532b452d520452b6d000daa"/>
|
||||
<keyword name="operator=(TreeNode &&)=default" id="TreeNode::operator=_a88fbcbec9c64d888b19c5edb95059a95" ref="classTreeNode.html#a88fbcbec9c64d888b19c5edb95059a95"/>
|
||||
<keyword name="operator==(const FrameKey &other) const" id="FrameKey::operator==_aaaec9f914e127787247fcda5e183b01f" ref="structFrameKey.html#aaaec9f914e127787247fcda5e183b01f"/>
|
||||
<keyword name="ParseCommentLine(const std::string &line, DbcDatabase &database)" id="DbcParser::ParseCommentLine_aa662b34694fd8b3edd757f36cb064c5c" ref="classDbcParser.html#aa662b34694fd8b3edd757f36cb064c5c"/>
|
||||
<keyword name="ParseFile(const std::string &filePath) const" id="DbcParser::ParseFile_aef72826942c9095d653fafa435855e56" ref="classDbcParser.html#aef72826942c9095d653fafa435855e56"/>
|
||||
<keyword name="ParseFrameLine(const std::string &line)" id="DbcParser::ParseFrameLine_a6d73bb1885e59aecd8202e93a7cd392a" ref="classDbcParser.html#a6d73bb1885e59aecd8202e93a7cd392a"/>
|
||||
<keyword name="ParseSignalLine(const std::string &line)" id="DbcParser::ParseSignalLine_a4cbce88d08b1f72903ecf1bce41de5d2" ref="classDbcParser.html#a4cbce88d08b1f72903ecf1bce41de5d2"/>
|
||||
<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="RawCanFrame()" id="RawCanFrame::RawCanFrame_a17d18b39bed45e69f4e17ae2838f07f7" ref="structRawCanFrame.html#a17d18b39bed45e69f4e17ae2838f07f7"/>
|
||||
<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="SignalInfo()" id="SignalInfo::SignalInfo_aa2d2cd238118015258e271dce92a971e" ref="structSignalInfo.html#aa2d2cd238118015258e271dce92a971e"/>
|
||||
<keyword name="signals" id="DecodedFrameValue::signals_a8440e0e5d7953102095b029f522022d3" ref="structDecodedFrameValue.html#a8440e0e5d7953102095b029f522022d3"/>
|
||||
<keyword name="signals" id="DecodeFrame::signals_a372afd9e74f1ae33f85cb4acfd3e2036" ref="structDecodeFrame.html#a372afd9e74f1ae33f85cb4acfd3e2036"/>
|
||||
<keyword name="signals" id="FrameInfo::signals_a942937027f1af06536f98cc23b2bf6ce" ref="structFrameInfo.html#a942937027f1af06536f98cc23b2bf6ce"/>
|
||||
<keyword name="SignExtend(std::uint64_t value, std::uint32_t bitLength)" id="DbcDecoder::SignExtend_a41e89e343338088d27e46773fa52df42" ref="classDbcDecoder.html#a41e89e343338088d27e46773fa52df42"/>
|
||||
<keyword name="SplitReceivers(const std::string &text)" id="DbcParser::SplitReceivers_a0c1cc3c58f33473bf426a77b7a25c529" ref="classDbcParser.html#a0c1cc3c58f33473bf426a77b7a25c529"/>
|
||||
<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="TreeNode(const TreeNode &)=delete" id="TreeNode::TreeNode_a4d3054a033accf3e38ea132002fc35ff" ref="classTreeNode.html#a4d3054a033accf3e38ea132002fc35ff"/>
|
||||
<keyword name="TreeNode(TreeNode &&)=default" id="TreeNode::TreeNode_a35724af755b5d0c43de40a723ef81ec1" ref="classTreeNode.html#a35724af755b5d0c43de40a723ef81ec1"/>
|
||||
<keyword name="Trim(const std::string &text)" id="DbcParser::Trim_a1ae77c4c356af3d7b01a30044366f02b" ref="classDbcParser.html#a1ae77c4c356af3d7b01a30044366f02b"/>
|
||||
<keyword name="TryExtractPgn(std::uint32_t canId, bool isExtended, bool &hasPgn)" id="DbcParser::TryExtractPgn_a8a7e8fc517e40beab87a8a1dbad2b324" ref="classDbcParser.html#a8a7e8fc517e40beab87a8a1dbad2b324"/>
|
||||
<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="~TreeNode()=default" id="TreeNode::~TreeNode_a89eb1eb0e25fccaa83c780b85f95b570" ref="classTreeNode.html#a89eb1eb0e25fccaa83c780b85f95b570"/>
|
||||
<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="Frame" id="tree_node.h::Frame_acac9cbaeea226ed297804c012dc12b16a3bb3e8c8a24891ba0f7608bcc96f8b0a" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a3bb3e8c8a24891ba0f7608bcc96f8b0a"/>
|
||||
<keyword name="Intel" id="decode_database.h::Intel_aaeb92d42f5a6e27b8ba19f18d69d142baff97a9fdede09eaf6e1c8ec9f6a61dd5" ref="decode__database_8h.html#aaeb92d42f5a6e27b8ba19f18d69d142baff97a9fdede09eaf6e1c8ec9f6a61dd5"/>
|
||||
<keyword name="main(int argc, char *argv[])" id="main.cpp::main_a0ddf1224851353fc92bfbff6f499fa97" ref="main_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97"/>
|
||||
<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="PrintDecodedFrame(const DecodedFrameValue &decoded)" id="main.cpp::PrintDecodedFrame_a26dbbea5b56e3fbc451b68f217d5063f" ref="main_8cpp.html#a26dbbea5b56e3fbc451b68f217d5063f"/>
|
||||
<keyword name="PrintTree(const TreeNode *node, int indent)" id="main.cpp::PrintTree_a57aefef9cfd52a8190df002e12808e0a" ref="main_8cpp.html#a57aefef9cfd52a8190df002e12808e0a"/>
|
||||
<keyword name="Root" id="tree_node.h::Root_acac9cbaeea226ed297804c012dc12b16afa03eb688ad8aa1db593d33dabd89bad" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16afa03eb688ad8aa1db593d33dabd89bad"/>
|
||||
<keyword name="Signal" id="tree_node.h::Signal_acac9cbaeea226ed297804c012dc12b16a085fea7abdc5d904fe69a3081efd7398" ref="tree__node_8h.html#acac9cbaeea226ed297804c012dc12b16a085fea7abdc5d904fe69a3081efd7398"/>
|
||||
<keyword name="Signed" id="decode_database.h::Signed_ad9971b6ef33e02ba2c75d19c1d2518a1a71fed0c3428bf1a2e19af257c4bac379" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1a71fed0c3428bf1a2e19af257c4bac379"/>
|
||||
<keyword name="TrimText(const std::string &text)" id="anonymous_namespace{dbc_parser.cpp}::TrimText_a5850f07ce5f4e5c4f3bf385ebcfcebbb" ref="namespaceanonymous__namespace_02dbc__parser_8cpp_03.html#a5850f07ce5f4e5c4f3bf385ebcfcebbb"/>
|
||||
<keyword name="Unsigned" id="decode_database.h::Unsigned_ad9971b6ef33e02ba2c75d19c1d2518a1aa1a914735b205424ba6c40b85528d78a" ref="decode__database_8h.html#ad9971b6ef33e02ba2c75d19c1d2518a1aa1a914735b205424ba6c40b85528d78a"/>
|
||||
<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>README_8md.html</file>
|
||||
<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>globals_func.html</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>namespaceanonymous__namespace_02dbc__parser_8cpp_03.html</file>
|
||||
<file>namespacemembers.html</file>
|
||||
<file>namespacemembers_func.html</file>
|
||||
<file>namespaces.html</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>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>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>
|
||||
Reference in New Issue
Block a user