Ignore:
Timestamp:
03/06/19 12:11:10 (5 years ago)
Author:
oabramkina
Message:

Developments for visualization of XIOS workflow.

Branch is spawned from trunk r1649.

Boost library is used for producing Graphviz DOT files. Current results: a DOT file representing a static workflow. For a complete proof of concept, DOT files for each timestamp should be generated. The necessary information has been collected by XIOS, it only requires rearranging the information for graphing (changes in classes CWorkflowGraph and CGraphviz).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/filter/input_pin.hpp

    r1358 r1653  
    2626       */ 
    2727      CInputPin(CGarbageCollector& gc, size_t slotsCount); 
     28       
     29      StdString virtual GetName(void); 
    2830 
    2931      /*! 
     
    7981       */ 
    8082      void virtual invalidate(Time timestamp); 
     83       
     84      /*! 
     85       * Returns filter's id needed in case of building workflow graph 
     86       * This function should never be called from this class, instead functions defined in derived classes or in class COutputPin should be used 
     87       */ 
     88      int virtual getFilterId(); 
    8189 
    8290    protected: 
Note: See TracChangeset for help on using the changeset viewer.