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/filter.cpp

    r1668 r1677  
    1414  void CFilter::onInputReady(std::vector<CDataPacketPtr> data) 
    1515  { 
     16    // std::cout<<"CFilter::onInputReady"<<std::endl; 
    1617    CDataPacketPtr outputPacket = engine->apply(data); 
    1718    if (outputPacket) 
     19    { 
     20      // std::cout<<"Filter onOutputReady"<<std::endl; 
    1821      onOutputReady(outputPacket); 
     22    }  
    1923  } 
    2024 
     
    5256    return COutputPin::isDataExpected(date); 
    5357  } 
     58 
     59   
    5460} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.