File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -475,6 +475,8 @@ enum NotificationType {
475
475
NOTIFICATION_TYPE_SET_TILT_MAIN_CAMERA = 28 ; // Set tilt for main camera
476
476
NOTIFICATION_TYPE_SET_TILT_MULTIBEAM = 29 ; // Set tilt for multibeam
477
477
NOTIFICATION_TYPE_INSTRUCTION_SKIPPED = 30 ; // When an instruction is not available in the ROV
478
+ NOTIFICATION_TYPE_DVL_HIGH_TEMPERATURE_DETECTED = 31 ; // DVL high temperature detected
479
+ NOTIFICATION_TYPE_DVL_THERMAL_PROTECTION_MODE_DETECTED = 32 ; // DVL thermal protection mode detected
478
480
}
479
481
480
482
// List of available notification levels.
@@ -657,6 +659,8 @@ message ErrorFlags {
657
659
bool gp2_bat_current = 40 ; // Max battery current exceeded on GP2
658
660
bool gp3_bat_current = 41 ; // Max battery current exceeded on GP3
659
661
bool gp_20v_current = 42 ; // Max 20V current exceeded on GP
662
+ bool dvl_thermal_protection_mode = 43 ; // DVL is in thermal protection mode
663
+ bool dvl_no_power_since_boot = 44 ; // GP protection has been triggered at boot or faulty DVL
660
664
}
661
665
662
666
// Available camera resolutions.
You can’t perform that action at this time.
0 commit comments