JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
turner__c_fluor.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3import "dccl/option_extensions.proto";
4
5package jaiabot.sensor.protobuf;
6
7message 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