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 @@ -478,6 +478,8 @@ enum NotificationType {
478
478
NOTIFICATION_TYPE_SET_TILT_MAIN_CAMERA = 28 ; // Set tilt for main camera
479
479
NOTIFICATION_TYPE_SET_TILT_MULTIBEAM = 29 ; // Set tilt for multibeam
480
480
NOTIFICATION_TYPE_INSTRUCTION_SKIPPED = 30 ; // When an instruction is not available in the ROV
481
+ NOTIFICATION_TYPE_DVL_HIGH_TEMPERATURE_DETECTED = 31 ; // DVL high temperature detected
482
+ NOTIFICATION_TYPE_DVL_THERMAL_PROTECTION_MODE_DETECTED = 32 ; // DVL thermal protection mode detected
481
483
}
482
484
483
485
// List of available notification levels.
@@ -660,6 +662,8 @@ message ErrorFlags {
660
662
bool gp2_bat_current = 40 ; // Max battery current exceeded on GP2
661
663
bool gp3_bat_current = 41 ; // Max battery current exceeded on GP3
662
664
bool gp_20v_current = 42 ; // Max 20V current exceeded on GP
665
+ bool dvl_thermal_protection_mode = 43 ; // DVL is in thermal protection mode
666
+ bool dvl_no_power = 44 ; // GP protection has been triggered at boot or faulty DVL
663
667
}
664
668
665
669
// Available camera resolutions.
You can’t perform that action at this time.
0 commit comments