lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [dev_mngr/dev_io] DEVIO log filename does not have the same pattern for all DEVIOs type #99

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

Issue by lerwys Monday Jun 15, 2015 at 16:27 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/99


Problem: For regular DEVIOs, the LOG filename is fully specified by DEVMNGR, but for RFFE DEVIOs it is generated by the striping the last part (basename) and appending another suffix to it. This is confusing and makes maintenance difficult.

Solution: DEVMNGR should only pass to DEVIO the Log prefix and let the DEVIO decide the basename. For now, we use the uTCA SLOT ID for AFCv3 boards and the /dev/fpgaXXX ID for ML605 boards.