josephlewis42 / autopilot

Fork of the autopilot software that is now being used at the University of Denver.
GNU General Public License v3.0
1 stars 2 forks source link

Fix Linux readcond() system call #10

Closed josephlewis42 closed 10 years ago

josephlewis42 commented 10 years ago

Linux does not support the QNX readcond() command, we need a replacement for other POSIX platforms because this call is necessary for proper serial reading.

http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=%2Fcom.qnx.doc.neutrino_lib_ref%2Fr%2Freadcond.html

josephlewis42 commented 10 years ago

After sticking this in a namespace it looks like this bug is fixed.