All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
30 #ifndef LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
31 #define LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
32 
33 
34 #include "legato.h"
35 
36 //--------------------------------------------------------------------------------------------------
40 //--------------------------------------------------------------------------------------------------
42 (
43  void
44 );
45 
46 //--------------------------------------------------------------------------------------------------
50 //--------------------------------------------------------------------------------------------------
52 (
53  void
54 );
55 
56 //--------------------------------------------------------------------------------------------------
66 //--------------------------------------------------------------------------------------------------
68 (
69  const char* appName
72 );
73 
74 //--------------------------------------------------------------------------------------------------
82 //--------------------------------------------------------------------------------------------------
84 (
85  const char* appName
88 );
89 
90 //--------------------------------------------------------------------------------------------------
99 //--------------------------------------------------------------------------------------------------
101 (
102  void
103 );
104 
105 
106 #endif // LE_SUP_CTRL_INTERFACE_H_INCLUDE_GUARD
107 
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)