aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/gps_ctrl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor GPS code to duplicate way less stuff, make members privateNick Foster2011-06-171-120/+101
* USRP2/N210: set VITA time even if GPS not locked. harmless to do so.Nick Foster2011-06-171-1/+1
* UHD: implemented gps_locked sensor. usrp2 mboard doesn't init VITA time if ti...Nick Foster2011-06-171-0/+22
* UHD: GPS work.Nick Foster2011-06-171-48/+77
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-5/+6
* GPS parser fixes for get_time.Nick Foster2011-04-291-5/+5
* USRP2: Added GPS time support to the sensors interface. gps_time sensor retur...Nick Foster2011-04-291-0/+4
* 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
* N210: longer GPS timeout, removed try/catch in safe_recv loop (since it can't...Nick Foster2011-01-251-12/+4
* next: generalized the GPS interface to any USRP device. just give it a functi...Nick Foster2011-01-171-0/+210