Can I use my existing application with RDM Embedded without changing the dt_ API?
Yes, the RDM Embedded API is slightly different than the two API’s provided by RDM Embedded 5.0. The native RDM Embedded API always includes a task parameter, and always uses the “d_” prefix. This release provides optional translations from the previous “dt_” API to the new form of the RDM Embedded API. Programmers may choose to leave existing applications unchanged by using one of the provided translations, or they may change their source to the new API. To utilize the translation, preprocessor constants must be defined, either on the command line or in application source code prior to the RDM Embedded headers.