Ignore:
Timestamp:
06/04/21 11:54:38 (3 years ago)
Author:
yushan
Message:

Big commit on graph functionality. Add buildWorkflowGraph function for filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_from_client_source_filter.cpp

    r2022 r2143  
    66#include "grid.hpp" 
    77#include <limits>  
     8#include "workflow_graph.hpp" 
    89 
    910namespace xios 
     
    3940          
    4041    grid_->getClientFromClientConnector()->transfer(event,packet->data) ; 
     42 
     43    if(this->graphEnabled) 
     44    { 
     45      this->graphPackage->filterId = CWorkflowGraph::getNodeSize(); 
     46      CWorkflowGraph::addNode("Client to Client Source filter", 1, false, 0, packet); 
     47    } 
    4148    onOutputReady(packet); 
    4249  } 
Note: See TracChangeset for help on using the changeset viewer.