2.2. StatisticKind
get_data()
allows for retrieving data from the eProsima Fast DDS Statistics Backend
specifying the kind of statistic we want to receive in the output.
The available statistics are:
MEAN
: Numerical mean of values in the set.STANDARD_DEVIATION
: Standard Deviation of the values in the set.MAX
: Maximum value in the set.MIN
: Minimum value in the set.MEDIAN
: Median value of the set.COUNT
: Amount of values in the set.SUM
: Summation of the values in the set.NONE
: Non accumulative kind. It chooses a single data point among those in the set.