31#ifndef DWFRAMEWORK_DWNODES_SENSORS_DWRADARNODE_DWRADARCHANNELNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SENSORS_DWRADARNODE_DWRADARCHANNELNODE_HPP_
34#include <dwframework/dwnodes/common/channelpackets/Codec.hpp>
35#include <dwframework/dwnodes/common/channelpackets/EgomotionState.hpp>
36#include <dwframework/dwnodes/common/channelpackets/FeatureList.hpp>
37#include <dwframework/dwnodes/common/channelpackets/Image.hpp>
38#include <dwframework/dwnodes/common/channelpackets/PointCloud.hpp>
39#include <dwframework/dwnodes/common/channelpackets/Pyramid.hpp>
40#include <dwframework/dwnodes/common/channelpackets/Radar.hpp>
41#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
42#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
43#include <dwframework/dwnodes/common/channelpackets/Sensors.hpp>
44#include <dwframework/dwnodes/common/factories/DWChannelFactory.hpp>
45#include <dwframework/dwnodes/common/channelpackets/Radar.hpp>
47#include <dw/sensors/Sensors.h>
48#include <dw/sensors/radar/Radar.h>
56#include <dwframework/dwnodes/common/SelfCalibrationTypes.hpp>
57#include <dwframework/dwnodes/common/SensorCommonTypes.hpp>
73 static constexpr char8_t LOG_TAG[] =
"dwRadarChannelNode";
101 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
102 describePass(StringView{
"PROCESSED_OUTPUT"}, DW_PROCESSOR_TYPE_CPU),
103 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
108 return DW_SENSOR_RADAR;
118 return describeConstructorArguments<char8_t const*, dwRadarProperties, dwRigHandle_t, dwSALHandle_t, dwContextHandle_t, FixedString<32>>(
139 dw::core::FixedString<32>,
140 "frameSkipMask"_sv)));
144 dwSALHandle_t sal, dwContextHandle_t ctx,
const FixedString<32>& frameSkipMask);
146 dwSALHandle_t sal, dwContextHandle_t ctx);
#define DW_DESCRIBE_INDEX_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_TYPE_NAME, args...)
#define DW_DESCRIBE_INDEX_PARAMETER(TYPE_NAME, args...)
#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 auto describeOutputPorts()
static constexpr auto describeInputPorts()
dwRadarChannelNode & operator=(dwRadarChannelNode &&)=default
dwRadarChannelNode & operator=(dwRadarChannelNode const &)=default
static constexpr auto describePasses()
dwRadarChannelNode(char8_t const *sensorName, dwRadarProperties const &radarProperties, dwConstRigHandle_t rigHandle, dwSALHandle_t sal, dwContextHandle_t ctx, const FixedString< 32 > &frameSkipMask)
static std::unique_ptr< dwRadarChannelNode > create(ParameterProvider const &provider)
dwRadarChannelNode(dwRadarChannelNode &&other)=default
static constexpr char8_t LOG_TAG[]
~dwRadarChannelNode() override=default
dwSensorType getSensorType() const
dwRadarChannelNode(dwRadarChannelNode const &other)=default
static constexpr auto describeParameters()
dwRadarChannelNode(dwSensorParams const ¶ms, dwSALHandle_t sal, dwContextHandle_t ctx)
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)