All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
le_posCtrl_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 
49 #ifndef LE_POSCTRL_H_INCLUDE_GUARD
50 #define LE_POSCTRL_H_INCLUDE_GUARD
51 
52 
53 #include "legato.h"
54 
55 //--------------------------------------------------------------------------------------------------
59 //--------------------------------------------------------------------------------------------------
61 (
62  const char* serviceInstanceName
64 );
65 
66 //--------------------------------------------------------------------------------------------------
70 //--------------------------------------------------------------------------------------------------
72 (
73  void
74 );
75 
76 
77 //--------------------------------------------------------------------------------------------------
81 //--------------------------------------------------------------------------------------------------
82 typedef struct le_posCtrl_Activation* le_posCtrl_ActivationRef_t;
83 
84 //--------------------------------------------------------------------------------------------------
93 //--------------------------------------------------------------------------------------------------
95 (
96  void
97 );
98 
99 //--------------------------------------------------------------------------------------------------
104 //--------------------------------------------------------------------------------------------------
106 (
110 );
111 
112 
113 #endif // LE_POSCTRL_H_INCLUDE_GUARD
114 
void le_posCtrl_Release(le_posCtrl_ActivationRef_t ref)
void le_posCtrl_StopClient(void)
void le_posCtrl_StartClient(const char *serviceInstanceName)
struct le_posCtrl_Activation * le_posCtrl_ActivationRef_t
Definition: le_posCtrl_interface.h:82
le_posCtrl_ActivationRef_t le_posCtrl_Request(void)