ImageTransferStats Class Reference

The ImageTransferStats class provides information on the connection between ImageProvider and ImageProcessor. More...

#include <VisionX/core/ImageProcessor.h>

Public Member Functions

 ImageTransferStats ()
 

Public Attributes

FPSCounter imageProviderFPS
 Statistics for the images announced by the ImageProvider. More...
 
FPSCounter pollingFPS
 Statistics for the images polled by the ImageProcessor. More...
 

Detailed Description

The ImageTransferStats class provides information on the connection between ImageProvider and ImageProcessor.

Use ImageProcessorBase::getImageTransferStats() in order to retrieve the statistics

Definition at line 441 of file ImageProcessor.h.

Constructor & Destructor Documentation

◆ ImageTransferStats()

ImageTransferStats ( )
inline

Definition at line 444 of file ImageProcessor.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ imageProviderFPS

FPSCounter imageProviderFPS

Statistics for the images announced by the ImageProvider.

Definition at line 453 of file ImageProcessor.h.

◆ pollingFPS

FPSCounter pollingFPS

Statistics for the images polled by the ImageProcessor.

Definition at line 458 of file ImageProcessor.h.


The documentation for this class was generated from the following file: