| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
|
| |
|
|
|
|
|
| |
Added some new properties for getting a list of antenna names,
pps sources, ref sources...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Made changes to meet compilation.
Added test to verify ip and mac addr code.
|
|
Added a manager class for the subdevs that will create devices,
and give out proxies to handle them.
|