OK, I’ve just installed a new version (2023.07.24) of the code that includes
this change.
However, I also added a definition
#define EVENT_TRIGGER_ID_HIGH_BIT (1 << (MAX_NUM_EVENT_TRIGGERS-1))
so that the code can use
EVENT_TRIGGER_ID_HIGH_BIT
rather than
(1 << (MAX_NUM_EV
I am not sure if the purpose of MAX_NUM_EVENT_TRIGGERS is to be able to
configure live555 for what is needed in a specific application, but with the
latest changes to the event trigger code, I think it makes sense. If for
example only a few event triggers are used, we can avoid checking up to 32