CORDET Framework - C2 Implementation
CrFwAppResetProc.h File Reference

Interface to the Application Reset Procedure. More...

Go to the source code of this file.

Functions

FwPrDesc_t CrFwAppSmGetAppResetProc ()
 Retrieve the singleton instance of the Application Reset Procedure. More...
 

Detailed Description

Interface to the Application Reset Procedure.

The Application Reset Procedure is started by the Application State Machine (see CrFwAppSm.h). It executes while the state machine is in state RESET. This procedure is responsible for resetting all the application components and for performing any other reset action for the application. The Application Reset 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 CrFwAppResetProc.h.

Function Documentation

◆ CrFwAppSmGetAppResetProc()

FwPrDesc_t CrFwAppSmGetAppResetProc ( )

Retrieve the singleton instance of the Application Reset Procedure.

Returns
the singleton instance of the Application Reset Procedure.

Definition at line 44 of file CrFwAppResetProc.c.

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