public class Pipeline : Bin, ChildProxy {
public weak Clock fixed_clock ;
public weak ClockTime stream_time ;
public weak bool auto_flush_bus { get; set; } ;
public weak uint64 delay { get; set; } ;
public Pipeline ( string name ) ;
public void auto_clock ( ) ;
public bool get_auto_flush_bus ( ) ;
public weak Bus get_bus ( ) ;
public weak Clock get_clock ( ) ;
public weak ClockTime get_delay ( ) ;
public weak ClockTime get_last_stream_time ( ) ;
public void set_auto_flush_bus ( bool auto_flush ) ;
public bool set_clock ( Clock clock ) ;
public void set_delay ( ClockTime delay ) ;
public void set_new_stream_time ( ClockTime time ) ;
public void use_clock ( Clock clock ) ;
}

public Pipeline ( string name ) ;
public weak Clock fixed_clock ;
public weak ClockTime stream_time ;
public weak bool auto_flush_bus { get; set; } ;
public weak uint64 delay { get; set; } ;
public void auto_clock ( ) ;
public bool get_auto_flush_bus ( ) ;
public weak Bus get_bus ( ) ;
public weak Clock get_clock ( ) ;
public weak ClockTime get_delay ( ) ;
public weak ClockTime get_last_stream_time ( ) ;
public void set_auto_flush_bus ( bool auto_flush ) ;
public bool set_clock ( Clock clock ) ;
public void set_delay ( ClockTime delay ) ;
public void set_new_stream_time ( ClockTime time ) ;
public void use_clock ( Clock clock ) ;
Created by Valadoc