Define HOLOSCAN_NETWORK_CONTEXT_FORWARD_ARGS

HOLOSCAN_NETWORK_CONTEXT_FORWARD_ARGS(class_name)

Forward the arguments to the super class.

This macro is used to forward the arguments of the constructor to the base class. It is used in the constructor of the network context class.

Use this macro if the base class is a holoscan::NetworkContext.

Parameters
  • class_name – The name of the class.

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.