µ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::timer::attributes_periodic Class Reference

Periodic timer attributes. More...

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

+ Inheritance diagram for os::rtos::timer::attributes_periodic:

Public Member Functions

Constructors & Destructor
constexpr attributes_periodic ()
 Construct periodic timer attributes object instance.
 
 attributes_periodic (const attributes_periodic &)=default
 
 attributes_periodic (attributes_periodic &&)=default
 
attributes_periodicoperator= (const attributes_periodic &)=default
 
attributes_periodicoperator= (attributes_periodic &&)=default
 
 ~attributes_periodic ()=default
 Destruct the periodic timer attributes object instance.
 

Public Attributes

Public Member Variables
type_t tm_type = run::once
 Timer type attribute.
 
Public Member Variables
rtos::clockclock = nullptr
 Attribute with the address of the clock to be used for timeouts.
 

Detailed Description

Periodic timer attributes.

Definition at line 215 of file os-timer.h.

Constructor & Destructor Documentation

◆ attributes_periodic() [1/3]

constexpr os::rtos::timer::attributes_periodic::attributes_periodic ( )
constexpr

Construct periodic timer attributes object instance.

Parameters
None.

Definition at line 477 of file os-timer.h.

◆ attributes_periodic() [2/3]

os::rtos::timer::attributes_periodic::attributes_periodic ( const attributes_periodic )
default

◆ attributes_periodic() [3/3]

os::rtos::timer::attributes_periodic::attributes_periodic ( attributes_periodic &&  )
default

◆ ~attributes_periodic()

os::rtos::timer::attributes_periodic::~attributes_periodic ( )
default

Destruct the periodic timer attributes object instance.

Member Function Documentation

◆ operator=() [1/2]

attributes_periodic & os::rtos::timer::attributes_periodic::operator= ( attributes_periodic &&  )
default

◆ operator=() [2/2]

attributes_periodic & os::rtos::timer::attributes_periodic::operator= ( const attributes_periodic )
default

Member Data Documentation

◆ clock

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

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.

◆ tm_type

type_t os::rtos::timer::attributes::tm_type = run::once
inherited

Timer type attribute.

Definition at line 195 of file os-timer.h.


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