le_sup_ctrl_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_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
71 #define LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
72 
73 
74 #include "legato.h"
75 
76 // Interface specific includes
77 #include "le_limit_interface.h"
78 
79 
80 //--------------------------------------------------------------------------------------------------
91 //--------------------------------------------------------------------------------------------------
93 (
94  void
95 );
96 
97 //--------------------------------------------------------------------------------------------------
108 //--------------------------------------------------------------------------------------------------
110 (
111  void
112 );
113 
114 //--------------------------------------------------------------------------------------------------
124 //--------------------------------------------------------------------------------------------------
126 (
127  const char* appName
130 );
131 
132 //--------------------------------------------------------------------------------------------------
140 //--------------------------------------------------------------------------------------------------
142 (
143  const char* appName
146 );
147 
148 //--------------------------------------------------------------------------------------------------
157 //--------------------------------------------------------------------------------------------------
159 (
160  void
161 );
162 
163 //--------------------------------------------------------------------------------------------------
172 //--------------------------------------------------------------------------------------------------
174 (
175  bool manualRestart
178 );
179 
180 
181 #endif // LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
182 
le_result_t
Definition: le_basics.h:35
le_result_t le_sup_ctrl_StartApp(const char *appName)
void le_sup_ctrl_DisconnectService(void)
le_result_t le_sup_ctrl_StopLegato(void)
le_result_t le_sup_ctrl_RestartLegato(bool manualRestart)
void le_sup_ctrl_ConnectService(void)
le_result_t le_sup_ctrl_StopApp(const char *appName)