DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
tpglibs::ProcessorMetricArray< signal_type_t > Struct Template Reference

Dynamic array of processor metrics, templated on signal type. More...

#include <ProcessorMetricArray.hpp>

Public Attributes

signal_type_t * m_data
 Pointer to contiguous metric data.
 
std::size_t m_size
 Number of metrics in the array.
 

Detailed Description

template<typename signal_type_t>
struct tpglibs::ProcessorMetricArray< signal_type_t >

Dynamic array of processor metrics, templated on signal type.

Definition at line 19 of file ProcessorMetricArray.hpp.

Member Data Documentation

◆ m_data

template<typename signal_type_t >
signal_type_t* tpglibs::ProcessorMetricArray< signal_type_t >::m_data

Pointer to contiguous metric data.

Definition at line 20 of file ProcessorMetricArray.hpp.

◆ m_size

template<typename signal_type_t >
std::size_t tpglibs::ProcessorMetricArray< signal_type_t >::m_size

Number of metrics in the array.

Definition at line 21 of file ProcessorMetricArray.hpp.


The documentation for this struct was generated from the following file: