cfht_awake | cause SIGALRM in the future
|
cfht_date | return a string that has the date
|
cfht_delay | return after time passes
|
cfht_dtime | return elapsed time since epoch in seconds
|
cfht_etimer | return elapsed time
|
cfht_exec | launch a new program FAST
|
cfht_fre | create regular string from escaped string
|
cfht_frs | create a string from a sexagesimal type number
|
cfht_genh | generic handler "main" routine
|
cfht_julian | return a double that has the julian date [Also include man page for cfht_fromjulian]
|
cfht_lock | routines for managing critical resources [Includes man pages for cfht_initsem cfht_checksem cfht_setsem cfht_initlock cfht_checklock and cfht_setlock]
|
cfht_log[v] | for message and command logging
|
cfht_number | general purpose number parsing routines
|
cfht_od | return the next CFHT exposure number
|
cfht_signal | block, unblock, install handler, and check for signal event (For general background on signals,
read what the glibc info pages have
to say.)
|
cfht_sleep | return after time passes while asleep
|
cfht_string | general purpose string manipulation and sanity checking routines
|
cfht_time | return a string that has the time
|
cfht_tob | convert a string into a Boolean
|
cfht_toe | change regular string to escaped string
|
cfht_tok | tokenize a string using no global state
|