31#ifndef DWTRACE_DW_TRACE_CHANNEL_HPP_
32#define DWTRACE_DW_TRACE_CHANNEL_HPP_
Trace channel contains traces from particular module.
void pushEvent(dwtEvent_t &&event)
DWTraceChannel(DWTraceChannel &&other)
DWTraceChannel(uint32_t const id, uint32_t const capacity)
dwtVectorFixed_t< dwtEvent_t > const & events()
DWTraceChannel & operator=(const DWTraceChannel &other)=default
dw::core::VectorFixed< typeT, C > dwtVectorFixed_t
dwtVectorFixed_t< DWTraceChannel > TraceBuf
std::unique_ptr< TraceBuf > TraceBufPtr
void(*)(TraceBuf *&, void *) avtFlushCb_t