Search Results

0
votes
3answers
229 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
600 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
150 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 …
2
votes
2answers
379 views

Select() system call in threads?

Hi all, I am reading data from multiple serial ports. At present I am using Custom signal handler (by setting sa_handler) to compare and wake threads based on file descriptor information. I …
0
votes
3answers
132 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
128 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
2answers
212 views

Real time video capture??

Hi all, Just as a hobby, I want to capture realtime video. The source of video for a start would be a web camera. I have one from logitech. What I am trying to do is make a custom window wi …
0
votes
9answers
509 views

Fixed Length Float in C/C++?

Hi all, I was wondering whether it is possible to limit the number of characters we enter in a float. I couldn't seem to find any method. I have to read in data from an external interface w …
1
vote
2answers
224 views

serial communication anomaly in Linux?

Hi all, I am using select call to communicate with an external subsystem (protocol for the same has been provided and implemented as a Qt thread) using serial port RS232. We do not have the …
6
votes
6answers
338 views

Is comeau compiler worth it compared to gcc?

Hi all, I have been using gcc,g++ for my C,C++ application development till now and have found it to be amazing. But browsing through stackoverflow I found many members stating that error r …
1
vote
3answers
540 views

Detecting memory leaks in C++ Qt combine?

Hi all, I have an application that interacts with external devices using serial communication. There are two versions of the device differing in their implementations. -->One is developed …
6
votes
9answers
449 views

Good Readings on Unix/Linux Socket Programming?

Hi all, though I haven't worked with sockets professionally, I find them interesting. I read some part of Unix Network Programming by Richard Stevens (considered to be the Bible I suppose a …
1
vote
5answers
1k views

Hex to String Conversion C++/C/Qt?

Hi all, I am interfacing with an external device which is sending data in hex format. It is of form > %abcdefg,+xxx.x,T,+yy.yy,T,+zz.zz,T,A*hhCRLF …
0
votes
2answers
382 views

C++/Qt memory Leak?

Hi all, I noticed a very interesting finding. I was testing my application involving a custom made GUI element which was being updated by data coming from an external source. The update of …
0
votes
2answers
109 views

processEvents And Memory Leak?

Hi all, NOTE: THE CODE PROVIDED JUST GIVES THE IDEA OF THE STRUCTURE OF THE APPLICATION I have a Qt application, interfacing with external hardware. The structure is such that the c …

1 2 next
15 30 50 per page