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