31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONSINGLERADARNODE_DWSELFCALIBRATIONSINGLERADARNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONSINGLERADARNODE_DWSELFCALIBRATIONSINGLERADARNODE_HPP_
40#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
41#include <dwframework/dwnodes/common/channelpackets/DopplerMotionEstimator.hpp>
42#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
43#include <dwframework/dwnodes/common/channelpackets/VehicleIOLegacyStructures.hpp>
44#include <dwframework/dwnodes/common/channelpackets/VehicleIOValStructures.hpp>
45#include <dw/sensors/radar/Radar.h>
82 static constexpr char8_t LOG_TAG[]{
"dwSelfCalibrationSingleRadarNode"};
109 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
110 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
111 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
121 return describeConstructorArguments<dwSelfCalibrationSingleRadarNodeParam, dwContextHandle_t>(
128 "radarSensorIndex"_sv,
132 "calibrateWheelRadii"_sv,
136 "enableCalibration"_sv,
140 "channelFifoSize"_sv,
144 dwContextHandle_t)));
#define DW_DESCRIBE_UNNAMED_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PARAMETER(TYPE_NAME, args...)
#define DW_DESCRIBE_PORT(TYPE_NAME, args...)
The interface to access parameter values identified by name and/or (semantic) type.
static constexpr char8_t LOG_TAG[]
static constexpr auto describeInputPorts()
dwSelfCalibrationSingleRadarNode(dwSelfCalibrationSingleRadarNodeParam const ¶m, dwContextHandle_t const ctx)
static constexpr auto describePasses()
static constexpr auto describeOutputPorts()
static std::unique_ptr< dwSelfCalibrationSingleRadarNode > create(ParameterProvider &provider)
static constexpr auto describeParameters()
dwRadarProperties radarProps
dwConstRigHandle_t rigHandle
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
bool sensorEnabledGlobally
size_t sensorIndex
TODO(lmoltrecht): AVC-2389 Consider changing to uint32_t after node split is finished.
bool calibrateWheelRadii
TODO(lmoltrecht): AVC-2389 Move into radarParams??
dwSelfCalibrationNodeRadarParamsNew radarParams
uint32_t maxDisplayPoints
TODO(lmoltrecht): AVC-2389 Remove "new" from name.