|
| 1 | +# |
| 2 | +# sample-app-hk-tlm.txt |
| 3 | +# |
| 4 | +# This file should have the following comma delimited fields: |
| 5 | +# 1. Data item description |
| 6 | +# 2. Offset of data item in packet |
| 7 | +# 3. Length of data item |
| 8 | +# 4. Python data type of item ( using python struct library ) |
| 9 | +# 5. Display type of item ( Currently Dec, Hex, Str, Enm ) |
| 10 | +# 6. Display string for enumerated value 0 ( or NULL if none ) |
| 11 | +# 7. Display string for enumerated value 1 ( or NULL if none ) |
| 12 | +# 8. Display string for enumerated value 2 ( or NULL if none ) |
| 13 | +# 9. Display string for enumerated value 3 ( or NULL if none ) |
| 14 | +# |
| 15 | +# Note(1): A line that begins with # is a comment |
| 16 | +# Note(2): Remove any blank lines from the end of the file |
| 17 | +# |
| 18 | +Command Counter, 12, 1, B, Dec, NULL, NULL, NULL, NULL |
| 19 | +Error Counter, 13, 1, B, Dec, NULL, NULL, NULL, NULL |
| 20 | +Spare1, 14, 1, B, Dec, NULL, NULL, NULL, NULL |
| 21 | +Spare2, 15, 1, B, Dec, NULL, NULL, NULL, NULL |
0 commit comments