Skip to content

Commit

Permalink
Updated FE spec reference. (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 authored Aug 19, 2024
2 parents 29786ba + b32823e commit 9d5de45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library provides message definitions and support functionality for interact
time, as well as processing recorded output data. Both C++ and Python are supported.

Click here to download the latest FusionEngine protocol specification PDF:
[Point One FusionEngine Message Specification](https://pointonenav.com/wp-content/uploads/2023/11/FusionEngine-Message-Specification-v0.20.pdf)
[Point One FusionEngine Message Specification](https://pointonenav.com/resources/#fusion)

See http://docs.pointonenav.com/fusion-engine/ for the latest C++ API documentation.

Expand Down
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ inline p1_ostream& operator<<(p1_ostream& stream, MessageRate val) {
*/
struct P1_ALIGNAS(4) InterfaceConfigSubmessage {
/**
* The interface ID to target.
* The ID of the interface to be configured or queried.
*
* @note
* TransportType::ALL is not supported.
Expand Down

0 comments on commit 9d5de45

Please sign in to comment.