CORDET Framework - C2 Implementation
|
Implementation of TM(5,x) EvtRep. More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrPsEvtRepEnableCheck (FwSmDesc_t smDesc) |
Enable check of TM(5,x) EvtRep. More... | |
void | CrPsEvtRepUpdateAction (FwSmDesc_t smDesc) |
Update action of TM(5,1) EvtRep1. More... | |
Implementation of TM(5,x) EvtRep.
last modification: 22.01.2018
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/.
Definition in file CrPsEvtRep.h.
CrFwBool_t CrPsEvtRepEnableCheck | ( | FwSmDesc_t | smDesc | ) |
Enable check of TM(5,x) EvtRep.
Update service 5 observable nOfDetectedEvt x (’x’ is the event severity level) and then retrieve the enable status from the Our- Registry as a function of the report type, sub-type and discrimi- nant
smDesc | The state machine descriptor. |
Enable check of TM(5,x) EvtRep.
FW Profile function definitions Enable check of TM(5,x) EvtRep. Update service 5 observable nOfDetectedEvt x (’x’ is the event severity level) and then retrieve the enable status from the Out- Registry as a function of the report type, sub-type and discrimi- nant
smDesc | The state machine descriptor. |
Definition at line 55 of file CrPsEvtRep.c.
void CrPsEvtRepUpdateAction | ( | FwSmDesc_t | smDesc | ) |
Update action of TM(5,1) EvtRep1.
Update service 5 observables: nOfGenEvtRep x, lastEvtEid i, lastEvtTime x (’x’ is the event severity level). Note that the pa- rameter values are set by the application which creates the event report at the time it creates the event report.
smDesc | The state machine descriptor. |
Definition at line 131 of file CrPsEvtRep.c.