2// GobySoft, LLC (2013-)
3// Community contributors (see AUTHORS file)
5// Toby Schneider <toby@gobysoft.org>
6// Chris Murphy <cmurphy@aphysci.com>
9// This file is part of the Dynamic Compact Control Language Library
12// DCCL is free software: you can redistribute it and/or modify
13// it under the terms of the GNU Lesser General Public License as published by
14// the Free Software Foundation, either version 2.1 of the License, or
15// (at your option) any later version.
17// DCCL is distributed in the hope that it will be useful,
18// but WITHOUT ANY WARRANTY; without even the implied warranty of
19// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20// GNU Lesser General Public License for more details.
22// You should have received a copy of the GNU Lesser General Public License
23// along with DCCL. If not, see <http://www.gnu.org/licenses/>.
25import "dccl/option_extensions.proto";
36 required double temperature = 1 [(dccl.field) = {
37 units { derived_dimensions: "temperature" system: "celsius" }
43 required int32 depth = 2 [(dccl.field) = {
44 units { derived_dimensions: "length" system: "si" }
49 required double salinity = 4 [(dccl.field) = {
53 units { base_dimensions: "-" }
56 required double sound_speed = 5 [(dccl.field) = {
57 units { base_dimensions: "LT^-1" system: "si" }