2 import "goby/acomms/protobuf/driver_base.proto"; // load up message DriverBaseConfig
4 message ABCDriverConfig
6 extend goby.acomms.protobuf.DriverConfig
8 optional bool enable_foo = 1201 [default = true];
9 optional bool enable_bar = 1202 [default = false];