tomojitakasu / RTKLIB

2.54k stars 1.62k forks source link

about rtknavi_qt #385

Open BigKKkk opened 6 years ago

BigKKkk commented 6 years ago

how to find the head file ui_navmain.h?

thanks

JensReimann commented 6 years ago

All ui_.h files are automatically generated from the appropriate .ui file using Qt's gui compiler "uic".

The code in Tomoji's tree is probably broken by now as interfaces changed and the updates are not yet merged. If you are interested in the Qt frontend for RTKLib please have a look to my tree (https://github.com/JensReimann/RTKLIB) until the patches are merged.

Best regards, Jens

BigKKkk commented 6 years ago

Thanks for your reply. and I also have some questions to ask. when I compile rtknavi_qt ,there are several error exist. Such as function rtksvrstart() canot recept 15 parameters, "Prcopt_t" type is not compatible with the form of "const double" type ... looking forward for your reply.

best regards, Xiaofei Xu from SDUST

JensReimann commented 6 years ago

That's the same issue. The signature of some function (e.g. rtksvrstart) changed since the Qt port was merged but no further adaption were made.

The Qt related code in Tomoji's branch is currently broken.

I adjusted the code accordingly in my branch, but the pull of the changes is not yet performed.

BigKKkk commented 6 years ago

Could I get your branch? and one more question in rtknavi_qt the souce file navimain.cpp, there also has error in rtksvr->moni, as show in figure image

looking forward for your reply! thanks.

JensReimann commented 6 years ago

My branch is also available here on github: https://github.com/JensReimann/RTKLIB/tree/rtklib_2.4.3

Please have a look if the same error occurs also in my branch. If so please let me know and I'll fix it.

BigKKkk commented 6 years ago

could I get your Email address? your branch can compile successful. and how to set the cmd(RTCM3) in rtknavi_qt. has the fixed format?

thesamprice commented 4 years ago

Any updates on this? Im on mac and not normally windows so would like to tryout the gui. have been using the shared library a bit.