tin  1.5.9
tsm::platform::safety_profile Struct Reference

Conservative production profile for safety-oriented embedded builds. More...

#include <profile.h>

Collaboration diagram for tsm::platform::safety_profile:
Collaboration graph

Static Public Attributes

static constexpr bool heap_allowed = false
 
static constexpr bool exceptions_allowed = false
 
static constexpr bool rtti_allowed = false
 
static constexpr bool host_threads_available = false
 
static constexpr bool wall_clock_available = false
 
static constexpr bool tick_driven_time = true
 

Detailed Description

Conservative production profile for safety-oriented embedded builds.

Member Data Documentation

◆ exceptions_allowed

constexpr bool tsm::platform::safety_profile::exceptions_allowed = false
staticconstexpr

◆ heap_allowed

constexpr bool tsm::platform::safety_profile::heap_allowed = false
staticconstexpr

◆ host_threads_available

constexpr bool tsm::platform::safety_profile::host_threads_available = false
staticconstexpr

◆ rtti_allowed

constexpr bool tsm::platform::safety_profile::rtti_allowed = false
staticconstexpr

◆ tick_driven_time

constexpr bool tsm::platform::safety_profile::tick_driven_time = true
staticconstexpr

◆ wall_clock_available

constexpr bool tsm::platform::safety_profile::wall_clock_available = false
staticconstexpr

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