21 #ifndef CRFW_INSTREAMSTUB_H_ 22 #define CRFW_INSTREAMSTUB_H_ 27 #include "CrFwUserConstants.h" 29 #include "FwSmConstants.h" 30 #include "FwSmConfig.h" 32 #include "FwPrConfig.h" 34 #include "FwPrConstants.h" CrFwCounterU1_t CrFwInStreamStubGetShutdownCnt()
Get the value of the shutdown counter (see CrFwInStreamStubShutdown).
void CrFwInStreamStubInitAction(FwPrDesc_t prDesc)
Dummy implementation of an initialization action.
static CrFwServSubType_t servSubType
Service sub-type.
unsigned char CrFwServSubType_t
Type used for the command or report sub-type.
unsigned char CrFwGroup_t
Type used for the destination or source group of a packet.
void CrFwInStreamStubSetActionFlag(CrFwBool_t flag)
Set the value of the action flag which determines the outcome of the initialization or configuration ...
unsigned short CrFwInstanceId_t
Type used for instance identifiers.
unsigned char CrFwDestSrc_t
Type used for the command or report destination and source.
CrFwCmdRepType_t
Enumerated type for command and reports.
int CrFwBool_t
Type used for boolean values (1 represent "true" and 0 represents "false").
void CrFwInStreamStubSetPcktCollectionCnt(CrFwCounterU1_t cnt)
Set the value of the packet collection counter which defines the number of packets available at the m...
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...
void CrFwInStreamStubConfigAction(FwPrDesc_t prDesc)
Dummy implementation of a configuration action.
void CrFwInStreamStubSetCheckFlag(CrFwBool_t flag)
Set the value of the check flag which determines the outcome of the dummy check of CrFwInStreamStubDu...
void CrFwInStreamStubSetPcktType(CrFwServType_t servType, CrFwServSubType_t servSubType, CrFwDiscriminant_t disc)
Set the value of the service type, sub-type and discriminant of the next packet collected (see CrFwIn...
void CrFwInStreamStubDummyCheck(FwPrDesc_t prDesc)
Dummy implementation of an initialization or configuration check.
static CrFwDiscriminant_t disc
Discriminant.
void CrFwInStreamStubSetPcktCmdRepId(CrFwInstanceId_t id)
Set the value of the command or report identifier of the next packet collected (see CrFwInStreamStubP...
void CrFwInStreamStubSetPcktCmdRepType(CrFwCmdRepType_t cmdRepType)
Set the type (command or report) of the next packet collected (see CrFwInStreamStubPcktCollect).
void CrFwInStreamStubSetPcktSeqCnt(CrFwSeqCnt_t cnt)
Set the value of the sequence counter of the next packet collected (see CrFwInStreamStubPcktCollect)...
unsigned short CrFwDiscriminant_t
Type used for the discriminant of a command or report.
static CrFwServType_t servType
Service type.
static CrFwDestSrc_t dest
Destination.
CrFwPckt_t CrFwInStreamStubPcktCollect(CrFwDestSrc_t src)
Stub function implementing the packet collect operation for the InStream (see CrFwInStream.h).
void CrFwInStreamStubSetPcktDest(CrFwDestSrc_t dest)
Set the value of the destination of the next packet collected (see CrFwInStreamStubPcktCollect).
char * CrFwPckt_t
Type for packets (see CrFwPckt.h).
void CrFwInStreamStubSetPcktAckLevel(CrFwBool_t acc, CrFwBool_t str, CrFwBool_t prg, CrFwBool_t trm)
Set the value of the acknowledge level of the next packet collected (see CrFwInStreamStubPcktCollect)...
CrFwBool_t CrFwInStreamStubIsPcktAvail(CrFwDestSrc_t src)
Stub function implementing the packet available check operation for the InStream (see CrFwInStream...
void CrFwInStreamStubShutdown(FwSmDesc_t smDesc)
Stub function implementing the shutdown operation for an InStream (see CrFwInStream.h).
unsigned char CrFwCounterU1_t
Type used for unsigned integers with a "short" range.
unsigned int CrFwSeqCnt_t
Type used for the sequence counter of commands or reports.
static CrFwCmdRepType_t cmdRepType
Destination.
void CrFwInStreamStubSetPcktGroup(CrFwGroup_t group)
Set the value of the group of the next packet collected (see CrFwInStreamStubPcktCollect).