31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONRADARINTRINSICSNODE_DWSELFCALIBRATIONRADARINTRINSICSNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONRADARINTRINSICSNODE_DWSELFCALIBRATIONRADARINTRINSICSNODE_HPP_
42#include <dwframework/dwnodes/common/channelpackets/Radar.hpp>
43#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
44#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
45#include <dwframework/dwnodes/common/channelpackets/VehicleIOValStructures.hpp>
46#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
48#include <dw/core/context/Context.h>
78 static constexpr char8_t LOG_TAG[]{
"dwSelfCalibrationRadarIntrinsicsNode"};
102 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
103 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
104 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
115 describeConstructorArgument<dwSelfCalibrationRadarIntrinsicsNodeParams>(
125 "enableCalibration"_sv,
127 describeConstructorArgument<dwContextHandle_t>(
129 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.
This node computes the radar's intrinsic properties (bin alignment)
static constexpr auto describeParameters()
static constexpr auto describeOutputPorts()
dwSelfCalibrationRadarIntrinsicsNode(dwSelfCalibrationRadarIntrinsicsNodeParams const ¶m, dwContextHandle_t const ctx)
static constexpr auto describePasses()
static std::unique_ptr< dwSelfCalibrationRadarIntrinsicsNode > create(ParameterProvider const &provider)
static constexpr char8_t LOG_TAG[]
static constexpr auto describeInputPorts()
bool enableCalibration
Flag to enable and disable calibration.
constexpr std::tuple describeConstructorArguments()
dwConstRigHandle_t rigHandle
Rig handle.
size_t sensorIndex
Sensor type index (e.g. radar [0-8]), provided as parameter.
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView &&name, dwProcessorType processorType)
uint32_t sensorRigIndex
Sensor rig index (e.g. sensor [0-127]), auto-populated by RR2 Loader.
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >