Commit Graph

10 Commits

Author SHA1 Message Date
Mykhailo Kuznietsov ee40804096 AP_AIS: Fix some typos
Fixed some typos found in the code.
2023-10-12 18:30:42 +11:00
Peter Barker 95065fab35 AP_AIS: avoid using struct Location
clang reports this could be a problem when compiling under some EABIs.  Remove it from most places as it is just noise, replace with class where we want to avoid including Location.h
2023-02-04 22:51:54 +11:00
Peter Barker c8302e115a AP_AIS: tidy AP_SerialManager.h includes 2022-11-08 09:49:19 +11:00
Iampete1 faa414fbdb AP_AIS: add dummy methods 2022-07-12 09:39:54 +10:00
Iampete1 b94e1c5027 AP_AIS: add singleton 2022-07-12 09:39:54 +10:00
Peter Barker 45733c96ac AP_AIS: rename AP_AHRS::get_position to get_location 2022-01-25 10:47:22 +11:00
Peter Barker f6fa676411 AP_AIS: correct number of bytes to read from device 2021-12-20 18:39:01 +09:00
murata 8743ca226c AP_AIS: Make the char_to_hex method a common method 2021-11-09 10:16:25 +11:00
Iampete1 88a5372ab7 AP_AIS: log base station report message 2021-08-10 08:11:18 +09:00
Peter Hall c539f0cff5 AP_AIS: add 2021-08-10 08:11:18 +09:00