Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Diamond committed Oct 5, 2023
1 parent c0cd36c commit d82be6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ The `examples/` directory contains example applications demonstrating how to use
- `external_cmake_project` - Download a copy of the FusionEngine Client library from the public repository and import
it into a CMake project using `FetchContent`.
- `generate_data` - Generate a binary file containing a fixed set of messages.
- `lband_decode` - Example of decoding RTCM corrections from a recorded file containing LBandFrameMessage.
- `request_version` - Simulate sending a request for a version info message, and waiting for a response.
- `tcp_client` - Connect to a device over TCP and display the received FusionEngine messages.
- `udp_client` - Connect to a device over UDP and display the received FusionEngine messages.

Expand Down
3 changes: 2 additions & 1 deletion examples/request_version/request_version.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**************************************************************************/ /**
* @brief Message encode example.
* @brief Simulate sending a request for a version info message, and waiting for
* a response.
* @file
******************************************************************************/

Expand Down

0 comments on commit d82be6d

Please sign in to comment.