aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/gps_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GPS parser fixes for get_time.Nick Foster2011-04-291-5/+5
|
* USRP2: Added GPS time support to the sensors interface. gps_time sensor ↵Nick Foster2011-04-291-0/+4
| | | | returns epoch time as time_t. Untested.
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
|
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-1/+1
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-3/+2
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* N210: longer GPS timeout, removed try/catch in safe_recv loop (since it ↵Nick Foster2011-01-251-12/+4
| | | | can't throw any more)
* next: generalized the GPS interface to any USRP device. just give it a ↵Nick Foster2011-01-171-0/+210
function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl.