-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong queue size while reading multiple frames. (#15)
* Fixed wrong documentation comments. Made strings ref-to-const. Removed useless const qualifier for return values. Fixed return type mismatches. Added in-class-initialisers. * Static integers are now constexpr * Fixed bug where wrong queue size is returned. waitForMessages() now uses ioctl(FIONREAD) to return the size of the queue. * Fixed missing lib prefix. Thanks to @sikmir!
- Loading branch information
1 parent
621383e
commit f2463f9
Showing
3 changed files
with
79 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters