JaiaBot 2.0.0
JaiaBot micro-AUV software
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
catalog.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package jaiabot.sensor.protobuf;
4
5// vendor__product
6enum Sensor
7{
8 NONE = 1;
9 ATLAS_SCIENTIFIC__OEM_EC = 2;
10 BLUE_ROBOTICS__BAR30 = 3;
11 ATLAS_SCIENTIFIC__OEM_PH = 4;
12 ATLAS_SCIENTIFIC__OEM_DO = 5;
13 TURNER__C_FLUOR = 6;
14}