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

    r1930 r2143  
    66#include "array_new.hpp" 
    77#include "date.hpp" 
     8#include "graph_package.hpp" 
    89 
    910namespace xios 
     
    2122      END_OF_STREAM //!< Last packet of the stream, does not have data 
    2223    }; 
     24 
     25    CGraphDataPackage * graphPackage; 
    2326 
    2427    CArray<double, 1> data; //!< Array containing the data 
     
    4043      p->timestamp = timestamp; 
    4144      p->status = status; 
     45      p->graphPackage = graphPackage; 
    4246      return p; 
    4347    }; 
     48 
     49 
     50    CDataPacket() : graphPackage(nullptr) {} 
     51 
    4452  }; // struct CDataPacket 
    4553 
Note: See TracChangeset for help on using the changeset viewer.