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_to_server_store_filter.hpp

    r2130 r2143  
    33 
    44#include "input_pin.hpp" 
     5#include "graph_package.hpp" 
    56 
    67namespace xios 
     
    3738       */ 
    3839      bool virtual mustAutoTrigger() const; 
     40       
     41      void buildWorkflowGraph(std::vector<CDataPacketPtr> data); 
    3942 
    4043      /*! 
     
    4447       */ 
    4548      bool virtual isDataExpected(const CDate& date) const; 
     49      CGraphPackage * graphPackage; 
     50      bool graphEnabled; 
    4651 
    4752    protected: 
Note: See TracChangeset for help on using the changeset viewer.