The Pedigree Project 0.1
Public Attributes | List of all members
PosixTimerState::State Struct Reference
+ Collaboration diagram for PosixTimerState::State:

Public Attributes

Time::Timestamp deadline = 0
 
Time::Timestamp interval = 0
 
bool armed = false
 
bool realtime = false
 

Detailed Description

Definition at line 27 of file posix-timer-state.h.

Member Data Documentation

◆ armed

bool PosixTimerState::State::armed = false

Definition at line 30 of file posix-timer-state.h.

◆ deadline

Time::Timestamp PosixTimerState::State::deadline = 0

Definition at line 28 of file posix-timer-state.h.

◆ interval

Time::Timestamp PosixTimerState::State::interval = 0

Definition at line 29 of file posix-timer-state.h.

◆ realtime

bool PosixTimerState::State::realtime = false

Definition at line 31 of file posix-timer-state.h.


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