File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ syntax = "proto3";
5
5
6
6
package blueye.protocol ;
7
7
import "google/protobuf/any.proto" ;
8
+ import "google/protobuf/duration.proto" ;
8
9
import "google/protobuf/timestamp.proto" ;
9
10
option csharp_namespace = "Blueye.Protocol.Protobuf" ;
10
11
@@ -1022,6 +1023,15 @@ message MultibeamDiscovery {
1022
1023
GuestPortDeviceID device_id = 7 ; // Device ID of the sonar
1023
1024
}
1024
1025
1026
+ message MultibeamFrameOffset {
1027
+ google.protobuf.Duration duration = 1 ; // Duration from the start of the recording
1028
+ uint32 offset = 2 ; // Offset in bytes from the start of the file
1029
+ }
1030
+
1031
+ message MutltibeamRecordingIndex {
1032
+ repeated MultibeamFrameOffset frame_offsets = 1 ; // List of frame offsets
1033
+ }
1034
+
1025
1035
// PersistentStorageSettings defines settings for writing various types of data in the persistent storage on the drone
1026
1036
//
1027
1037
// Some of the data is written during factory calibration (acc calibration), while other data is written during user
You can’t perform that action at this time.
0 commit comments