Files
paparazzi/sw/tools
Felix Ruess 31b66000de Merge pull request #931 from paparazzi/datalink_functions
Datalink/Telemetry functions

Replacing the old macros with functions. This is done by introducing a generic transport structure and a generic link_device structure.
It is only a small step on purpose, changing everything at once usually fails.

There is no functional changes, except that the transport and link_device for periodic function is passed as an argument, which will allow to create a telemetry task for logging in parallel of the normal telemetry (soon).

We now have:
- 4 transports (pprz, pprzlog, xbee, ivy)
- 5 devices (uart, usb_uart, sdio(chibios), udp, w5100)
2014-11-10 11:52:32 +01:00
..
2014-06-11 10:42:33 +02:00
2014-06-11 10:42:33 +02:00