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

Add a GenTL consumer interface #831

Closed
wants to merge 28 commits into from

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    8ac8429 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. polish code

    xiaoqiangwang committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    42b320a View commit details
    Browse the repository at this point in the history
  2. remove generated files

    It was accidiently added to git.
    xiaoqiangwang committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4e8359d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    2e0b743 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. stop gentl acquisition before thread join

    this will abort the blocking EventGetData call in the thread loop
    xiaoqiangwang committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    8a8a61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9414010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f797930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276c2eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1923dea View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    44b9bc0 View commit details
    Browse the repository at this point in the history
  2. use stdint.h for mingw

    xiaoqiangwang committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    90ea7f4 View commit details
    Browse the repository at this point in the history
  3. use fix length 1024 for filename

    PATH_MAX is posix only.
    xiaoqiangwang committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1053dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ddce78 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    85c7a02 View commit details
    Browse the repository at this point in the history
  2. free device_id memory

    xiaoqiangwang committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    039b3d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7512994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fbd1ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a4280e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    63d37b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. ArvGenTLDevice relays start/stop acquisition to ArvGenTLStream

    So that in user API level, no change is required.
    xiaoqiangwang committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    24d88f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0dd2af View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. poll device event

    xiaoqiangwang committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    abbb23c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    54a7e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8f521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8930942 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0cffbd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    87ac906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb26d65 View commit details
    Browse the repository at this point in the history