Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
sbl::log::NullTimestamp Struct Reference

Default timestamp provider (returns 0) More...

#include <logger.hpp>

Collaboration diagram for sbl::log::NullTimestamp:

Static Public Member Functions

static uint32_t now ()
 

Detailed Description

Default timestamp provider (returns 0)

Replace with a real implementation that calls your timer driver.

Definition at line 54 of file logger.hpp.

Member Function Documentation

◆ now()

static uint32_t sbl::log::NullTimestamp::now ( )
inlinestatic

Definition at line 55 of file logger.hpp.


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