documentation available for forthcoming boost:fsm?
Hello, where can I find the documentation fort he forthcoming fsm library? http://boost-sandbox.sf.net/Statechart.zip contains no docu Best Regards, Oliver
(Excuse the crude example) I'm trying to create a simple publisher/subscribe
service app, using signals, the issue I'm trying to resolve is how to
register the callbacks correctly to each signal. Callbacks will have
different parameter types. When attempting to typecast the subscriber, it
does not register correctly due to different parameters? Is there a better
way?
Boost::signal< void (void)> simple_t;
boost::signal
participants (2)
-
Oliver.Kowalke@infineon.com
-
tcmichals