mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
- Move XportMgr classes out of n310.py - Subclass them there and apply N310-specific settings - Remove chdr_interfaces option from PeriphManagerBase
11 lines
215 B
Python
11 lines
215 B
Python
#
|
|
# Copyright 2017 Ettus Research, National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0
|
|
#
|
|
"""
|
|
Transport managers
|
|
"""
|
|
|
|
from .xportmgr_udp import XportMgrUDP
|
|
from .xportmgr_liberio import XportMgrLiberio
|