cms-gem-daq-project / reg_utils

0 stars 9 forks source link

Migrate reg_interface (+ gem_reg.py) to the templated RPC framework #50

Closed lpetre-ulb closed 4 years ago

lpetre-ulb commented 4 years ago

Description

This PR aims at migrating the reg_interface tools to the templated RPC framework. The following action have been taken:

This PR is not the definitive answer to where those tools should live nor how they should be developed. It just provides a temporary solution for gem_reg.py to be used with the templated RPC. In the future, a probably better implementation will use pybind11.

Types of changes

Motivation and Context

Low-level debugging tools are mandatory. The need will be even increased while migrating to the templated RPC framework.

How Has This Been Tested?

Launched a gem_reg.py session and used the different usual commands without any error: kw, write and update_lmdb.

Checklist: