31#ifndef DWFRAMEWORK_DWNODES_DWTRACE_TRACENODE_DWTRACENODE_HPP_
32#define DWFRAMEWORK_DWNODES_DWTRACE_TRACENODE_DWTRACENODE_HPP_
39#include <dwframework/dwnodes/common/channelpackets/SensorCommonTypes.hpp>
50 bool stmControlTracing;
67 static constexpr char8_t LOG_TAG[]{
"dwTraceNode"};
92 describePass(StringView{
"SETUP"}, DW_PROCESSOR_TYPE_CPU),
93 describePass(StringView{
"PASS_PROCESS"}, DW_PROCESSOR_TYPE_CPU),
94 describePass(StringView{
"TEARDOWN"}, DW_PROCESSOR_TYPE_CPU));
102 return describeConstructorArguments<dwTraceNodeParams, dwContextHandle_t>(
106 "stmControlTracing"_sv,
107 &dwTraceNodeParams::stmControlTracing),
114 "maxTracesPerChPerEpoch"_sv,
118 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 auto describeInputPorts()
static constexpr auto describeParameters()
static constexpr auto describePasses()
static constexpr char8_t LOG_TAG[]
static constexpr auto describeOutputPorts()
dwTraceNode(const dwTraceNodeParams ¶ms, const dwContextHandle_t ctx)
static std::unique_ptr< dwTraceNode > create(ParameterProvider &provider)
constexpr auto describeConstructorArgument(const Args &&... args) -> dw::core::Tuple< Args... >
uint32_t maxTracesPerChPerEpoch
constexpr auto describePassCollection(const Args &&... args) -> std::tuple< Args... >
constexpr auto describePortCollection(Args &&... args) -> dw::core::Tuple< Args... >
dwTraceNodeParams { bool stmControlTracing dwTraceNodeParams
constexpr PassDescriptorT< 0 > describePass(dw::core::StringView const &&name, dwProcessorType processorType)