aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-03-06 21:31:48 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-03-06 21:31:48 +0200
commit6c56b49d815afa016a4ce74eed3e4b983c8a161c (patch)
treeab9c8c2bc5b485b775ec7e03dcc08f9f577a2286 /Software/PMR
parent49fa62be60dea8a6c60258925a3eafb42bd9bb33 (diff)
downloadTango-6c56b49d815afa016a4ce74eed3e4b983c8a161c.tar.gz
Tango-6c56b49d815afa016a4ce74eed3e4b983c8a161c.zip
Save grouping segments in file and loading from file.
Related Work Items: #6268, #6280
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Exports/JobFileBrushStop.proto1
-rw-r--r--Software/PMR/Messages/Exports/JobFileSegment.proto2
2 files changed, 3 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Exports/JobFileBrushStop.proto b/Software/PMR/Messages/Exports/JobFileBrushStop.proto
index bbcedbf4a..224d86d0f 100644
--- a/Software/PMR/Messages/Exports/JobFileBrushStop.proto
+++ b/Software/PMR/Messages/Exports/JobFileBrushStop.proto
@@ -29,4 +29,5 @@ message JobFileBrushStop
string ColorCatalogGuid = 22;
string ColorCatalogItemGuid = 23;
bool IsTransparent = 25;
+ int32 StopIndex = 26;
} \ No newline at end of file
diff --git a/Software/PMR/Messages/Exports/JobFileSegment.proto b/Software/PMR/Messages/Exports/JobFileSegment.proto
index 8a2218ffa..8f81f89e7 100644
--- a/Software/PMR/Messages/Exports/JobFileSegment.proto
+++ b/Software/PMR/Messages/Exports/JobFileSegment.proto
@@ -10,4 +10,6 @@ message JobFileSegment
string Name = 1;
double Length = 2;
repeated JobFileBrushStop BrushStops = 3;
+ repeated JobFileSegment Segments = 4;
+ int32 Repeats = 5;
} \ No newline at end of file