arinc429_bus arm
API Reference Manual  /  4 Model-to-Model Interfaces  / 

arinc429_receiver

Description
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.

Execution Context
Cell Context for all methods.

arinc429_bus arm