19 Mar
2009
19 Mar
'09
3:20 p.m.
Hi,
I need some help on using signals2 in my app, I hope to explain my
problem well.
I have a thread that reads from the RS232:
void SerialPort::reading()
{
... read...
if (data_available) signal_OnData;
}
the signal_OnData is:
typedef boost::signals2::signal