Skip to content

Commit b268712

Browse files
bessmanfelixdivo
authored andcommitted
Document log entry types ignored by ASCReader
1 parent 6caa9d4 commit b268712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

can/io/asc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525
class ASCReader(BaseIOHandler):
2626
"""
27-
Iterator of CAN messages from a ASC logging file.
27+
Iterator of CAN messages from a ASC logging file. Meta data (comments,
28+
bus statistics, J1939 Transport Protocol messages) is ignored.
2829
2930
TODO: turn relative timestamps back to absolute form
3031
"""

0 commit comments

Comments
 (0)