in reply to Re: Specifying multiple conditions in a config file
in thread Specifying multiple conditions in a config file

Hi!

Yes something like a dispatch table is probably what I need. I plan to use objects that register signals that they listen for and a state engine that keeps track of the signals. When an object catches a signal/condition it may send new ones and the fall-through restarts. The actual sensory input comes from a pipe or socket.

  • Comment on Re^2: Specifying multiple conditions in a config file