Skip to content

Commit

Permalink
chore: readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi authored Jun 23, 2024
1 parent 2f357f4 commit 3d1b34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ TopicMessage GetTopicData(const std::string& vehicleId);
GetTopic... functions set can be used to build a TopicMessage with the passed values for variable fields.

### message_parser.h
The generated message_parser.h heade provides the MessageParser class which expose the following types and methods:
The generated message_parser.h header provides the MessageParser class which expose the following types and methods:
```
struct Variables
{
Expand All @@ -123,4 +123,4 @@ setMessageParse is used to set parse as the function callback for the passed top
```
void parseMessage(const Variables& variables, const std::string& topic, const std::string& payload);
```
parseMessage matches and calls the previously set parse callback functions, for message with the passed topic and payload, considering the passed variable fields values.
parseMessage matches and calls the previously set parse callback functions, for the message with the passed topic and payload, considering the passed variable fields values.

0 comments on commit 3d1b34f

Please sign in to comment.