|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Types | |
| enum | Phase { NONE , COLLECT , PREPARE , CHECK , DISPATCH , DESTROY } |
Public Attributes | |
| Phase | phase |
| bool | seen_primary |
| Useful as hint for primary source presence, MainLoop::finishable() checks exhaustively. | |
| uint64 | current_time_usecs |
| Equals timestamp_realtime() as of prepare() and check(). | |
| int64 | timeout_usecs |
| Maximum timeout for poll, queried during prepare(). | |
| uint64 Ase::LoopState::current_time_usecs |
Equals timestamp_realtime() as of prepare() and check().
Definition at line 174 of file loop.hh.
Referenced by Ase::TimedSource::check(), and Ase::TimedSource::prepare().
| bool Ase::LoopState::seen_primary |
Useful as hint for primary source presence, MainLoop::finishable() checks exhaustively.
| int64 Ase::LoopState::timeout_usecs |