TEMU
4.4
The Terma Emulator
|
#include </builds/termade/temu/temu/include/temu-c/Bus/MilStd1553.h>
Data Fields | |
void(* | connected )(void *Device, temu_Mil1553BusIfaceRef Bus, int RemoteTerminalAddr) |
Called after device is connected to bus. More... | |
void(* | disconnected )(void *Device, temu_Mil1553BusIfaceRef Bus, int RemoteTerminalAddr) |
Called after device is disconnected. More... | |
void(* | receive )(void *Device, temu_Mil1553Msg *Msg) |
Receive of 1553 message. More... | |
void(* | busEnteredIdle )(void *Bus, temu_Mil1553BusIdleInfo *idleInfo) |
Notifies the bus controller the bus enters an idle. More... | |
void(* temu_Mil1553DevIface::busEnteredIdle) (void *Bus, temu_Mil1553BusIdleInfo *idleInfo) |
Notifies the bus controller the bus enters an idle.
void(* temu_Mil1553DevIface::connected) (void *Device, temu_Mil1553BusIfaceRef Bus, int RemoteTerminalAddr) |
Called after device is connected to bus.
void(* temu_Mil1553DevIface::disconnected) (void *Device, temu_Mil1553BusIfaceRef Bus, int RemoteTerminalAddr) |
Called after device is disconnected.
void(* temu_Mil1553DevIface::receive) (void *Device, temu_Mil1553Msg *Msg) |
Receive of 1553 message.