How to Convert C ++ to C EMA in Linux

Hello,

I have a question.

I try to develop the MRN services.

I was asked by the technical team to convert / recode the C ++ source into C.

However, I do not know what to do.

If you have ideas on how to do this, please let me know.

Or can I get the MRN sample source in C?

Thank you.

Best Answer

  • Hi @noblerain72

    EMA is written in C++. Converting it to C is not something that feasible.

    If you are looking for C API, I would suggest the Elektron Transport API (ETA).

    It is a part of Elektron SDK, just like EMA, but written in C.

    However, it is a low-level API. Which means it is harder to use when compare to EMA.