mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Logger: LogStructure: add AIS
This commit is contained in:
parent
5ad69fc5a3
commit
2a58e7097f
@ -133,6 +133,7 @@ const struct MultiplierStructure log_Multipliers[] = {
|
||||
#include <AC_PrecLand/LogStructure.h>
|
||||
#include <AC_Avoidance/LogStructure.h>
|
||||
#include <AP_ESC_Telem/LogStructure.h>
|
||||
#include <AP_AIS/LogStructure.h>
|
||||
|
||||
// structure used to define logging format
|
||||
struct PACKED LogStructure {
|
||||
@ -1320,7 +1321,8 @@ LOG_STRUCTURE_FROM_VISUALODOM \
|
||||
{ LOG_PSC_MSG, sizeof(log_PSC), \
|
||||
"PSC", "Qffffffffffff", "TimeUS,TPX,TPY,PX,PY,TVX,TVY,VX,VY,TAX,TAY,AX,AY", "smmmmnnnnoooo", "F000000000000", true }, \
|
||||
{ LOG_PSCZ_MSG, sizeof(log_PSCZ), \
|
||||
"PSCZ", "Qfffffffff", "TimeUS,TPZ,PZ,DVZ,TVZ,VZ,DAZ,TAZ,AZ,ThO", "smmnnnooo%", "F000000002", true }
|
||||
"PSCZ", "Qfffffffff", "TimeUS,TPZ,PZ,DVZ,TVZ,VZ,DAZ,TAZ,AZ,ThO", "smmnnnooo%", "F000000002", true }, \
|
||||
LOG_STRUCTURE_FROM_AIS \
|
||||
|
||||
// @LoggerMessage: SBPH
|
||||
// @Description: Swift Health Data
|
||||
@ -1434,6 +1436,8 @@ enum LogMessages : uint8_t {
|
||||
LOG_PSCZ_MSG,
|
||||
LOG_RAW_PROXIMITY_MSG,
|
||||
LOG_IDS_FROM_PRECLAND,
|
||||
LOG_IDS_FROM_AIS,
|
||||
|
||||
|
||||
_LOG_LAST_MSG_
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user