31#ifndef DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONVEHICLENODE_DWSELFCALIBRATIONVEHICLENODE_HPP_
32#define DWFRAMEWORK_DWNODES_SELFCALIBRATION_DWSELFCALIBRATIONVEHICLENODE_DWSELFCALIBRATIONVEHICLENODE_HPP_
39#include <dwframework/dwnodes/common/channelpackets/DwframeworkTypes.hpp>
40#include <dwframework/dwnodes/common/channelpackets/SelfCalibrationTypes.hpp>
41#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
42#include <dwframework/dwnodes/common/channelpackets/VehicleIOValStructures.hpp>
65 static constexpr char LOG_TAG[]{
"dwSelfCalibrationVehicleNode"};
73 DW_DESCRIBE_PORT(dwVehicleIONonSafetyState,
"VEHICLE_IO_NON_SAFETY_STATE"_sv),
74 DW_DESCRIBE_PORT(dwVehicleIOActuationFeedback,
"VEHICLE_IO_ACTUATION_FEEDBACK"_sv));
89 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
90 describePass(StringView{
"PROCESS"}, DW_PROCESSOR_TYPE_CPU),
91 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
102 describeConstructorArgument<dwSelfCalibrationNodeParam>(
108 "enableCalibration"_sv,
112 "channelFifoSize"_sv,
114 describeConstructorArgument<dwContextHandle_t>(
116 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.
static std::unique_ptr< dwSelfCalibrationVehicleNode > create(ParameterProvider const &provider)
dwSelfCalibrationVehicleNode(const dwSelfCalibrationNodeParam ¶m, const dwContextHandle_t ctx)
static constexpr auto describeInputPorts()
static constexpr auto describePasses()
static constexpr auto describeParameters()
static constexpr char LOG_TAG[]
static constexpr auto describeOutputPorts()
constexpr std::tuple describeConstructorArguments()
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView &&name, dwProcessorType processorType)
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
dwConstRigHandle_t rigHandle