class lima2.client.Processing

A base class for all processings.

Public members

DEFAULT_TANGO_TIMEOUT = 1200
Processing(uuid, proc_devs, timeout=1200)

Construct a Processing object.

property uuid

Return the UUID of the processing

property input_frame_info

Return the dtype and shape of the input frame for each receivers

property processed_frame_info

Return the dtype and shape of the processed frame for each receivers

property progress_counters

Returns the progress counters

ping()

Ping all the devices of the system.

property procs
property is_finished

A list of is_finished for each devices.

register_on_finished(cbk)

Register a callback function to be notified on pipeline finish

property last_error

A list of last_error for each devices.

register_on_error(cbk)

Register a callback function to be notified on pipeline error

tango_db = None