Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::RerunGlobalConfig Struct Reference

Configuration singleton that applies to the entire SDK. More...

#include <rerun/config.hpp>

Public Member Functions

 RerunGlobalConfig (const RerunGlobalConfig &)=delete
 
RerunGlobalConfigoperator= (const RerunGlobalConfig &)=delete
 

Static Public Member Functions

static RerunGlobalConfiginstance ()
 

Public Attributes

std::atomic_bool default_enabled
 Whether RecordingStreams are enabled by default.
 

Detailed Description

Configuration singleton that applies to the entire SDK.

Member Data Documentation

◆ default_enabled

std::atomic_bool rerun::RerunGlobalConfig::default_enabled

Whether RecordingStreams are enabled by default.

See also
set_default_enabled, is_default_enabled

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