update customisation template >= V1.3.3

* added bit fields bit_ofs, bit_len, bit_mask
This commit is contained in:
fr3ts0n committed 2015-10-31 23:22:39 +01:00
1 parent 2296994f4a
commit c1c7c80339
1 file changed
+4 -4
+4 -4
View File
@@ -1,4 +1,4 @@
svc pid ofs len formula format min max label Remarks
0x01,0x02 0x5F 0 1 CUST_STATE %.0f Customized PID59 uses custom hash conversion
0x01,0x02 0x61 0 1 CUST_BITMAP %.0f Customized PID61 uses custom bitmap conversion
0x01,0x02 0x62 0 1 CUST_AIRFLOW %.2f Customized PID62 uses custom linear conversion
svc pid ofs len bit_ofs bit_len bit_mask formula format min max label Remarks
0x01,0x02 0x5F 0 1 0 8 0xFF CUST_STATE %.0f Customized PID59 uses custom hash conversion
0x01,0x02 0x61 0 1 0 8 0xFF CUST_BITMAP %.0f Customized PID61 uses custom bitmap conversion
0x01,0x02 0x62 0 1 0 8 0xFF CUST_AIRFLOW %.2f Customized PID62 uses custom linear conversion
1 svc pid ofs len bit_ofs bit_len bit_mask formula format min max label Remarks
2 0x01,0x02 0x5F 0 1 0 8 0xFF CUST_STATE %.0f Customized PID59 uses custom hash conversion
3 0x01,0x02 0x61 0 1 0 8 0xFF CUST_BITMAP %.0f Customized PID61 uses custom bitmap conversion
4 0x01,0x02 0x62 0 1 0 8 0xFF CUST_AIRFLOW %.2f Customized PID62 uses custom linear conversion