Files
mepicsca/README.md
T
mathis_s 43d9ab5045 Proof of concept for generic EPICS-CA driver
Proof of concept for a MIDAS channel-access driver which can read from
and write to PVs using the mEpicsCa class.

Documentation is still missing, but test is passing (at least on my
machine). To test the driver, run cmake --build build --target
run_m_epics_ca_test from the root directory.
2026-04-15 13:23:09 +02:00

266 B

MIDAS - EPICS - Channel Access

A MIDAS bus driver for channel access. This driver creates a single channel access channel to an EPICS record field.

Needs CPP 17

Simple frontend for direct communication with a PV

Integration in other drivers

Testing