Skip to content
Snippets Groups Projects
Commit 846772a2 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[algorithm] Added new type: loop

To distinguish from classic algorithms.
parent 47dcee66
Branches
No related tags found
2 merge requests!281.6.x,!27Soft loop
...@@ -357,6 +357,7 @@ class Algorithm(object): ...@@ -357,6 +357,7 @@ class Algorithm(object):
LEGACY = 'legacy' LEGACY = 'legacy'
SEQUENTIAL = 'sequential' SEQUENTIAL = 'sequential'
AUTONOMOUS = 'autonomous' AUTONOMOUS = 'autonomous'
LOOP = 'loop'
def __init__(self, prefix, name, dataformat_cache=None, library_cache=None): def __init__(self, prefix, name, dataformat_cache=None, library_cache=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment