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>
69 static constexpr char8_t LOG_TAG[]{
"dwSelfCalibrationWheelRadiiSelectorNode"};
92 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
93 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
94 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
105 describeConstructorArgument<dwSelfCalibrationWheelRadiiSelectorNodeParams>(
108 describeConstructorArgument<dwContextHandle_t>(
110 dwContextHandle_t)));
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, NAME, args...)
#define DW_DESCRIBE_PORT_ARRAY(TYPE_NAME, ARRAYSIZE, NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
This node selects wheel radii output from multiple inputs.
static constexpr char8_t LOG_TAG[]
static constexpr auto describeOutputPorts()
static std::unique_ptr< dwSelfCalibrationWheelRadiiSelectorNode > create(ParameterProvider const &provider)
static constexpr auto describeParameters()
dwSelfCalibrationWheelRadiiSelectorNode(dwSelfCalibrationWheelRadiiSelectorNodeParams const ¶m, dwContextHandle_t const)
static constexpr auto describePasses()
static constexpr auto describeInputPorts()
constexpr std::tuple describeConstructorArguments()
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView &&name, dwProcessorType processorType)
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
Parameters for dwSelfCalibrationWheelRadiiSelectorNode.