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 //--------------------------------------------------------------------------------------------------
84 //--------------------------------------------------------------------------------------------------
86 (
87  void
88 );
89 
90 //--------------------------------------------------------------------------------------------------
94 //--------------------------------------------------------------------------------------------------
96 (
97  void
98 );
99 
100 //--------------------------------------------------------------------------------------------------
110 //--------------------------------------------------------------------------------------------------
112 (
113  const char* appName
116 );
117 
118 //--------------------------------------------------------------------------------------------------
126 //--------------------------------------------------------------------------------------------------
128 (
129  const char* appName
132 );
133 
134 //--------------------------------------------------------------------------------------------------
143 //--------------------------------------------------------------------------------------------------
145 (
146  void
147 );
148 
149 
150 #endif // LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
151 
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)
void le_sup_ctrl_ConnectService(void)
le_result_t le_sup_ctrl_StopApp(const char *appName)