JaiaBot 2.1.1
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
link.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package jaiabot.protobuf;
4
5// these enum values MUST match those in config/gen/common/comms.py 'subnet_index'
6enum Link
7{
8 LINK_UNKNOWN = -1;
9 LINK_XBEE = 0;
10 LINK_WIFI = 1;
11 LINK_IRIDIUM = 2;
12 LINK_HUB2HUB = 3;
13}