Class AppDriver::StubInterface

Holoscan v0.5.1

Derived Type

class StubInterface

Subclassed by holoscan::service::AppDriver::Stub

Public Types

typedef class async_interface experimental_async_interface

Public Functions

inline virtual ~StubInterface()

virtual ::grpc::Status FragmentAllocation(::grpc::ClientContext *context, const ::holoscan::service::FragmentAllocationRequest &request, ::holoscan::service::FragmentAllocationResponse *response) = 0

inline std::unique_ptr<::grpc::ClientAsyncResponseReaderInterface<::holoscan::service::FragmentAllocationResponse>> AsyncFragmentAllocation(::grpc::ClientContext *context, const ::holoscan::service::FragmentAllocationRequest &request, ::grpc::CompletionQueue *cq)

inline std::unique_ptr<::grpc::ClientAsyncResponseReaderInterface<::holoscan::service::FragmentAllocationResponse>> PrepareAsyncFragmentAllocation(::grpc::ClientContext *context, const ::holoscan::service::FragmentAllocationRequest &request, ::grpc::CompletionQueue *cq)

inline virtual class async_interface *async()

inline class async_interface *experimental_async()

class async_interface

Subclassed by holoscan::service::AppDriver::Stub::async

Public Functions

inline virtual ~async_interface()

virtual void FragmentAllocation(::grpc::ClientContext *context, const ::holoscan::service::FragmentAllocationRequest *request, ::holoscan::service::FragmentAllocationResponse *response, std::function<void(::grpc::Status)>) = 0

virtual void FragmentAllocation(::grpc::ClientContext *context, const ::holoscan::service::FragmentAllocationRequest *request, ::holoscan::service::FragmentAllocationResponse *response, ::grpc::ClientUnaryReactor *reactor) = 0

© Copyright 2022-2023, NVIDIA. Last updated on Jul 28, 2023.