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 
56 #ifndef LE_RTC_INTERFACE_H_INCLUDE_GUARD
57 #define LE_RTC_INTERFACE_H_INCLUDE_GUARD
58 
59 
60 #include "legato.h"
61 
62 //--------------------------------------------------------------------------------------------------
66 //--------------------------------------------------------------------------------------------------
68 (
69  void
70 );
71 
72 //--------------------------------------------------------------------------------------------------
76 //--------------------------------------------------------------------------------------------------
78 (
79  void
80 );
81 
82 //--------------------------------------------------------------------------------------------------
90 //--------------------------------------------------------------------------------------------------
92 (
93  uint64_t* millisecondsPastGpsEpochPtr
95 );
96 
97 //--------------------------------------------------------------------------------------------------
105 //--------------------------------------------------------------------------------------------------
107 (
108  uint64_t millisecondsPastGpsEpoch
110 );
111 
112 
113 #endif // LE_RTC_INTERFACE_H_INCLUDE_GUARD
114 
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)