set_clock


Description:

public bool set_clock (Clock? clock)

Set the clock for this.

The clock will be distributed to all the elements managed by the pipeline.

Parameters:

this

a Pipeline

clock

the clock to set

Returns:

true if the clock could be set on the pipeline. false if some element did not accept the clock.

MT safe.