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 
70 #ifndef LE_RTC_INTERFACE_H_INCLUDE_GUARD
71 #define LE_RTC_INTERFACE_H_INCLUDE_GUARD
72 
73 
74 #include "legato.h"
75 
76 //--------------------------------------------------------------------------------------------------
80 //--------------------------------------------------------------------------------------------------
82 (
83  void
84 );
85 
86 //--------------------------------------------------------------------------------------------------
90 //--------------------------------------------------------------------------------------------------
92 (
93  void
94 );
95 
96 //--------------------------------------------------------------------------------------------------
104 //--------------------------------------------------------------------------------------------------
106 (
107  uint64_t* millisecondsPastGpsEpochPtr
109 );
110 
111 //--------------------------------------------------------------------------------------------------
119 //--------------------------------------------------------------------------------------------------
121 (
122  uint64_t millisecondsPastGpsEpoch
124 );
125 
126 
127 #endif // LE_RTC_INTERFACE_H_INCLUDE_GUARD
128 
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)