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
90 stars 21 forks source link

Fix virtual entity advertise hack #110

Closed christophe-calmejane closed 2 years ago

christophe-calmejane commented 2 years ago

registerVirtualControlledEntity was implemented using a hack due to the lack of better alternative at the time. Now that the Executor has been added, use this (see pragma message in registerVirtualControlledEntity)

christophe-calmejane commented 2 years ago

Actually must wait until the timeout thread (StateMachines thread) uses it as well