JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
tsys01.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3import "dccl/option_extensions.proto";
4
5package jaiabot.protobuf;
6
7message TSYS01Data
8{
9 option (dccl.msg) = {
10 unit_system: "si"
11 };
12
13 optional double temperature = 1 [(dccl.field) = {
14 units { derived_dimensions: "temperature" system: "celsius" }
15 }];
16}