Skip to content

RCG: Align epics values so DAQ stream matches INI file.

Erik von Reis requested to merge erik.vonreis/advligorts:epics_alignment into master

IPCx now has both int and double EPICS variables, which broke the RCG, since integers and doubles have to separated in the struct, but otherwise need to be in part order.

IPCx now returns structures describing epics variables, instead of writing directly to the header file and the epic file. feCodeGen.pl is responsible for writing these to variables to the file. A new class, EpicsVariable, is included to make handling these variables a bit easier.

Closes #504 (closed)

Merge request reports