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

Fix wrong queue size while reading multiple frames. #15

Merged
merged 4 commits into from
Mar 6, 2024

Commits on Mar 3, 2024

  1. Fixed wrong documentation comments.

    Made strings ref-to-const.
    Removed useless const qualifier for return values.
    Fixed return type mismatches.
    Added in-class-initialisers.
    SimonCahill committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    75960fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ea35d View commit details
    Browse the repository at this point in the history
  3. Fixed bug where wrong queue size is returned.

    waitForMessages() now uses ioctl(FIONREAD) to return the size of the queue.
    SimonCahill committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7027f9b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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