Skip to content

Commit d8ee4d3

Browse files
committed
Add type comments to new Multibeam caching messages
1 parent 1e9ef68 commit d8ee4d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,11 +1022,13 @@ message MultibeamDiscovery {
10221022
GuestPortDeviceID device_id = 7; // Device ID of the sonar
10231023
}
10241024

1025+
// Frame offset for multibeam recordings index cache
10251026
message MultibeamFrameOffset {
10261027
google.protobuf.Duration duration = 1; // Duration from the start of the recording
10271028
uint32 offset = 2; // Offset in bytes from the start of the file
10281029
}
10291030

1031+
// Multibeam recording index cache
10301032
message MutltibeamRecordingIndex {
10311033
repeated MultibeamFrameOffset frame_offsets = 1; // List of frame offsets
10321034
}

0 commit comments

Comments
 (0)