CORDET Framework - C2 Implementation
pustests/CrFwRepInCmdOutcomeStub.h
1 
32 #ifndef CRFW_INREPINCMDOUTCOMESTUB_H_
33 #define CRFW_INREPINCMDOUTCOMESTUB_H_
34 
35 /* Include Framework Files */
36 #include "CrFwConstants.h"
37 #include "CrFwRepInCmdOutcome.h"
38 /* Include Configuration Files */
39 #include "CrFwUserConstants.h"
40 
48 
54 
64 
74 
84 
94 
104 
114 
115 #endif /* CRFW_INREPINCMDOUTCOMESTUB_H_ */
void CrFwRepInCmdOutcomeStubReset()
Reset the InCommand Outcome Reporting interface.
CrFwCounterU2_t CrFwRepInCmdOutcomeStubGetPos()
Return the position in the InCommand Outcome Report array at which the next outcome report will be wr...
unsigned char CrFwServSubType_t
Type used for the command or report sub-type.
unsigned short CrFwInstanceId_t
Type used for instance identifiers.
unsigned char CrFwServType_t
Type used for the service type of a command or report.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
CrFwRepInCmdOutcome_t CrFwRepInCmdOutcomeStubGetOutcome(CrFwCounterU2_t repPos)
Return the outcome of the InCommand Outcome Report at position repPos.
CrFwInstanceId_t CrFwRepInCmdOutcomeStubGetInstanceId(CrFwCounterU2_t repPos)
Return the instance identifier of the InCommand Outcome Report at position repPos.
CrFwServSubType_t CrFwRepInCmdOutcomeStubGetServSubType(CrFwCounterU2_t repPos)
Return the service sub-type of the InCommand Outcome Report at position repPos.
unsigned char CrFwOutcome_t
Type used for the outcome of a check (see CrFwCmpData).
Interface for reporting the outcome of the processing of an InCommand.
unsigned short CrFwDiscriminant_t
Type used for the discriminant of a command or report.
CrFwRepInCmdOutcome_t
Enumerated type for the outcome of the processing of an incoming command.
CrFwServType_t CrFwRepInCmdOutcomeStubGetServType(CrFwCounterU2_t repPos)
Return the service type of the InCommand Outcome Report at position repPos.
CrFwDiscriminant_t CrFwRepInCmdOutcomeStubGetDiscriminant(CrFwCounterU2_t repPos)
Return the discriminant of the InCommand Outcome Report at position repPos.
unsigned short CrFwCounterU2_t
Type used for unsigned integers with a "medium" range.
CrFwOutcome_t CrFwRepInCmdOutcomeStubGetFailCode(CrFwCounterU2_t repPos)
Return the failure code of the InCommand Outcome Report at position repPos.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved