L-Acoustics / avdecc

A set of open source libraries for controlling AVB entities using the AVDECC (IEEE 1722.1) protocol compliant to Avnu Milan Specifications
GNU Lesser General Public License v3.0
89 stars 22 forks source link

SWIG - C# std::function inline delegates #131

Closed Synergetik closed 1 year ago

Synergetik commented 1 year ago

In finally managed to get the right typemaps for C# inline lambdas.

The functionality still needs to be verified.

Note: the old function prototypes will be replaced with the Action or Func equivalent and are not provided further.

christophe-calmejane commented 1 year ago

That's awesome, gonna check it today, thanks

christophe-calmejane commented 1 year ago

Working perfectly, I manually merged. Thanks!