JaiaBot  1.20.0
JaiaBot micro-AUV software
turner__c_fluor.proto
Go to the documentation of this file.
1 syntax = "proto2";
2 
3 import "dccl/option_extensions.proto";
4 
5 package jaiabot.sensor.protobuf;
6 
7 message TurnerCFluor
8 {
9  option (dccl.msg) = {
10  unit_system: "si"
11  };
12 
13  // notional - add units and additional fields as needed
14  optional double concentration = 1;
15  optional double concentration_voltage = 2;
16 }
17 
18