|
The PointCloudTransferStats class provides information on the connection between PointCloudProvider and PointCloudProcessor. More...
#include <VisionX/components/pointcloud_core/PointCloudProcessor.h>
Public Member Functions | |
PointCloudTransferStats () | |
Public Attributes | |
FPSCounter | pointCloudProviderFPS |
Statistics for the PointClouds announced by the PointCloudProvider. More... | |
FPSCounter | pollingFPS |
Statistics for the PointClouds polled by the PointCloudProcessor. More... | |
The PointCloudTransferStats class provides information on the connection between PointCloudProvider and PointCloudProcessor.
Use PointCloudProcessorBase::getPointCloudTransferStats() in order to retrieve the statistics
Definition at line 60 of file PointCloudProcessor.h.
|
inline |
FPSCounter pointCloudProviderFPS |
Statistics for the PointClouds announced by the PointCloudProvider.
Definition at line 72 of file PointCloudProcessor.h.
FPSCounter pollingFPS |
Statistics for the PointClouds polled by the PointCloudProcessor.
Definition at line 75 of file PointCloudProcessor.h.