-
Notifications
You must be signed in to change notification settings - Fork 658
Ixxat bus state and hardware errors detection #1141
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
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3bcca6f
Try to dlsym() the required functions only if the canlib has been loaded
cowo78 e464643
Format code with black
cowo78 d6999ae
Added comment to CAN_MSGFLAGS_* and CAN_MSGFLAGS2_* constants
6aa0582
CANMSGINFO.bAddFlags has been renamed to bFlags2 in IXXAT VCI4
067b45d
Added a comment that CANMSGINFO.Bytes.bAddFlags is called bFlags2 in …
6482873
Implementation is now tested against VCI v4
66cc67f
Dropped manual timeout handling as it is a job done by BusABC.read().
5153391
Fixed unbound variable usage.
5d4e673
Now wrapping IXXAT VCI v4
48ed790
Added CAN_OPMODE_AUTOBAUD controller operating mode.
a2ab2c0
Added a few structure comments
d922cda
Mapped symbol canChannelGetStatus, used to implement the 'state' prop…
347962f
Use CANMSGINFO.bAddFlags instead of CANMSGINFO.bFlags2
c16a5de
Format code with black
97e4cf9
Call canControlClose() AFTER canControlReset() or it will always fail
906e08c
Added CANMSG.__str__
1ce549a
Removed conflict marker
1d4055b
A few changes suggested by pylint
0e844d8
Format code with black
ab43a81
Renamed parameter 'msg' to 'msgs' in _send_periodic_internal(), consi…
a863d12
Changed plain format() calls to f-strings as per #1141 review
4609b11
Removed binascii module dependency using memoryview
0ac4322
Revert "Try to dlsym() the required functions only if the canlib has …
9b4e528
Format code with black
a018b63
Changed plain format() calls to f-strings as per #1141 review
3a021a7
Format code with black
f92a056
Merge branch 'develop' into ixxat
hardbyte 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
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.
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.