NVIDIA Holoscan SDK v.2.2.0
Holoscan v2.2.0

Class AppWorkerServer

class AppWorkerServer

Public Functions

explicit AppWorkerServer(holoscan::AppWorker *app_worker)
virtual ~AppWorkerServer()
void start()
void stop()
void wait()
void notify()
bool connect_to_driver(int32_t max_connection_retry_count = kDefaultMaxConnectionRetryCount, int32_t connection_retry_interval_ms = kDefaultConnectionRetryIntervalMs)
std::shared_future<void> &fragment_executors_future()
void fragment_executors_future(std::future<void> &future)
void notify_worker_execution_finished(holoscan::AppWorkerTerminationCode code)

Previous Class AppWorkerClient
Next Class AppWorkerServiceImpl
© Copyright 2022-2024, NVIDIA. Last updated on Jul 17, 2024.