Commit Graph

9 Commits

Author SHA1 Message Date
Lenhart 2270958343
changed error message to reflect error cause, renamed function
Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-11-01 21:34:39 +01:00
Lenhart 419fb3925c
Changed example code for navigation message listener:
- old print_content() function hid blocking udp call (unintuitive, less modular)
- member variable nav_msg unnecessary (and confusing. Was previously assigned to itself in read_nav_msg fct after being passed in as fct argument)
- udp_listener class now can be used as library to integrate into custom projects

Signed-off-by: Lenhart <malte.lenhart@mailbox.org>
2021-10-31 16:47:33 +01:00
Carles Fernandez 26555222d6
Add include (make cpplint's build/include_what_you_use filter happy) 2021-10-08 11:24:34 +02:00
iucgnaw e2013278c0 Added missing header
Signed-off-by: iucgnaw <iucgnaw@msn.com>
2021-10-08 11:15:20 +08:00
Carles Fernandez 4817ec058a
Be more explicit on how to retrieve data 2021-09-08 15:34:32 +02:00
Carles Fernandez 0aeb1c28c7
Fix CI jobs 2021-09-07 16:16:25 +02:00
Carles Fernandez b1cfc427aa
Fix CI jobs 2021-09-07 16:02:34 +02:00
Carles Fernandez 0319dd5ae1
Add decoded HAS mmesages to the navigation message monitor 2021-09-07 14:58:16 +02:00
Carles Fernandez 26f72075fc
Add example application to receive decoded navigation messages 2021-09-07 12:13:54 +02:00