diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-11-03 16:22:14 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-11-03 16:22:14 +0200 |
| commit | 33907cc43364f70425578cc703989149a549ff1a (patch) | |
| tree | 66e4f311e3f1776784984423e5ab92874c7b4788 /Software/PMR | |
| parent | 3129bcc8603f9f0dcc394c34484f7f00f04d1c50 (diff) | |
| download | Tango-33907cc43364f70425578cc703989149a549ff1a.tar.gz Tango-33907cc43364f70425578cc703989149a549ff1a.zip | |
Added to Protobuf message ConversionInput bool ForFineTuning.
Related Work Items: #7324
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/ColorLab/ConversionInput.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ColorLab/ConversionInput.proto b/Software/PMR/Messages/ColorLab/ConversionInput.proto index 069abd7df..a64870f52 100644 --- a/Software/PMR/Messages/ColorLab/ConversionInput.proto +++ b/Software/PMR/Messages/ColorLab/ConversionInput.proto @@ -26,4 +26,5 @@ message ConversionInput bytes GbdData = 15; bytes LubData = 16; bool UseLubricantTransform = 17; + bool ForFineTuning = 18; }
\ No newline at end of file |
