Skip to content

Commit 4769d30

Browse files
author
Avi SZYCHTER
committed
Included table of contents for better Github styling
1 parent 5005305 commit 4769d30

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
# C++ CAN Parser
2-
1+
C++ CAN Parser
2+
==============
33
This project provides a C++ library that reads and parses [CAN](https://en.wikipedia.org/wiki/CAN_bus) databases which can then be analyzed for other purposes.
44

55
Currently the library only understand a subset of the DBC file format.
66

7+
Table of Contents
8+
=================
9+
10+
- [C++ CAN Parser](#c-can-parser)
11+
- [Table of Contents](#table-of-contents)
12+
- [Compile and include the library](#compile-and-include-the-library)
13+
- [The public headers](#the-public-headers)
14+
- [Compilation](#compilation)
15+
- [Parsing a CAN database](#parsing-a-can-database)
16+
- [The API](#the-api)
17+
- [`CANSignal`](#cansignal)
18+
- [`CANFrame`](#canframe)
19+
- [`CANDatabase`](#candatabase)
20+
- [can-parse](#can-parse)
21+
- [Supported standards:](#supported-standards)
22+
723
## Compile and include the library
824

925
### The public headers

0 commit comments

Comments
 (0)