#include <sys/time.h>
#include <glib/gtypes.h>
Include dependency graph for rpc-retutime.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
gboolean | retutime_set_alarm_time (time_t alarm_time) |
retutime_set_alarm_time: : The alarm time to set to the retu chip. | |
gboolean | retutime_disable_alarm (void) |
retutime_disable_alarm: | |
gboolean | retutime_ack_alarm (void) |
retutime_ack_alarm: | |
gboolean | retutime_query_alarm (void) |
retutime_query_alarm: |
|
retutime_ack_alarm: Resets the "alarm launched" flag on the retu chip. Returns: TRUE on success, FALSE on failure. Definition at line 91 of file rpc-retutime.c. References _retutime_do(), and RETUTIME_ACK_ALARM. Referenced by _retu_event_fire(). |
|
retutime_disable_alarm: Disables the alarm on the retu rtc chip. Returns: TRUE on success, FALSE on failure. Definition at line 80 of file rpc-retutime.c. References _retutime_do(), RETUTIME_DISABLE, and RETUTIME_SET_ALARM. Referenced by _retu_event_fire(), and retu_remove_event(). |
|
retutime_query_alarm: Queries the "alarm launched" flag from the retu chip. Returns: TRUE if alarm has launched, FALSE if not. Definition at line 102 of file rpc-retutime.c. References _retutime_do(), and RETUTIME_QRY_ALARM. Referenced by _retu_event_fire(). |
|
retutime_set_alarm_time: : The alarm time to set to the retu chip. Sets the alarm time on the retu chip to the time indicated by . Returns: TRUE on success, FALSE on failure. Definition at line 63 of file rpc-retutime.c. References _retutime_do(), RETUTIME_SET_ALARM, and RETUTIME_TIME_FORMAT. Referenced by _clock_set_alarm(). |