Skip to content

Create a Daiquiri objectref concept with BLISS implementation

Valentin Valls requested to merge bliss-container into master

Related to #3

This MR create a Daiquiri objectref to be able to test object reference sharing.

  • A BLISS ObjectRef is provided by BLISS 1.9-dev
    • It allow to share a property referring another BLISS object
  • A daiquiri ObjectRef maps this ObjectRef
  • Test check that changing the BLISS reference also updates the Daiquiri side
  • Daiquiri share such object reference with a string: hardware:{name}

I will use this pattern for bigger objects, and reuse property translator. So i think it is important to check that such minimal object still works.

The abstraction between test and core code is not very good. But i dont think there is other ways for now.

This ObjectRef is not supposed to be used in beamline, but is useful to test such concept.

Edited by Valentin Valls

Merge request reports