Skip to content
Snippets Groups Projects

Implements #233 cross support region for MLS

Merged Nicolas Pope requested to merge feature/233/crossregion into master
8 files
+ 136
37
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -23,7 +23,7 @@ namespace operators {
class Operator {
public:
explicit Operator(ftl::Configurable *cfg);
virtual ~Operator();
virtual ~Operator();
enum class Type {
OneToOne, // Frame to Frame (Filter or generator)
@@ -87,7 +87,7 @@ struct OperatorNode {
class Graph : public ftl::Configurable {
public:
explicit Graph(nlohmann::json &config);
~Graph();
~Graph();
template <typename T>
ftl::Configurable *append(const std::string &name);
Loading