Skip to content

Commit

Permalink
Refs #22575: solved failing CI
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Garcia <[email protected]>
  • Loading branch information
juanjo4936 committed Jan 16, 2025
1 parent fcfee80 commit 97f619e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/rst/user_manual/chart_panel/chart_panel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ In this panel, the different *Chartboxes* with the different series the user cre

Chart series
============
A *DataPoint* in a *Chart Series* in the *Fast DDS Monitor* refers to a specific data type of the DDS network monitoring.
Each *DataPoint* consists in a timestamp and a real value.
A *DataPoint* in a *Chart Series* in the *Fast DDS Monitor* refers to a specific data type of the DDS network
monitoring. Each *DataPoint* consists in a timestamp and a real value.
The *timestamp* is the moment the data has been created, reported, received, etc. depending on the *DataKind*.
The *value* refers to the real value of this *DataPoint* for this *DataKind* at the moment of the *timestamp* value.

Expand Down Expand Up @@ -155,4 +155,4 @@ The available methods to accumulate some data points into one are:
- *SUM*: calculate the sum of all the data points.
- *RAW_DATA*: returns the data points without any operation performed on them.

In case the *Number of bins* is ``0`` the *Statistics kind* is not used as the data is not going to be accumulated.
In case the *Number of bins* is ``0`` the *Statistics kind* is not used as the data is not going to be accumulated.
2 changes: 1 addition & 1 deletion docs/rst/user_manual/chart_panel/chartbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a window contained in the :ref:`main_panel_layout` that displays entities data w

To start a new Chartbox, press :ref:`display_historic_data_button` or :ref:`display_dynamic_data_button`
in :ref:`edit_menu` or in :ref:`shortcuts_bar`.
These Chartboxes will be displayed in the central panel with the title of the *DataKind* they refer to.
Any Chartbox will be displayed in the central panel with the title of the *DataKind* they refer to.
In these charts it will be displayed the Series of data that the user initializes.
For how to set a new series please refer to :ref:`create_historic_series` or :ref:`create_dynamic_series`.

Expand Down
2 changes: 1 addition & 1 deletion docs/rst/user_manual/chart_panel/dynamic_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create Dynamic Series Chartbox
==============================
In order to create a new dynamic Chartbox in the central panel, use the button :ref:`display_dynamic_data_button` in
the :ref:`edit_menu` or in :ref:`shortcuts_bar_layout`. A dynamic Chartbox can only contain series referring the
same *DataKind*. A new dialog will appear asking to choose some parameters that will be shared among all the
same *DataKind*. A new dialog will appear asking to choose some parameters that will be shared among all the
series created in this new Chartbox.

Data Kind
Expand Down
6 changes: 3 additions & 3 deletions docs/rst/user_manual/chart_panel/historic_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Create Historic Series Dialog
=============================
The :ref:`create_new_series_layout` allows users to create a new data series within a Chartbox.
The fields in the dialog configure the data that will be displayed.
When all the data has been set in the :ref:`create_historic_series_dialog`, press *Add* to create the series and continue
with the same parameter set in order to create a new series.
When all the data has been set in the :ref:`create_historic_series_dialog`, press *Add* to create the series and
continue with the same parameter set in order to create a new series.
Press *Add & Close* to create the series and close the dialog.
Press *Close* to close the window without creating any series.

Expand Down Expand Up @@ -58,7 +58,7 @@ To see all the individual data points without accumulating them, set the *Number

.. note::

When selecting *RAW_DATA* as the statistics kind, each bin will show the first data value recieved after
When selecting *RAW_DATA* as the statistics kind, each bin will show the first data value received after
the previous data point.

.. warning::
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/user_manual/issues_panel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The events that the application reacts to in the current version are:

* Attempt to start monitoring a DDS Domain or a Discovery Server network that has been previously initialized.

Theese error events will also leave an error message in the terminal window.
These error events will also leave an error message in the terminal window.

0 comments on commit 97f619e

Please sign in to comment.