31#ifndef DWFRAMEWORK_DWNODES_RADARPROCESSING_DWRAWDETECTIONCOMPENSATORNODE_DWRAWDETECTIONCOMPENSATORNODE_HPP_
32#define DWFRAMEWORK_DWNODES_RADARPROCESSING_DWRAWDETECTIONCOMPENSATORNODE_DWRAWDETECTIONCOMPENSATORNODE_HPP_
42#include <dwframework/dwnodes/common/channelpackets/Radar.hpp>
43#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
45#include <dw/core/context/Context.h>
72 static constexpr char8_t LOG_TAG[]{
"dwRawDetectionCompensatorNode"};
96 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
97 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
98 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
109 describeConstructorArgument<dwRawDetectionCompensatorNodeParams>(
115 "enableAzimuthCorrection"_sv,
121 describeConstructorArgument<dwContextHandle_t>(
123 dwContextHandle_t)));
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static std::unique_ptr< dwRawDetectionCompensatorNode > create(ParameterProvider &provider)
dwRawDetectionCompensatorNode(dwRawDetectionCompensatorNodeParams const ¶m, dwContextHandle_t const ctx)
static constexpr auto describeParameters()
static constexpr auto describePasses()
static constexpr char8_t LOG_TAG[]
static constexpr auto describeInputPorts()
static constexpr auto describeOutputPorts()
constexpr std::tuple describeConstructorArguments()
bool enableAzimuthCorrection
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... >
dwConstRigHandle_t rigHandle