#include <source/ariba/utility/transport/tcpip/protlib/timer_module.h>
Inherits protlib::ThreadParam.
Public Member Functions | |
TimerModuleParam (uint32 sleep_time=ThreadParam::default_sleep_time, bool sua=false, bool ser=true, bool sre=true) | |
Public Attributes | |
const bool | send_until_abort |
send messages until abort | |
const message::qaddr_t | source |
const bool | send_error_expedited |
const bool | send_reply_expedited |
This holds the message queue and the default sleep time.
Definition at line 185 of file timer_module.h.
Definition at line 192 of file timer_module.h.
Referenced by protlib::TimerModule::send_error_or_dispose().
const bool protlib::TimerModuleParam::send_until_abort |
send messages until abort
Definition at line 190 of file timer_module.h.
Referenced by protlib::TimerModule::process_elapsed_timers().
Definition at line 191 of file timer_module.h.
Referenced by protlib::TimerModule::process_queue(), protlib::TimerModule::send_error_or_dispose(), protlib::TimerModule::timer_expired(), protlib::TimerModule::TimerModule(), and protlib::TimerModule::~TimerModule().