Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Examples

fsdp_time_period_t Struct Reference

Information about a time period. More...

#include <priv.h>


Data Fields

time_t start
time_t stop
fsdp_repeat_t ** repeats
unsigned int repeats_count


Detailed Description

Information about a time period.

The start and stop times as well as the information from the r= lines for a t= line are stored in this structures.

Definition at line 190 of file priv.h.


Field Documentation

fsdp_repeat_t** fsdp_time_period_t::repeats
 

Definition at line 193 of file priv.h.

Referenced by fsdp_add_repeat(), fsdp_description_recycle(), fsdp_format_bounded(), fsdp_get_period_repeat_duration(), fsdp_get_period_repeat_interval(), fsdp_get_period_repeat_offsets(), fsdp_make_description(), and fsdp_parse().

unsigned int fsdp_time_period_t::repeats_count
 

Definition at line 194 of file priv.h.

Referenced by fsdp_add_repeat(), fsdp_description_recycle(), fsdp_format_bounded(), fsdp_get_period_repeats_count(), fsdp_make_description(), and fsdp_parse().

time_t fsdp_time_period_t::start
 

Definition at line 191 of file priv.h.

Referenced by fsdp_add_period(), fsdp_format_bounded(), fsdp_get_period_start(), fsdp_make_description(), and fsdp_parse().

time_t fsdp_time_period_t::stop
 

Definition at line 192 of file priv.h.

Referenced by fsdp_add_period(), fsdp_format_bounded(), fsdp_get_period_stop(), fsdp_make_description(), and fsdp_parse().


The documentation for this struct was generated from the following file:
Generated on Sun Jan 18 21:12:44 2004 for FreeSDP by doxygen 1.3.4