Re: [protobuf] Issue with extends

2021-08-03 Thread 'Adam Cozzette' via Protocol Buffers
Extensions are not quite like inheritance. The way I think of an extension is that it is like an ordinary field except with the dependency inverted, so that the field depends on the message rather than the message depending on the field. I haven't worked with the C# implementation, but as I

[protobuf] Issue with extends

2021-08-02 Thread Geervani BS
Hello All, I have a message as below: message DynamicGroupPlot { extend GroupPlot { optional DynamicGroupPlot plot = 100; } repeated int32 line = 1 optional bool overlay = 5; optional bool tdc_shift = 6; optional bool smoothing = 7; optional bool valve_events = 8; optional