Rename all the flux and image types to prefix the enums, due to them being in

the global namespace now.
This commit is contained in:
David Given
2023-07-24 02:18:53 +02:00
parent 9867f8c302
commit b9ef5b7db8
47 changed files with 181 additions and 187 deletions

View File

@@ -41,7 +41,8 @@ message FlxFluxSourceProto {
// NEXT: 12
message FluxSourceProto {
optional FluxSourceSinkType type = 9 [default = NOT_SET, (help) = "flux source type"];
optional FluxSourceSinkType type = 9
[default = FLUXTYPE_NOT_SET, (help) = "flux source type"];
optional A2rFluxSourceProto a2r = 11;
optional CwfFluxSourceProto cwf = 7;