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