0
votes
3answers
221 views
Thread implemented as a Singleton
Hi all,
I have a commercial application made with C,C++/Qt on Linux platform. The app collects data from different sensors and displays them on GUI. Each of the protocol for interfacing wit …
2
votes
9answers
575 views
Threading issues in C++
I have asked this problem on many popular forums but no concrete response. My applciation uses serial communication to interface with external systems each having its own interface protocol. The da …
0
votes
1answer
138 views
Issues Serial Port Watch using threads with an event loop and QSocketNotifiers
Hi all,
I asked this question yesterday since I wasn't receiving any data but strangely when I used wait in the destructor I started receveing notification from QSocketNotifier. The rest of …
0
votes
3answers
131 views
Select() not Working in thread
Hi all,
I have to monitor a serial port and process its data. As a test program I was using select for just one port. The run function is as follows:
void <ProtocolClass& …
0
votes
4answers
126 views
Closing a thread with select() system call statement?
Hi all,
I have a thread to monitor serial port using select system call, the run function of the thread is as follows:
void <ProtocolClass>::run()
{
int fd = mPort …
0
votes
Threading issues in C++
Thank You all for your prompt responses. Wow this is a great place to share your views. I haven't seen so many responses to this problem. Keep the discussion going guys. I have implemented some of …
