On 03/01/2023 10:24, zhou via USRP-users wrote:
Hi,

Happy New Year!

I am using X310. Our application prints some log information. Meanwhile, UHD also prints log information. Currently, all the logs are streamed to a file. Saving log to file involves access to HD which is a low-speed device. I want to save all logs into RAM first; then only at spare time or after testing, the logs will be saved to file. I think this will improve the speed and reliability of our application.

My questions are:
- how to save UHD logs into a buffer which is allocated in my code?
- how to maintain the time order between UHD logs and the logs generated by my code?

Thanks,
Hongwei

Have you looked at:

https://kb.ettus.com/The_UHD_logging_facility


_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to