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_server_source_filter.cpp

    r1988 r2143  
    1010#include "tracer.hpp" 
    1111#include <limits>  
     12#include "workflow_graph.hpp" 
    1213 
    1314namespace xios 
     
    5657      info(20)<<"lastDateReceived_ "<<lastDateReceived_<< "  date "<<packet->date<<endl;                                                                                    // make a registration at initialization once 
    5758      packet->status = CDataPacket::NO_ERROR; 
     59    } 
     60 
     61    if(this->graphEnabled) 
     62    { 
     63      this->graphPackage->filterId = CWorkflowGraph::getNodeSize(); 
     64      CWorkflowGraph::addNode("Client from Server Source filter", 1, false, 0, packet); 
    5865    } 
    5966    onOutputReady(packet); 
Note: See TracChangeset for help on using the changeset viewer.