Skip to content

Struct cuvis_worker_state_t

ClassList > cuvis_worker_state_t

Collection of worker stats.

  • #include <cuvis.h>

Public Attributes

Type Name
CUVIS_SIZE framesInQueue
Total number of frames currently in the input queue accounting for sesssion file size.
CUVIS_INT hasAcquisitionContext
Wether the worker has an acquisition context set.
CUVIS_INT isProcessing
Wether the worker is currently allowed to process measurements; same attribute as queried by cuvis_worker_is_processing.
CUVIS_SIZE measurementsBeingProcessed
Number of measurments the worker is currently processing.
CUVIS_SIZE measurementsInQueue
Measurements currently in the input queue.
CUVIS_SIZE resultsInQueue
Number of results currently in the result queue.
CUVIS_SIZE sessionFilesInQueue
Session files currently in the input queue.

Public Attributes Documentation

variable framesInQueue

Total number of frames currently in the input queue accounting for sesssion file size.

CUVIS_SIZE cuvis_worker_state_t::framesInQueue;


variable hasAcquisitionContext

Wether the worker has an acquisition context set.

CUVIS_INT cuvis_worker_state_t::hasAcquisitionContext;


variable isProcessing

Wether the worker is currently allowed to process measurements; same attribute as queried by cuvis_worker_is_processing.

CUVIS_INT cuvis_worker_state_t::isProcessing;


variable measurementsBeingProcessed

Number of measurments the worker is currently processing.

CUVIS_SIZE cuvis_worker_state_t::measurementsBeingProcessed;


variable measurementsInQueue

Measurements currently in the input queue.

CUVIS_SIZE cuvis_worker_state_t::measurementsInQueue;


variable resultsInQueue

Number of results currently in the result queue.

CUVIS_SIZE cuvis_worker_state_t::resultsInQueue;


variable sessionFilesInQueue

Session files currently in the input queue.

CUVIS_SIZE cuvis_worker_state_t::sessionFilesInQueue;



The documentation for this class was generated from the following file docs/_api_sources/cuvis.h