NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
tool.proto
Go to the documentation of this file.
1syntax="proto2";
2
3import "goby/acomms/protobuf/mm_driver.proto";
4import "goby/acomms/protobuf/modem_message.proto";
5
6package netsim.protobuf;
7
8message ToolReceiveStats
9{
10 optional goby.acomms.micromodem.protobuf.ReceiveStatistics stats = 1;
11 required int32 source_r = 10;
12 required int32 source_z = 11;
13 required int32 receiver_r = 20;
14 required int32 receiver_z = 21;
15}
16
17message ToolModemRaw
18{
19 required int32 modem_id = 1;
20 required goby.acomms.protobuf.ModemRaw msg = 2;
21}