1

Add an interface to build a HLA based on C or C++(C#)


J
Jörg

C-based languages are the most commonly used languages for developing embedded software. And the logic analyzers are often used to analyze an embedded system.
A C DLL gives the developer the ability to debug the analyzer. After the DLL is loaded, it should be possible to attach the debugger.
C and C++ are powerful at working with arrays of data and converting one data type to another by using unions.
The LLA-development SDK is also based on C++.
So it would be desirable to be able to develop the HLA's in C++ as well.

A