paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [paparazzi/pprzlink] 2bafcd: Refactored pprzlink pyt


From: Mohammad Jafar Mashhadi
Subject: [paparazzi-commits] [paparazzi/pprzlink] 2bafcd: Refactored pprzlink python Ivy link interface to i...
Date: Fri, 03 Jul 2020 10:30:24 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/pprzlink
  Commit: 2bafcd59eabc3002ecf402e02f355189b69d71fa
      
https://github.com/paparazzi/pprzlink/commit/2bafcd59eabc3002ecf402e02f355189b69d71fa
  Author: Mohammad Jafar Mashhadi <MJafarMashhadi@users.noreply.github.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M lib/v1.0/python/pprzlink/ivy.py
    M lib/v1.0/python/pprzlink/messages_xml_map.py
    M lib/v1.0/python/pprzlink/serial.py
    M lib/v1.0/python/pprzlink/udp.py
    M lib/v2.0/python/pprzlink/ivy.py
    M lib/v2.0/python/pprzlink/messages_xml_map.py
    M lib/v2.0/python/pprzlink/serial.py
    M lib/v2.0/python/pprzlink/udp.py

  Log Message:
  -----------
  Refactored pprzlink python Ivy link interface to improve error reporting 
(#117)

* Raise value errors in case of invalid input instead of logging the error and 
returning None. in messages_xml_map.py

The return value is not always not-null, and the library's user has more 
control on error handling.

* Raise value errors in case of invalid input instead of logging the error and 
returning None. in ivy.py

The return value is not always not-null, and the library's user has more 
control on error handling.

* Removed no-longer-used logging module from messages_xml_map.py

* Add exception handling for unknown messages in serial and udp





reply via email to

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