CORDET Framework - C2 Implementation
CrFwAppShutdownProc.h File Reference

Interface to the Application Shutdown Procedure. More...

Go to the source code of this file.

Functions

FwPrDesc_t CrFwAppSmGetAppShutdownProc ()
 Retrieve the singleton instance of the Application Shutdown Procedure. More...
 

Detailed Description

Interface to the Application Shutdown Procedure.

The Application Shutdown Procedure is started by the Application State Machine (see CrFwAppSm.h). It executes while the state machine is in state SHUTDOWN. This procedure is responsible for shutting down all the application components and for performing any other shutdown action for the application. The Application Shutdown Procedure is entirely application-specific. This header file declares a function to retrieve a pointer to the procedure descriptor. The implementation of this file provides an implementation of the procedure and is therefore application-specific.

Author
Vaclav Cechticky vacla.nosp@m.v.ce.nosp@m.chtic.nosp@m.ky@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m
Alessandro Pasetti paset.nosp@m.ti@p.nosp@m.np-so.nosp@m.ftwa.nosp@m.re.co.nosp@m.m

This file is part of the CORDET Framework.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

For information on alternative licensing, please contact P&P Software GmbH.

Definition in file CrFwAppShutdownProc.h.

Function Documentation

◆ CrFwAppSmGetAppShutdownProc()

FwPrDesc_t CrFwAppSmGetAppShutdownProc ( )

Retrieve the singleton instance of the Application Shutdown Procedure.

Returns
the singleton instance of the Application Shutdown Procedure.

Definition at line 44 of file CrFwAppShutdownProc.c.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved