Skip to content

Commit

Permalink
add hyperlink to github pages for access functions api in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gkueppers committed Nov 9, 2023
1 parent 50cea16 commit 322b6cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@ The ROS message files are auto-generated based on the [ASN.1 definitions](https:
-o etsi_its_msgs/etsi_its_cam_msgs/msg
```

#### Access Functions Documentation

[Click here](https://ika-rwth-aachen.github.io/etsi_its_messages) to be taken to the API documentation for the implemented access functions.

The documentation can be generated by running [Doxygen](https://doxygen.nl/).

```bash
# etsi_its_messages/doc$
doxygen
```

### `etsi_its_coding`

The `etsi_its_coding` metapackage includes one dedicated package for each ETSI ITS message type, e.g., `etsi_its_cam_coding`. These packages provide C++ libraries containing a `struct` implementation of the ETSI ITS message types including functions for encoding and decoding the structures to binary buffers.
Expand Down

0 comments on commit 322b6cb

Please sign in to comment.