|
ldas-tools-al 2.6.7
|

Classes | |
| struct | timer_info |
Public Types | |
| typedef std::list< timer_info > | timers_type |
Public Member Functions | |
| timer_info | peek_head_timer () |
| timer_info | pop_timer (const GPSTime &Time) |
| void | reset_timer () |
| void * | waiter () |
| p_type () | |
Static Public Member Functions | |
| static void * | swaiter (void *Data) |
Public Attributes | |
| bool | m_waiter_done |
| pthread_t | m_waiter_thread |
| pthread_mutex_t | m_waiter_busy_lock |
| MutexLock::baton_type | m_lock |
| timers_type | m_timers |
| key_t | m_current_key |
| GPSTime | m_next_event |
| MutexLock::baton_type | m_next_event_lock |
| typedef std::list< timer_info > LDASTools::AL::TimerThread::p_type::timers_type |
|
inline |
| TimerThread::p_type::timer_info LDASTools::AL::TimerThread::p_type::pop_timer | ( | const GPSTime & | Time | ) |
|
static |
| void * LDASTools::AL::TimerThread::p_type::waiter | ( | ) |
| pthread_mutex_t LDASTools::AL::TimerThread::p_type::m_waiter_busy_lock |