Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 6 | -80/+112 |
| | |||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 16 | -55/+55 |
| | |||||
* | work on link and proxy args | Josh Blum | 2010-02-09 | 1 | -29/+47 |
| | |||||
* | Made get_link the only way to create nested props. | Josh Blum | 2010-02-05 | 4 | -28/+54 |
| | | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies. | ||||
* | comments | Josh Blum | 2010-02-01 | 1 | -9/+26 |
| | |||||
* | Work on the properties framwork with wax::obj. | Josh Blum | 2010-02-01 | 8 | -73/+99 |
| | | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy. | ||||
* | Minimal framework in place to handle udp discovery. | Josh Blum | 2010-01-29 | 5 | -19/+177 |
| | | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now). | ||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 19 | -0/+247 |
| | |||||
* | Added dboard id enum. | Josh Blum | 2010-01-29 | 4 | -6/+35 |
| | | | | Moved timespec into its own header. | ||||
* | Added gain handler class to manage wildcard gain settings. | Josh Blum | 2010-01-28 | 4 | -15/+156 |
| | | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name. | ||||
* | Added boost system (needed with asio) and date time (will need for ↵ | Josh Blum | 2010-01-27 | 1 | -0/+6 |
| | | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils. | ||||
* | Switched from indexed properties to named properties. | Josh Blum | 2010-01-26 | 4 | -63/+86 |
| | | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources... | ||||
* | Various tweaks, switched to boost unit testing. | Josh Blum | 2010-01-25 | 2 | -7/+9 |
| | |||||
* | Added more to the mboard test and the usrp device. | Josh Blum | 2010-01-21 | 3 | -11/+172 |
| | |||||
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 8 | -9/+137 |
| | | | | Added a usrp mboard named test, its empty for now. | ||||
* | Created device interface for discovery, access, configuration... | Josh Blum | 2010-01-16 | 3 | -2/+45 |
| | |||||
* | Dboard base class that is no longer also the xcvr. | Josh Blum | 2010-01-15 | 3 | -65/+68 |
| | | | | | | | | | | | | The xcvr base inherits from this (as does rx and tx base). Added m4 macro to check for compiler flags. The configure checks flags and headers. Merged the register subdev static methods into one method that associates a dboard id with a dboard constructor. The manager code is responsible for checking this association and creating the correct subdev instances. | ||||
* | Switched dboard ctor arguments with a tuple. | Josh Blum | 2010-01-14 | 4 | -29/+108 |
| | | | | | | | | Sub-classes only need to pass the single argument, makes implementation cleaner. Added a dboard registry and api for the manager. This way, one could externally register custom dboard from the api. | ||||
* | Added strict compiler flags. | Josh Blum | 2010-01-13 | 4 | -30/+43 |
| | | | | | Made changes to meet compilation. Added test to verify ip and mac addr code. | ||||
* | Added the basic rx and tx skeleton wrapper. | Josh Blum | 2010-01-12 | 4 | -14/+97 |
| | | | | Made autotools mods so it passes distcheck. | ||||
* | Added base classes for the usrp dboards to inherit. | Josh Blum | 2010-01-12 | 3 | -1/+170 |
| | | | | | Added a manager class for the subdevs that will create devices, and give out proxies to handle them. | ||||
* | added interface for usrp dboards to communicate to mboards | Josh Blum | 2010-01-12 | 4 | -4/+31 |
| | |||||
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 13 | -0/+254 |
The fpga and firmware are empty placeholders for now. |