Skip to content

Commit fc7d2a3

Browse files
committed
Add bandwidth limit parameter
1 parent 7386239 commit fc7d2a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ message MultibeamConfig {
10191019
double gain = 7; // The gain demand (0..1)
10201020
double salinity = 8; // Set water salinity (ppt). Defaults to zero in fresh water
10211021
GuestPortDeviceID device_id = 9; // Device ID of the sonar
1022+
uint32 bandwidth_limit = 10; // Network bandwidth limit (Mbit/s). Applies only to Oculus devices.
10221023
}
10231024

10241025
// Discovery message for sonar devices
@@ -1067,4 +1068,4 @@ message CPUInfo {
10671068
float memory_bus_load = 2; // Memory bus load (0..1)
10681069
float main_queue_load = 3; // Main queue load (0..1)
10691070
float guestport_queue_load = 4 ; // Guestport queue load (0..1)
1070-
}
1071+
}

0 commit comments

Comments
 (0)