[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/pprzlink] e19012: add a parameter (long i
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/pprzlink] e19012: add a parameter (long int) to the transport and de... |
Date: |
Thu, 31 Mar 2016 09:44:50 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/pprzlink
Commit: e190128bd3bcd0c1e08cfd76031c16fa2b4311b1
https://github.com/paparazzi/pprzlink/commit/e190128bd3bcd0c1e08cfd76031c16fa2b4311b1
Author: Gautier Hattenberger <address@hidden>
Date: 2016-03-25 (Fri, 25 Mar 2016)
Changed paths:
M lib/v1.0/C/ivy_transport.c
M lib/v1.0/C/pprz_transport.c
M lib/v1.0/C/pprzlog_transport.c
M lib/v1.0/C/print_utils.h
M lib/v1.0/C/xbee_transport.c
M tools/generator/C/include_v1.0/pprzlink_device.h
M tools/generator/C/include_v1.0/pprzlink_transport.h
M tools/generator/gen_messages_c.py
Log Message:
-----------
add a parameter (long int) to the transport and device API
this can be used to pass an address, an index or some file descriptor in
order to handle message queues
a put_buffer function is also added to the device for more efficient
sending
Commit: c8cefaf8ce4c6efe08681b45dd081b9c015aa864
https://github.com/paparazzi/pprzlink/commit/c8cefaf8ce4c6efe08681b45dd081b9c015aa864
Author: Gautier Hattenberger <address@hidden>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M lib/v1.0/C/ivy_transport.c
M lib/v1.0/C/pprz_transport.c
M lib/v1.0/C/pprzlog_transport.c
M lib/v1.0/C/xbee_transport.c
M tools/generator/C/include_v1.0/pprzlink_device.h
M tools/generator/C/include_v1.0/pprzlink_transport.h
Log Message:
-----------
check free space functions use uint16 to be consistent with put_buffer
Compare:
https://github.com/paparazzi/pprzlink/compare/c323e3cce1ad...c8cefaf8ce4c