Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

test_timer Struct Reference

Collaboration diagram for test_timer:

Collaboration graph
[legend]

Detailed Description

For internal use only.

This structure contains the arguments that should be passed to timer_create() to create a set of timers for testing purposes.

Definition at line 87 of file t_timer_fcns.c.

Data Fields

const ev_timtype_t type
const time_t sec
const suseconds_t usec
const time_t e_sec
const suseconds_t e_usec
const ev_flags_t flags
ev_tim_ttimer


Field Documentation

const time_t test_timer::e_sec
 

Expected expiration time.

Definition at line 91 of file t_timer_fcns.c.

const suseconds_t test_timer::e_usec
 

Expected expiration microseconds.

Definition at line 92 of file t_timer_fcns.c.

const ev_flags_t test_timer::flags
 

Test flags to apply.

Definition at line 93 of file t_timer_fcns.c.

const time_t test_timer::sec
 

Seconds for timer expiration.

Definition at line 89 of file t_timer_fcns.c.

ev_tim_t* test_timer::timer
 

Actual created timer.

Definition at line 94 of file t_timer_fcns.c.

const ev_timtype_t test_timer::type
 

Timer type to create.

Definition at line 88 of file t_timer_fcns.c.

const suseconds_t test_timer::usec
 

Microseconds for timer expiration.

Definition at line 90 of file t_timer_fcns.c.


Generated on Wed Dec 28 23:38:03 2005 for event by  doxygen 1.4.4