CORDET Framework - C2 Implementation
CrFwOutManagerUserPar.h File Reference

User-modifiable parameters for the OutManager components (see CrFwOutManager.h). More...

Go to the source code of this file.

Macros

#define CR_FW_NOF_OUTMANAGER   4
 The number of OutManager components in the application. More...
 
#define CR_FW_OUTMANAGER_POCLSIZE   {3,4,5,6}
 The sizes of the Pending OutComponent List (POCL) of the OutManager components. More...
 

Detailed Description

User-modifiable parameters for the OutManager components (see CrFwOutManager.h).

This file defines all the user-modifiable parameters for the OutManager. Users will normally have to modify this file as part of the framework instantiation process.

The parameters defined in this file determine the configuration of the OutManager Components. The value of these parameters cannot be changed dynamically.

The default values defined in this file are those used for the testing of the CORDET Framework.

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 CrFwOutManagerUserPar.h.

Macro Definition Documentation

◆ CR_FW_NOF_OUTMANAGER

#define CR_FW_NOF_OUTMANAGER   4

The number of OutManager components in the application.

The value of this constant must be smaller than the range of the CrFwCounterU1_t integer type.

The number of OutManager components defined in this file is the one used for the test cases of CrFwOutManagerTestCases.h.

Adaptation Point:
OMG-09: Number of OutManagers

Definition at line 46 of file CrFwOutManagerUserPar.h.

◆ CR_FW_OUTMANAGER_POCLSIZE

#define CR_FW_OUTMANAGER_POCLSIZE   {3,4,5,6}

The sizes of the Pending OutComponent List (POCL) of the OutManager components.

Each OutManager has one POCL. This constant defines the size of the POCL of the i-th OutManager. The size of a POCL must be a positive integer (i.e. it is not legal to define a zero-size POCL) in the range of the CrFwCounterU2_t type.

The POCL sizes defined in this file are those used for the test cases of CrFwOutManagerTestCases.h.

Adaptation Point:
OMG-01: Size of POCL of OutManager

Definition at line 60 of file CrFwOutManagerUserPar.h.

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