Files
imdd_silas/Datatypes/processingMode.m
Silas Oettinghaus 9ce23c4a10 Many changes in DBHandler
new general processing structure
just before splitting off the projects folder from this repo
2025-05-13 10:24:09 +02:00

8 lines
102 B
Matlab

classdef processingMode < int32
enumeration
serial (1)
parallel (2)
end
end