Define HOLOSCAN_SCHEDULER_FORWARD_ARGS
Defined in File scheduler.hpp
-
HOLOSCAN_SCHEDULER_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 scheduler class.
Use this macro if the base class is a
holoscan::Scheduler
.- Parameters
class_name – The name of the class.