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/data_packet.hpp

    r1542 r1677  
    2626    Time timestamp;         //!< Timestamp of the data 
    2727    StatusCode status;      //!< Status of the packet 
    28  
     28    int src_filterID; 
     29    std::vector<int> filterIDoutputs; 
     30    StdString fieldID; 
     31     
    2932    /*! 
    3033     * Creates a deep copy of the packet. 
Note: See TracChangeset for help on using the changeset viewer.