NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
config_request.proto
Go to the documentation of this file.
1syntax="proto2";
2
3package netsim.protobuf;
4
5message ConfigRequest
6{
7 enum Subsystem
8 {
9 MANAGER=1;
10 }
11
12 required Subsystem subsystem = 1;
13}
14