timer module parameters More...
#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 |
timer module parameters
This holds the message queue and the default sleep time.
Definition at line 187 of file timer_module.h.
Definition at line 194 of file timer_module.h.
Referenced by protlib::TimerModule::send_error_or_dispose().
Definition at line 195 of file timer_module.h.
Referenced by protlib::TimerModule::timer_expired().
| const bool protlib::TimerModuleParam::send_until_abort |
send messages until abort
Definition at line 192 of file timer_module.h.
Referenced by protlib::TimerModule::process_elapsed_timers().
Definition at line 193 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().
1.6.1