CORDET Framework - C2 Implementation
CrPsPktServEvtSupp.h
Go to the documentation of this file.
1 
21 #ifndef CRPSPKTSERVEVTSUPP_H_
22 #define CRPSPKTSERVEVTSUPP_H_
23 
24 #include <CrPsUserConstants.h>
25 #include <DataPool/CrPsDpServEvt.h>
26 
27 
34 CrPsEid_t getEvtEnableCmdEventIdItem(void* p, CrPsNumberU4_t N);
35 
42 void setEvtEnableCmdEventIdItem(void* p, CrPsNumberU4_t N, CrPsEid_t src);
43 
50 CrPsEid_t getEvtDisableCmdEventIdItem(void* p, CrPsNumberU4_t N);
51 
58 void setEvtDisableCmdEventIdItem(void* p, CrPsNumberU4_t N, CrPsEid_t src);
59 
66 CrPsEid_t getEvtRepDisabledRepEventIdItem(void* p, CrPsNumberU4_t N);
67 
74 void setEvtRepDisabledRepEventIdItem(void* p, CrPsNumberU4_t N, CrPsEid_t src);
75 
81 size_t getEvtRepDisabledSize();
82 
83 /*----------------------------------------------------------------------------*/
84 #endif /* CRPSPKTSERVEVTSUPP_H */
void setEvtDisableCmdEventIdItem(void *p, CrPsNumberU4_t N, CrPsEid_t src)
Set "EventId" arrayItem in "EvtDisableCmd" packet.
Header file to define all user-configurable constants and types for the IASW Application.
Interface for accessing data pool items.
uint16_t CrPsEid_t
Type used for Event Id of a Packet.
void setEvtEnableCmdEventIdItem(void *p, CrPsNumberU4_t N, CrPsEid_t src)
Set "EventId" arrayItem in "EvtEnableCmd" packet.
CrPsEid_t getEvtRepDisabledRepEventIdItem(void *p, CrPsNumberU4_t N)
Get "EventId" arrayItem from "EvtRepDisabledRep" packet.
void setEvtRepDisabledRepEventIdItem(void *p, CrPsNumberU4_t N, CrPsEid_t src)
Set "EventId" arrayItem in "EvtRepDisabledRep" packet.
CrPsEid_t getEvtDisableCmdEventIdItem(void *p, CrPsNumberU4_t N)
Get "EventId" arrayItem from "EvtDisableCmd" packet.
size_t getEvtRepDisabledSize()
Get the size of a Disabled Event Reporting packet.
CrPsEid_t getEvtEnableCmdEventIdItem(void *p, CrPsNumberU4_t N)
Get "EventId" arrayItem from "EvtEnableCmd" packet.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved