JaiaBot
2.6.0
JaiaBot micro-AUV software
Loading...
Searching...
No Matches
ppk.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
3
package jaiabot.protobuf;
4
5
message PPKCommand
6
{
7
enum PPKCommandType
8
{
9
START_RECORDING = 0;
10
STOP_RECORDING = 1;
11
}
12
13
required PPKCommandType type = 1;
14
}
15
16
message UBXChunk {
17
optional bytes data = 1;
18
}
jaiabot
messages
ppk.proto
Generated by
1.9.8