Ignore:
Timestamp:
08/06/19 13:00:08 (5 years ago)
Author:
yushan
Message:

dev for graph. up to date with trunk at r1684

File:
1 edited

Legend:

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

    r1685 r1689  
    3434       * \param gc the garbage collector associated with this ouput pin 
    3535       * \param slotsCount the number of slots 
    36        * \param buildWorkflowGraph indicates whether data will be visualized 
    3736       */ 
    3837      COutputPin(CGarbageCollector& gc, bool manualTrigger = false); 
     
    118117      //! Output buffer, store the packets until the output is triggered 
    119118      std::map<Time, CDataPacketPtr> outputPackets; 
    120  
    121119  }; // class COutputPin 
    122120} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.