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...
 

Detailed Description

auxiliary Interface for accessing fields in packets of service "ServEvt".

Author
Christian Reimers chris.nosp@m.tian.nosp@m..reim.nosp@m.ers@.nosp@m.univi.nosp@m.e.ac.nosp@m..at
Markus Rockenbauer marku.nosp@m.s.ro.nosp@m.ckenb.nosp@m.auer.nosp@m.@univ.nosp@m.ie.a.nosp@m.c.at

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.

Function Documentation

CrPsEid_t getEvtDisableCmdEventIdItem ( void *  p,
CrPsNumberU4_t  N 
)

Get "EventId" arrayItem from "EvtDisableCmd" packet.

Parameters
pPointer to the packet.
NNumber of EventIdArray Item.
Returns
EventId Array Item Value.

Definition at line 74 of file CrPsPktServEvtSupp.c.

CrPsEid_t getEvtEnableCmdEventIdItem ( void *  p,
CrPsNumberU4_t  N 
)

Get "EventId" arrayItem from "EvtEnableCmd" packet.

Parameters
pPointer to the packet.
NNumber of EventIdArray Item.
Returns
EventId Array Item Value.

Definition at line 35 of file CrPsPktServEvtSupp.c.

CrPsEid_t getEvtRepDisabledRepEventIdItem ( void *  p,
CrPsNumberU4_t  N 
)

Get "EventId" arrayItem from "EvtRepDisabledRep" packet.

Parameters
pPointer to the packet.
NNumber of EventIdArray Item.
Returns
EventId Array Item Value.

Definition at line 113 of file CrPsPktServEvtSupp.c.

size_t getEvtRepDisabledSize ( )

Get the size of a Disabled Event Reporting packet.

Parameters
none
Returns
the size of the packet in bytes.

Definition at line 151 of file CrPsPktServEvtSupp.c.

void setEvtDisableCmdEventIdItem ( void *  p,
CrPsNumberU4_t  N,
CrPsEid_t  src 
)

Set "EventId" arrayItem in "EvtDisableCmd" packet.

Parameters
pPointer to the packet.
NValue of the "N" th EventIdArray Item.
srcVariable 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.

Parameters
pPointer to the packet.
NValue of the "N" th EventIdArray Item.
srcVariable 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.

Parameters
pPointer to the packet.
NValue of the "N" th EventIdArray Item.
srcVariable from where arrayItem data are copied.

Definition at line 133 of file CrPsPktServEvtSupp.c.

P&P Software GmbH, Copyright 2012-2013, All Rights Reserved