46 #define ABI_EXTERN extern
56 #define ABI_BROADCAST 255
73 #define ABI_FOREACH(head,el) for(el=head; el; el=el->next)
74 #define ABI_PREPEND(head,add) { (add)->next = head; head = add; }
Event structure to store callbacks in a linked list.
Paparazzi floating point algebra.
void(* abi_callback)(void)
Generic callback definition.
Device independent GPS code (interface)
Convenience defines for ABI sender IDs.
Paparazzi fixed point algebra.