|
libnova
v 0.16.0
|
Hours, minutes and seconds. More...
Data Fields | |
| unsigned short | hours |
| unsigned short | minutes |
| double | seconds |
Hours, minutes and seconds.
Human readable Angle in hours, minutes and seconds
| unsigned short ln_hms::hours |
Hours. Valid 0 - 23
Referenced by ln_add_hms(), ln_add_secs_hms(), ln_deg_to_hms(), ln_hms_to_deg(), and ln_hms_to_rad().
| unsigned short ln_hms::minutes |
Minutes. Valid 0 - 59
Referenced by ln_add_hms(), ln_add_secs_hms(), ln_deg_to_hms(), ln_get_dec_location(), ln_hms_to_deg(), and ln_hms_to_rad().
| double ln_hms::seconds |
Seconds. Valid 0 - 59.9999...
Referenced by ln_add_hms(), ln_add_secs_hms(), ln_deg_to_hms(), ln_get_dec_location(), ln_hms_to_deg(), and ln_hms_to_rad().
1.8.8