Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter enumeration #1180

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 3, 2021

  1. Adapter enumeration

    Each interface should provide a means for enumerating all matching adapters. The result should be an list of adapter identifiers. An adapter identifier is not limited or equal to serial number, it can be a place in a device tree (like PCI or USB tree).
    
    The adapter identifier then can be used with the init of the bus/interface.
    marcel-kanter committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    69f1fbd View commit details
    Browse the repository at this point in the history
  2. Adapter enumeration for ixxat bus

    Add the enumeration functionality and test it. The enumeration is useful to skip tests which rely on connected hardware.
    marcel-kanter committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3480013 View commit details
    Browse the repository at this point in the history
  3. Several fixes to (hopefully) get the tests running under MacOS and Linux

    Create a HRESULT fallback if platform is not win32
    Make the method list_adapters a class method correctly
    Fix the formatting
    marcel-kanter committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    03565db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10a8e8e View commit details
    Browse the repository at this point in the history