Pipeline.setClock

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

class Pipeline
override
bool
setClock

Parameters

clock Clock

the clock to set

Return Value

Type: bool

TRUE if the clock could be set on the pipeline. FALSE if some element did not accept the clock.

MT safe.