Define HOLOVIZ_YAML_CONVERTER
Defined in File holoviz.hpp
-
HOLOVIZ_YAML_CONVERTER(TYPE)
This macro defining a YAML converter which throws for unsupported types.
Background: Holoscan supports setting parameters through YAML files. But for some parameters accepted by the receiver operators like callbacks it makes no sense to specify them in YAML files. Therefore use a converter which throws for these types.
- Tparam TYPE