Skip to content

EB refactor of MEP and MFP classes

Flavio Pisani requested to merge EB_refactor_MEP_MFP into master

Refactoring of the MEP and MFP classes:

The MEP_header and MFP_header classes should not be used anymore, the new update version MEP and MFP should be used instead. This two classes now support iterators and methods to access the elements of the payload.

Adding new BU buffer type MEP_injector:

This new buffer type allows to inject MEP preloaded from an MDF file. Keep in mind that this dataflow adds an extra memory copy, because the data coming from the EB will be still stored in memory and discarded.

Adding ODIN bank to the MFP_generator. The ODIN bank generated is now the Run 2 one.

Misc changes and improvements to the EB software

Updated version of the IB library.

Edited by Flavio Pisani

Merge request reports