qparser.cpp
Go to the documentation of this file.
00001 #include "qparser.h"
00002 #include "qparser.moc"
00003 
00004 void QParser::new_line(QString qqs) {
00005         const char * s = strdup(qqs.toAscii().constData());
00006         LDP ld = ld_read_smart_string(s);
00007         if(ld) {
00008                 emit parsed_laser_data(ld);
00009         }
00010 }
00011 


csm
Author(s): Andrea Censi
autogenerated on Fri May 17 2019 02:28:33