#include #include "ntrip_client.h" #include "xmlparam.h" int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); std::string strip,strport,strmountpoint,strusername,strpassword,strdevname,strbuadrate; QString strpath = QCoreApplication::applicationDirPath(); if(argc < 2) strpath = strpath + "/driver_ntrip_client.xml"; else strpath = argv[1]; std::cout<