forked from ros-industrial/industrial_core
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch ByteArray to <deque> for internal buffer
- enables dynamic sizing, for larger messages * up to INT_MAX, which is unadvised - allows efficient data access at front/rear of msgs - maintains same external API * getRawDataPtr() is deprecated (not contiguous memory) - bugFix: SimpleSocket::receiveBytes() buffer-size check - update unit tests to handle ByteArray.MaxSize==INT_MAX
- Loading branch information
1 parent
32d26d0
commit f1967ce
Showing
7 changed files
with
132 additions
and
253 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
Oops, something went wrong.