paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 683037: [datalink] parse the c


From: Gautier Hattenberger
Subject: [paparazzi-commits] [paparazzi/paparazzi] 683037: [datalink] parse the correct datalink buffer (#2494)
Date: Mon, 16 Mar 2020 02:30:41 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 683037ad9589832edc6e6532cd49d532967e5c2d
      
https://github.com/paparazzi/paparazzi/commit/683037ad9589832edc6e6532cd49d532967e5c2d
  Author: Gautier Hattenberger <address@hidden>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    M conf/modules/collective_tracking_control.xml
    M conf/modules/collective_tracking_control_target.xml
    M conf/modules/digital_cam_i2c.xml
    M conf/modules/distributed_circular_formation.xml
    M conf/modules/fc_rotor.xml
    M conf/modules/formation_flight.xml
    M conf/modules/gps_datalink.xml
    M conf/modules/joystick.xml
    M conf/modules/meteo_france_DAQ.xml
    M conf/modules/mission_fw.xml
    M conf/modules/mission_rotorcraft.xml
    M conf/modules/rotorcraft_cam.xml
    M conf/modules/rssi.xml
    M conf/modules/tcas.xml
    M conf/modules/traffic_info.xml
    M conf/modules/vehicle_interface_datalink.xml
    M sw/airborne/modules/cam_control/rotorcraft_cam.h
    M sw/airborne/modules/digital_cam/atmega_i2c_cam_ctrl.h
    M sw/airborne/modules/joystick/joystick.c
    M sw/airborne/modules/joystick/joystick.h
    M sw/airborne/modules/meteo/meteo_france_DAQ.c
    M sw/airborne/modules/meteo/meteo_france_DAQ.h
    M sw/airborne/modules/mission/mission_common.c
    M sw/airborne/modules/mission/mission_common.h
    M sw/airborne/modules/multi/ctc/ctc.c
    M sw/airborne/modules/multi/ctc/ctc.h
    M sw/airborne/modules/multi/ctc/ctc_target.c
    M sw/airborne/modules/multi/ctc/ctc_target.h
    M sw/airborne/modules/multi/dcf/dcf.c
    M sw/airborne/modules/multi/dcf/dcf.h
    M sw/airborne/modules/multi/fc_rotor/fc_rotor.c
    M sw/airborne/modules/multi/fc_rotor/fc_rotor.h
    M sw/airborne/modules/multi/formation.h
    M sw/airborne/modules/multi/rssi.c
    M sw/airborne/modules/multi/rssi.h
    M sw/airborne/modules/multi/tcas.c
    M sw/airborne/modules/multi/tcas.h
    M sw/airborne/modules/multi/traffic_info.c
    M sw/airborne/modules/multi/traffic_info.h
    M sw/airborne/subsystems/gps/gps_datalink.c
    M sw/airborne/subsystems/gps/gps_datalink.h

  Log Message:
  -----------
  [datalink] parse the correct datalink buffer (#2494)

When using a different datalink buffer than dl_buffer, the callback
functions from the modules must use the buffer address passed as a
parameter, otherwise there is no guarentee that the correct buffer will
be parsed.

Co-authored-by: pprz <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]