-
Notifications
You must be signed in to change notification settings - Fork 0
Feat raw data #22
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
Merged
Merged
Feat raw data #22
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
d406366
✨ feat(cli): Create a new CLI aplication
NestorDP 538c465
✨ feat(serial): Create a new write raw data method
NestorDP 70ffd74
✨ feat(serial): Create a new write raw overload for uint8 vector
NestorDP 29d3393
✅ test(serial): Remove unecessary comments
NestorDP 9914c6c
✅ test(serial): New test case WriteRawBasic
NestorDP 39d08dd
✅ test(serial): New test case WriteRawNullBuffer
NestorDP 703d777
✅ test(serial): New test case WriteRawZeroSize
NestorDP 75b82ad
♻️ refactor(serial): Remove redundant lambd wrap
NestorDP 487de0f
✅ test(serial): New test case write raw partial writes
NestorDP 4d6bd7e
✅ test(serial): New tests cases write raw Large buffer, with error an…
NestorDP f72521e
✅ test(ports): Fix ge device populates list case test
NestorDP a7d40e3
♻️ refactor(serial): Use string_view instead smart pointer
NestorDP e67153e
♻️ refactor(serial): Use &string instead smart pointer in read function
NestorDP e7dacf3
♻️ refactor(serial): Use &string instead smart pointer in readBytes a…
NestorDP f398401
♻️ refactor(serial): Open the seria port in blocking by defalt
NestorDP f30e1f6
♻️ refactor(serial): Refactoring variables names and remove unecessar…
NestorDP 0f8f002
✨ feat(serial): Create a new read raw function with its unit test cases
NestorDP 3c4e9c0
🎨 style(serial): Fix style erros
NestorDP 693d326
✅ test(ports): Search the device name to compare with the expect name
NestorDP 8448185
🎨 style(serial): Fix cpplint error
NestorDP a42455e
🎨 style(serial): Fix cpplint error
NestorDP dd71acb
🎨 style(serial): Fix cpplint error
NestorDP 0206027
✅ test(ports): Remov unused test case
NestorDP 8443dc7
♻️ refactor(serial): Open the port as non-blocking as default and the…
NestorDP 7824699
📝 docs(serial): Improve method descript comments
NestorDP f7337a2
🐛 fix(serial): Dix reading a extra port from CLI app
NestorDP 6eec7e2
📝 docs(serial): Fix doxygen comments
NestorDP 66106c9
♻️ refactor(serial): Add timeout to writeRaw function
NestorDP c70611e
✅ test(serial): Add test case to check writeRaw timeout
NestorDP a502d69
♻️ refactor(serial): Include <cstdint> in serialctl
NestorDP 2aec375
📝 docs(serial): Adjust readBytes documentation
NestorDP ba20670
✅ test(serial): Update test name to match with new string_view implem…
NestorDP 83b4b0d
✅ test(serial_pty): Remove unecessary comments
NestorDP a0cfe31
📝 docs(serial): Adjust documentation
NestorDP 3c94714
♻️ refactor(examples): Adjust the exemples to match the new method in…
NestorDP c1f3859
✅ test(ports): Includ algorithim header
NestorDP 47d396c
♻️ refactor(serial): Include cstdint and string_view headers
NestorDP 5003ea9
✅ test(ports): Adjust comments and variable name to wirteWithEmptyStr…
NestorDP ff52965
📝 docs(serial): Fix doxygen comments
NestorDP 4c79261
♻️ refactor(serial): Call system close function directly from erro ch…
NestorDP 3b22d48
♻️ refactor(serial): Handle partial writes in wirte method
NestorDP d7c3007
♻️ refactor(serial): Handle write 0 bytes error
NestorDP 703f6c5
📝 docs(serial): Fix description comments of set timeout method
NestorDP 8aec247
🎨 style(serial): Fix cpplint error
NestorDP 488690b
🎨 style(serial): Fix uncrustify error
NestorDP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.