AP_Logger: add Sub-specific events

This commit is contained in:
Peter Barker 2019-02-01 23:00:53 +11:00 committed by Randy Mackay
parent 1690f78f4c
commit 3071372c8d
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@ enum Log_Event : uint8_t {
DATA_ZIGZAG_STORE_A = 71, DATA_ZIGZAG_STORE_A = 71,
DATA_ZIGZAG_STORE_B = 72, DATA_ZIGZAG_STORE_B = 72,
DATA_LAND_REPO_ACTIVE = 73, DATA_LAND_REPO_ACTIVE = 73,
DATA_SURFACED = 163,
DATA_NOT_SURFACED = 164,
DATA_BOTTOMED = 165,
DATA_NOT_BOTTOMED = 166,
}; };
// fwd declarations to avoid include errors // fwd declarations to avoid include errors