NETSIM  1.0.1
Hardware-in-the-loopacousticnetworksimulator
tool.proto
Go to the documentation of this file.
1 syntax="proto2";
2 
3 import "goby/acomms/protobuf/mm_driver.proto";
4 import "goby/acomms/protobuf/modem_message.proto";
5 
6 package netsim.protobuf;
7 
8 message 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 
17 message ToolModemRaw
18 {
19  required int32 modem_id = 1;
20  required goby.acomms.protobuf.ModemRaw msg = 2;
21 }