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

Library identity constants. More...

#include <library_identity.hpp>

Collaboration diagram for sbl::common::LibraryIdentity:

Static Public Attributes

static constexpr const char * NAME = "Sound Byte Libs"
 
static constexpr const char * VENDOR = "Sound Byte Labs"
 
static constexpr const char * LICENSE = "Copyright (c) 2025 Michael Skiles"
 

Detailed Description

Library identity constants.

Definition at line 18 of file library_identity.hpp.

Member Data Documentation

◆ LICENSE

constexpr const char* sbl::common::LibraryIdentity::LICENSE = "Copyright (c) 2025 Michael Skiles"
staticconstexpr

Definition at line 21 of file library_identity.hpp.

◆ NAME

constexpr const char* sbl::common::LibraryIdentity::NAME = "Sound Byte Libs"
staticconstexpr

Definition at line 19 of file library_identity.hpp.

◆ VENDOR

constexpr const char* sbl::common::LibraryIdentity::VENDOR = "Sound Byte Labs"
staticconstexpr

Definition at line 20 of file library_identity.hpp.


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