31#ifndef DWFRAMEWORK_DWNODES_SENSORS_DWULTRASONICNODE_DWULTRASONICCHANNELNODE_HPP_ 
   32#define DWFRAMEWORK_DWNODES_SENSORS_DWULTRASONICNODE_DWULTRASONICCHANNELNODE_HPP_ 
   34#include <dw/sensors/Sensors.h> 
   35#include <dw/sensors/ultrasonic/Ultrasonic.h> 
   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/channelpackets/Ultrasonic.hpp> 
   60    static constexpr char8_t LOG_TAG[]{
"dwUltrasonicChannelNode"};
 
   91            describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
 
   92            describePass(StringView{
"PROCESSED_OUTPUT_CPU_SYNC"}, DW_PROCESSOR_TYPE_CPU),
 
   93            describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
 
   98        return DW_SENSOR_ULTRASONIC;
 
  106        return describeConstructorArguments<const char*, dwRigHandle_t, dwSALHandle_t, dwContextHandle_t, FixedString<32>>(
 
  122                    dw::core::FixedString<32>,
 
  123                    "frameSkipMask"_sv)));
 
  129                            dwSALHandle_t sal, dwContextHandle_t ctx, 
const FixedString<32>& frameSkipMask);
 
  131                            dwSALHandle_t sal, dwContextHandle_t ctx);
 
#define DW_DESCRIBE_UNNAMED_PARAMETER_WITH_SEMANTIC(TYPE_NAME, SEMANTIC_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 describePasses()
static constexpr char8_t LOG_TAG[]
static std::unique_ptr< dwUltrasonicChannelNode > create(ParameterProvider &provider)
dwUltrasonicChannelNode(const char *sensorName, dwConstRigHandle_t rigHandle, dwSALHandle_t sal, dwContextHandle_t ctx, const FixedString< 32 > &frameSkipMask)
dwSensorType getSensorType() const
dwUltrasonicChannelNode(const dwSensorParams ¶ms, dwSALHandle_t sal, dwContextHandle_t ctx)
static constexpr auto describeInputPorts()
static constexpr auto describeOutputPorts()
static constexpr auto describeParameters()
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)