Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
timer Struct Reference

Data Fields

enum timer_timetype type
 
enum timer_use use
 
enum timer_state state
 
double sec
 
long usec
 
union { 
 
   clock_t   c 
 
   time_t   t 
 
start 
 

Detailed Description

Definition at line 81 of file timing.c.

Field Documentation

◆ c

clock_t timer::c

Definition at line 98 of file timing.c.

◆ sec

double timer::sec

Definition at line 92 of file timing.c.

Referenced by timer_read_seconds(), and timer_stop().

◆ [union]

union { ... } timer::start

◆ state

enum timer_state timer::state

Definition at line 85 of file timing.c.

Referenced by timer_read_seconds(), timer_stop(), and timer_usleep_since_start().

◆ t

time_t timer::t

◆ type

enum timer_timetype timer::type

Definition at line 83 of file timing.c.

Referenced by timer_renew(), and timer_usleep_since_start().

◆ use

enum timer_use timer::use

◆ usec

long timer::usec

Definition at line 93 of file timing.c.

Referenced by timer_read_seconds(), and timer_stop().