31#ifndef DWFRAMEWORK_DWNODES_SENSORS_DWIMUNODE_DWIMUCHANNELNODE_HPP_
32#define DWFRAMEWORK_DWNODES_SENSORS_DWIMUNODE_DWIMUCHANNELNODE_HPP_
34#include <dw/sensors/Sensors.h>
35#include <dw/sensors/imu/IMU.h>
67 static constexpr char LOG_TAG[] =
"dwIMUChannelNode";
89 describePass(
"PROCESSED_OUTPUT"_sv, DW_PROCESSOR_TYPE_CPU),
102 return describeConstructorArguments<const char*, dwRigHandle_t, dwSALHandle_t, dwContextHandle_t, FixedString<32>>(
118 dw::core::FixedString<32>,
119 "frameSkipMask"_sv)));
123 dwSALHandle_t sal, dwContextHandle_t ctx,
const FixedString<32>& frameSkipMask);
125 dwSALHandle_t sal, dwContextHandle_t ctx);
127 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.
dwIMUChannelNode(const dwSensorParams ¶ms, dwSALHandle_t sal, dwContextHandle_t ctx)
static constexpr auto describeParameters()
dwSensorType getSensorType() const
dwIMUChannelNode(const char *sensorName, dwConstRigHandle_t rigHandle, dwSALHandle_t sal, dwContextHandle_t ctx, const FixedString< 32 > &frameSkipMask)
dwIMUChannelNode(IMUNodeChannelParams ¶ms, const char *sensorName, dwConstRigHandle_t rigHandle, dwSALHandle_t sal, dwContextHandle_t ctx)
static constexpr char LOG_TAG[]
static constexpr auto describeOutputPorts()
static constexpr auto describePasses()
static constexpr auto describeInputPorts()
static std::unique_ptr< dwIMUChannelNode > create(ParameterProvider &provider)
dwConstRigHandle_t rigHandle
FixedString< 32 > frameSkipMask
constexpr auto describePortCollection(Args &&... args)
constexpr std::tuple< dw::core::StringView, dwProcessorType > describePass(dw::core::StringView const &&name, dwProcessorType processorType)
constexpr auto describeConstructorArgument(const Args &&... args)
constexpr auto describePassCollection(const Args &&... args)