You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,32 @@ C++ CAN Parser currently is compiled as a static library.
12
12
13
13
## can-parse
14
14
15
-
`can-parse` is a utility program that allows you to parse the content of a CAN database which is then output to the standard output. You can use it to see if the file content is valid or explore the content of the database.
16
-
15
+
`can-parse` is a utility program that allows you to parse the content of a CAN database which is then output to the standard output.
16
+
17
+
Different uses of `can-parse` are possible, mainly 4 operations are included in `can-parse`:
18
+
* Print a summary of the whole database
19
+
* Print a detailed view of a single entry of the database (very basic implementation for now)
20
+
* CAN ID, DLC, Period, Comment
21
+
* Signals' description
22
+
* Name
23
+
* Start bit
24
+
* Length
25
+
* Endianness
26
+
* Signedness
27
+
* Check the integrity of the whole database (a summary is given) (very basic implementation for now)
28
+
* Check the integrity of a single frame (a detailed report is given) (very basic implementation for now)
0 commit comments