What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Class FragmentService

Derived Types

class FragmentService

Base interface for services that enable sharing of resources and functionality between operators.

Subclassed by holoscan::DefaultFragmentService, holoscan::PoseTreeManager

Public Functions

FragmentService() = default
virtual ~FragmentService() = default
virtual std::shared_ptr<Resource> resource() const = 0

Get the underlying resource.

Returns

Shared pointer to the resource.

virtual void resource(const std::shared_ptr<Resource> &resource) = 0

Set the underlying resource.

Previous Class FragmentScheduler
Next Class FragmentServiceProvider
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.