µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::internal::attributes_clocked Class Reference

Base class for attributes. More...

#include <cmsis-plus/rtos/os.h>

+ Inheritance diagram for os::rtos::internal::attributes_clocked:

Public Member Functions

Constructors & Destructor
constexpr attributes_clocked ()
 Construct a named object instance.
 
 ~attributes_clocked ()=default
 Destruct the named object instance.
 

Public Attributes

Public Member Variables
rtos::clockclock = nullptr
 Attribute with the address of the clock to be used for timeouts.
 

Detailed Description

Base class for attributes.

Definition at line 562 of file os-decls.h.

Constructor & Destructor Documentation

◆ attributes_clocked()

constexpr os::rtos::internal::attributes_clocked::attributes_clocked ( )
constexpr

Construct a named object instance.

Parameters
None.
Warning
Cannot be invoked from Interrupt Service Routines.

Definition at line 783 of file os-decls.h.

◆ ~attributes_clocked()

os::rtos::internal::attributes_clocked::~attributes_clocked ( )
default

Destruct the named object instance.

Member Data Documentation

◆ clock

rtos::clock* os::rtos::internal::attributes_clocked::clock = nullptr

Attribute with the address of the clock to be used for timeouts.

It may be one of os::rtos::sysclock, os::rtos::rtclock, or any other user object derived from class os::rtos::clock.

If nullptr, the default clock is os::rtos::sysclock.

Definition at line 615 of file os-decls.h.


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