DriveWorks SDK Reference
5.20.37 Release
For Test and Development only

DWTraceChannel.hpp File Reference

Go to the source code of this file.

Data Structures

class  dw::trace::DWTraceChannel
 Trace channel contains traces from particular module. More...
 

Namespaces

namespace  dw
 
namespace  dw::trace
 

Typedefs

using dw::trace::avtFlushCb_t = void(*)(TraceBuf *&, void *)
 
using dw::trace::TraceBuf = dwtVectorFixed_t< DWTraceChannel >
 
using dw::trace::TraceBufPtr = std::unique_ptr< TraceBuf >