> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sdk-user-guide/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sdk-user-guide/_mcp/server.

# holoscan::PoseTreeUCXClientConfig

> Configuration for PoseTreeUCXClient.

Configuration for [PoseTreeUCXClient](../classes/posetreeucxclient).

This struct holds configuration parameters that control the behavior of the [PoseTreeUCXClient](../classes/posetreeucxclient), including timeout and polling intervals for UCX operations.

```cpp showLineNumbers={false}
#include <holoscan/pose_tree_ucx_client.hpp>
```

---

## Member variables

| Name                       | Type      | Description                                                   |
| -------------------------- | --------- | ------------------------------------------------------------- |
| `request_timeout_ms`       | `int64_t` | Timeout in milliseconds for UCX requests.                     |
| `request_poll_sleep_us`    | `int64_t` | Sleep duration in microseconds between request status polls.  |
| `worker_progress_sleep_us` | `int64_t` | Sleep duration in microseconds between worker progress calls. |