ast_dataitem_time_of_day_t Struct Reference

Data Item - Time of Day. More...

#include <cat_generic.h>

Data Fields

bool valid
 
unsigned int raw_time
 
unsigned int hour
 Raw format as defined in doc, reset zero at mid night, resolution 1/128s. More...
 
unsigned int min
 
unsigned int sec
 
unsigned int msec
 

Detailed Description

Data Item - Time of Day.

Examples
example.c.

Field Documentation

◆ hour

unsigned int ast_dataitem_time_of_day_t::hour

Raw format as defined in doc, reset zero at mid night, resolution 1/128s.

◆ min

unsigned int ast_dataitem_time_of_day_t::min

◆ msec

unsigned int ast_dataitem_time_of_day_t::msec

◆ raw_time

unsigned int ast_dataitem_time_of_day_t::raw_time

◆ sec

unsigned int ast_dataitem_time_of_day_t::sec

◆ valid

bool ast_dataitem_time_of_day_t::valid
Examples
example.c.

The documentation for this struct was generated from the following file: