SIM_INTERFACE(ms1553_terminal) { void (*receive_data)(conf_object_t *obj, conf_object_t *link, int id, ms1553_phase_t phase, ms1553_words_t data); void (*receive_error)(conf_object_t *obj, conf_object_t *link, int id, ms1553_error_t err); }; #define MS1553_TERMINAL_INTERFACE "ms1553_terminal"
This interface should be implemented by MIL-STD-1553 devices, such as bus
controllers and remote terminals. Its use is described in the documentation
of the ms1553_link
interface.