JaiaBot
2.6.0+14+g3cab9c46
JaiaBot micro-AUV software
Loading...
Searching...
No Matches
comms.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
3
package jaiabot.protobuf;
4
5
import "jaiabot/messages/link.proto";
6
7
message IntervehicleSubscribeRequest
8
{
9
required Link link = 1;
10
}
11
12
message ActiveLinks
13
{
14
repeated Link active_link = 1;
15
}
nanopb
jaiabot
messages
comms.proto
Generated by
1.9.8