Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

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

    r1668 r1677  
    1818  { 
    1919    public: 
     20 
    2021      /*! 
    2122       * Constructs an input pin with the specified number of slots 
     
    8283      void virtual invalidate(Time timestamp); 
    8384       
    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(); 
    8985 
    9086    protected: 
Note: See TracChangeset for help on using the changeset viewer.