Many changes in DBHandler
new general processing structure just before splitting off the projects folder from this repo
This commit is contained in:
8
Datatypes/processingMode.m
Normal file
8
Datatypes/processingMode.m
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
classdef processingMode < int32
|
||||
enumeration
|
||||
serial (1)
|
||||
parallel (2)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user