uhd/mpm/python/usrp_mpm/xports/__init__.py
Martin Braun 58e7022062 mpm: Factor out xport managers as own objects
- Move XportMgr classes out of n310.py
- Subclass them there and apply N310-specific settings
- Remove chdr_interfaces option from PeriphManagerBase
2017-12-22 15:05:57 -08:00

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