#include <vdm_parse.h>
Holds the DAC, FI, msgid and the message bits in six_state Used for processing the data portion of a binary message
Data Fields | |
| int | dac |
| DAC. | |
| char | fi |
| FI. | |
| char | spare |
| 2 bits Spare | |
| char | msgid |
| 6 bits Message ID 0-31 | |
| sixbit | six_state |
| sixbit parser state | |
DAC.
| char binary_state::fi |
FI.
| char binary_state::spare |
2 bits Spare
| char binary_state::msgid |
6 bits Message ID 0-31
sixbit parser state
1.5.2