Commit graph

9 commits

Author SHA1 Message Date
Josh Blum
89152d1ffe Made get_link the only way to create nested props.
Removed the obj::ptr and sptr typedefs.
The dboard manager now must store not the subdevs, but their proxies.
2010-02-05 11:36:17 -08:00
Josh Blum
cc8caeb123 Work on the properties framwork with wax::obj.
Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
2010-02-01 12:35:34 -08:00
Josh Blum
aa2c904d7a added gpl license v3 2010-01-29 16:40:23 -08:00
Josh Blum
30a8d2ecc3 Added dboard id enum.
Moved timespec into its own header.
2010-01-29 00:24:15 -08:00
Josh Blum
a98e387578 Switched from indexed properties to named properties.
Added some new properties for getting a list of antenna names,
pps sources, ref sources...
2010-01-26 11:29:14 -08:00
Josh Blum
92c76e5747 Dboard base class that is no longer also the xcvr.
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.
2010-01-15 15:45:33 -08:00
Josh Blum
3b47904f24 Switched dboard ctor arguments with a tuple.
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.
2010-01-14 19:02:55 -08:00
Josh Blum
24d95c3f2c Added the basic rx and tx skeleton wrapper.
Made autotools mods so it passes distcheck.
2010-01-12 17:31:25 -08:00
Josh Blum
8fdffd2f77 Added base classes for the usrp dboards to inherit.
Added a manager class for the subdevs that will create devices,
and give out proxies to handle them.
2010-01-12 16:59:03 -08:00