Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
hdf5.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "goby/middleware/protobuf/app_config.proto";
3
4package goby.middleware.protobuf;
5
6message HDF5Config
7{
8 optional goby.middleware.protobuf.AppConfig app = 1;
9
10 required string output_file = 10;
11
12 // for use by plugins, if desired
13 repeated string input_file = 30;
14
15 extensions 1000 to max;
16}