CORDET Framework - C2 Implementation
|
auxiliary Interface for accessing fields in packets of service "ServEvt". More...
Go to the source code of this file.
Functions | |
CrPsEid_t | getEvtEnableCmdEventIdItem (void *p, CrPsNumberU4_t N) |
Get "EventId" arrayItem from "EvtEnableCmd" packet. More... | |
void | setEvtEnableCmdEventIdItem (void *p, CrPsNumberU4_t N, CrPsEid_t src) |
Set "EventId" arrayItem in "EvtEnableCmd" packet. More... | |
CrPsEid_t | getEvtDisableCmdEventIdItem (void *p, CrPsNumberU4_t N) |
Get "EventId" arrayItem from "EvtDisableCmd" packet. More... | |
void | setEvtDisableCmdEventIdItem (void *p, CrPsNumberU4_t N, CrPsEid_t src) |
Set "EventId" arrayItem in "EvtDisableCmd" packet. More... | |
CrPsEid_t | getEvtRepDisabledRepEventIdItem (void *p, CrPsNumberU4_t N) |
Get "EventId" arrayItem from "EvtRepDisabledRep" packet. More... | |
void | setEvtRepDisabledRepEventIdItem (void *p, CrPsNumberU4_t N, CrPsEid_t src) |
Set "EventId" arrayItem in "EvtRepDisabledRep" packet. More... | |
size_t | getEvtRepDisabledSize () |
Get the size of a Disabled Event Reporting packet. More... | |
auxiliary Interface for accessing fields in packets of service "ServEvt".
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 CrPsPktServEvtSupp.c.
CrPsEid_t getEvtDisableCmdEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N | ||
) |
Get "EventId" arrayItem from "EvtDisableCmd" packet.
p | Pointer to the packet. |
N | Number of EventIdArray Item. |
Definition at line 74 of file CrPsPktServEvtSupp.c.
CrPsEid_t getEvtEnableCmdEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N | ||
) |
Get "EventId" arrayItem from "EvtEnableCmd" packet.
p | Pointer to the packet. |
N | Number of EventIdArray Item. |
Definition at line 35 of file CrPsPktServEvtSupp.c.
CrPsEid_t getEvtRepDisabledRepEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N | ||
) |
Get "EventId" arrayItem from "EvtRepDisabledRep" packet.
p | Pointer to the packet. |
N | Number of EventIdArray Item. |
Definition at line 113 of file CrPsPktServEvtSupp.c.
size_t getEvtRepDisabledSize | ( | ) |
Get the size of a Disabled Event Reporting packet.
none |
Definition at line 151 of file CrPsPktServEvtSupp.c.
void setEvtDisableCmdEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N, | ||
CrPsEid_t | src | ||
) |
Set "EventId" arrayItem in "EvtDisableCmd" packet.
p | Pointer to the packet. |
N | Value of the "N" th EventIdArray Item. |
src | Variable from where arrayItem data are copied. |
Definition at line 94 of file CrPsPktServEvtSupp.c.
void setEvtEnableCmdEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N, | ||
CrPsEid_t | src | ||
) |
Set "EventId" arrayItem in "EvtEnableCmd" packet.
p | Pointer to the packet. |
N | Value of the "N" th EventIdArray Item. |
src | Variable from where arrayItem data are copied. |
Definition at line 55 of file CrPsPktServEvtSupp.c.
void setEvtRepDisabledRepEventIdItem | ( | void * | p, |
CrPsNumberU4_t | N, | ||
CrPsEid_t | src | ||
) |
Set "EventId" arrayItem in "EvtRepDisabledRep" packet.
p | Pointer to the packet. |
N | Value of the "N" th EventIdArray Item. |
src | Variable from where arrayItem data are copied. |
Definition at line 133 of file CrPsPktServEvtSupp.c.