Open Bryan-Stearns opened 8 months ago
In sml_ClientKernel.h, the brief documenting RegisterForSystemEvent() says that the list of system events is:
But in sml_Events.h, the list of system events is:
(The other event registration doc briefs should be double checked also.)
P.S. Also, smlEVENT_AFTER_CONNECTION_LOST sounds like it could be very useful. Is this actually available in Soar? Currently it appears not to be.
I don't see smlEVENT_AFTER_CONNECTION_LOST used anywhere, unfortunately. It might have been removed.
smlEVENT_AFTER_CONNECTION_LOST
In sml_ClientKernel.h, the brief documenting RegisterForSystemEvent() says that the list of system events is:
But in sml_Events.h, the list of system events is:
(The other event registration doc briefs should be double checked also.)
P.S. Also, smlEVENT_AFTER_CONNECTION_LOST sounds like it could be very useful. Is this actually available in Soar? Currently it appears not to be.