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
Peter Barker
8f9ac91fa0
AP_AIS: include GCS_MAVLink.h
...
was getting mavlink_channel_t transitively
2022-07-13 18:32:35 +10:00
Iampete1
db9b57c0a3
AP_AIS: move to config.h pattern
2022-07-13 18:14:12 +10:00
Iampete1
8f7cad39cd
AP_AIS: only include log structures if enabled
2022-07-12 09:39:54 +10: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
Iampete1
193ee8d865
AP_AIS: add log structures
2021-08-10 08:11:18 +09:00
Peter Hall
c539f0cff5
AP_AIS: add
2021-08-10 08:11:18 +09:00