Skip to content

Commit

Permalink
Rename frequency to msg_rx_rate
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Mar 8, 2024
1 parent 60d85de commit bcaf8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ The type of the data published is defined as follows:
string participant_id;
unsigned long msgs_lost;
unsigned long msgs_received;
double frequency;
double msg_rx_rate;
};
struct DdsTopic
Expand Down Expand Up @@ -1003,7 +1003,7 @@ A complete example of all the configurations described on this page can be found
topic-name: "DdsRouterLogs"
publish-type: false
stdout: true
monitor:
topics:
enable: true
Expand Down

0 comments on commit bcaf8e9

Please sign in to comment.