Changes between Version 2 and Version 3 of tips/signal_data


Ignore:
Timestamp:
Dec 8, 2022, 10:19:02 AM (17 months ago)
Author:
fujisft-kaji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tips/signal_data

    v2 v3  
    6969
    7070* 受信側で符号拡張して取り出される
    71   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=35&view=fitv AUTOSAR_SWS_COM.pdf(COM008)]参照
     71  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=35&view=fitv AUTOSAR_SWS_COM.pdf(COM008)]参照
    7272
    7373== UINT8_N ==
     
    8585== FLOAT32/FLOAT64 ==
    8686* 浮動小数点は部分的なビットでは意味がないため,{{{ComBitSize}}}は32か64である必要がある
    87   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=35&view=fitv AUTOSAR_SWS_COM.pdf(COM579)]参照
     87  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=35&view=fitv AUTOSAR_SWS_COM.pdf(COM579)]参照
    8888* R4.1では,FLOAT32/FLOAT64の場合,{{{ComBitSize}}}は無視されると書かれている
    89   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-1/AUTOSAR_SWS_COM.pdf#page=134&view=fitv AUTOSAR_SWS_COM.pdf(ECUC_Com_00158)]参照
     89  * [https://www.autosar.org/fileadmin/standards/classic/4-1/AUTOSAR_SWS_COM.pdf#page=134&view=fitv AUTOSAR_SWS_COM.pdf(ECUC_Com_00158)]参照
    9090
    9191----
     
    9696* ComBitPosition: 13
    9797  * {{{ComBitPosition}}}は,リトルエンディアンではLSBを,ビッグエンディアンではMSBを示すので注意が必要
    98   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_TPS_SystemTemplate.pdf#page=145&view=fitv AUTOSAR_TPS_SystemTemplate.pdf(Figure 5.6)]参照
     98  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_TPS_SystemTemplate.pdf#page=145&view=fitv AUTOSAR_TPS_SystemTemplate.pdf(Figure 5.6)]参照
    9999* PduLength: 4
    100100* データ: "101010101010"
     
    123123  * つまり,{{{ComBitPosition}}}には,ビットの先頭となる8の倍数しか指定してはいけない
    124124* 参考仕様
    125   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=135&view=fitv AUTOSAR_SWS_COM.pdf(COM259_Conf)]
    126   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=34&view=fitv AUTOSAR_SWS_COM.pdf(COM472)]
    127   * [https://www.autosar.org/fileadmin/user_upload/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=162&view=fitv AUTOSAR_SWS_COM.pdf(COM443, COM553)]
     125  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=135&view=fitv AUTOSAR_SWS_COM.pdf(COM259_Conf)]
     126  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=34&view=fitv AUTOSAR_SWS_COM.pdf(COM472)]
     127  * [https://www.autosar.org/fileadmin/standards/classic/4-0/AUTOSAR_SWS_COM.pdf#page=162&view=fitv AUTOSAR_SWS_COM.pdf(COM443, COM553)]
    128128* 以下のデータを例にオペークのパッキング方法を図示する
    129129  * ComSignalType: UINT8_N