SIM_INTERFACE(arinc429_receiver) { void (*receive_word)(conf_object_t *dev, uint32 word, int parity_ok); };
Interface to Arinc-429 compatible receivers.
The receive_word is called when there is traffic on the bus. word contains the data received (with valid parity bit), and the parity_ok tells whether the parity of the word is correct or not.