File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
6
<LangVersion >8.0</LangVersion >
7
7
<PackageId >Blueye.Protocol.Protobuf</PackageId >
8
- <VersionPrefix >4.3 .0</VersionPrefix >
8
+ <VersionPrefix >4.4 .0</VersionPrefix >
9
9
<Company >Blueye Robotics AS</Company >
10
10
<ProduceReferenceAssembly >True</ProduceReferenceAssembly >
11
11
<PackageDescription >Library with dotnet representation of the ProtocolDefinition protobuf files.</PackageDescription >
Original file line number Diff line number Diff line change @@ -201,3 +201,17 @@ message ActivateMultibeamCtrl {
201
201
// Deactivate multibeam
202
202
message DeactivateMultibeamCtrl {
203
203
}
204
+
205
+ // Message sent when the user hits the start dive button in the app.
206
+ //
207
+ // The message does not do anything, but is included in the log files so we can see
208
+ // at which point the user entered the dive view.
209
+ message StartDiveCtrl {
210
+ }
211
+
212
+ // Message sent when the user hits the end dive button in the app.
213
+ //
214
+ // The message does not do anything, but is included in the log files so we can see
215
+ // at which point the user exited the dive view.
216
+ message EndDiveCtrl {
217
+ }
You can’t perform that action at this time.
0 commit comments