le_rtc_interface.h
Go to the documentation of this file.
1 /*
2  * ====================== WARNING ======================
3  *
4  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
5  * DO NOT MODIFY IN ANY WAY.
6  *
7  * ====================== WARNING ======================
8  */
9 
58 #ifndef LE_RTC_INTERFACE_H_INCLUDE_GUARD
59 #define LE_RTC_INTERFACE_H_INCLUDE_GUARD
60 
61 
62 #include "legato.h"
63 
64 //--------------------------------------------------------------------------------------------------
75 //--------------------------------------------------------------------------------------------------
77 (
78  void
79 );
80 
81 //--------------------------------------------------------------------------------------------------
92 //--------------------------------------------------------------------------------------------------
94 (
95  void
96 );
97 
98 //--------------------------------------------------------------------------------------------------
106 //--------------------------------------------------------------------------------------------------
108 (
109  uint64_t* millisecondsPastGpsEpochPtr
111 );
112 
113 //--------------------------------------------------------------------------------------------------
121 //--------------------------------------------------------------------------------------------------
123 (
124  uint64_t millisecondsPastGpsEpoch
126 );
127 
128 
129 #endif // LE_RTC_INTERFACE_H_INCLUDE_GUARD
130 
le_result_t
Definition: le_basics.h:35
void le_rtc_ConnectService(void)
le_result_t le_rtc_SetUserTime(uint64_t millisecondsPastGpsEpoch)
le_result_t le_rtc_GetUserTime(uint64_t *millisecondsPastGpsEpochPtr)
void le_rtc_DisconnectService(void)