31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONWHEELRADIISELECTORNODE_DWSELFCALIBRATIONWHEELRADIISELECTORNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONWHEELRADIISELECTORNODE_DWSELFCALIBRATIONWHEELRADIISELECTORNODE_HPP_
41#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
42#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
43#include <dw/core/context/Context.h>
64 static constexpr char8_t LOG_TAG[]{
"dwSelfCalibrationWheelRadiiSelectorNode"};
87 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
88 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
89 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
99 return describeConstructorArguments<dwSelfCalibrationWheelRadiiSelectorNodeParam, dwContextHandle_t>(
105 dwContextHandle_t)));
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT_ARRAY(TYPE_NAME, ARRAYSIZE, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr char8_t LOG_TAG[]
dwSelfCalibrationWheelRadiiSelectorNode(dwSelfCalibrationWheelRadiiSelectorNodeParam const ¶m, dwContextHandle_t const)
static constexpr auto describeOutputPorts()
static std::unique_ptr< dwSelfCalibrationWheelRadiiSelectorNode > create(ParameterProvider &provider)
static constexpr auto describeParameters()
static constexpr auto describePasses()
static constexpr auto describeInputPorts()
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView const &&name, dwProcessorType processorType)