le_wdog_interface.h
Go to the documentation of this file.
19 * Provides a kickable watchdog with a timeout that can be configured in <c> .adef</c> or specified at run46 //--------------------------------------------------------------------------------------------------49 * Connect the current client thread to the service providing this API. Block until the service is53 * called before any other functions in this API. Normally, ConnectService is automatically called58 //--------------------------------------------------------------------------------------------------64 //--------------------------------------------------------------------------------------------------67 * Try to connect the current client thread to the service providing this API. Return with an error71 * called before any other functions in this API. Normally, ConnectService is automatically called78 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.79 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).82 //--------------------------------------------------------------------------------------------------88 //--------------------------------------------------------------------------------------------------94 * longer a connection to the service, and the functions in this API can't be used. For details, see99 //--------------------------------------------------------------------------------------------------106 //--------------------------------------------------------------------------------------------------110 //--------------------------------------------------------------------------------------------------114 //--------------------------------------------------------------------------------------------------118 //--------------------------------------------------------------------------------------------------121 //--------------------------------------------------------------------------------------------------125 * Once the watchdog has been kicked it must be kicked again before the expiration of the current128 //--------------------------------------------------------------------------------------------------134 //--------------------------------------------------------------------------------------------------141 //--------------------------------------------------------------------------------------------------void le_wdog_Kick(void)le_result_t le_wdog_TryConnectService(void)void le_wdog_Timeout(int32_t milliseconds)void le_wdog_DisconnectService(void)void le_wdog_ConnectService(void)