holoscan::PoseTreeUCXServerConfig

Beta
View as Markdown

Configuration for PoseTreeUCXServer.

This struct holds configuration parameters that control the behavior of the PoseTreeUCXServer, including timing parameters for worker thread operations and shutdown behavior.

#include <holoscan/pose_tree_ucx_server.hpp>

Member variables

NameTypeDescription
worker_progress_sleep_usint64_tSleep duration in microseconds between worker progress calls.
shutdown_timeout_msint64_tMaximum time in milliseconds to wait for clean shutdown.
shutdown_poll_sleep_msint64_tSleep duration in milliseconds between shutdown polls.
maximum_clientsint64_tMaximum number of clients expected.