CORDET Framework - C2 Implementation

auxiliary Interface for accessing fields in packets of service "ServReqVerif". More...

Go to the source code of this file.

Functions

CrPsRid_t getVerSuccessAccRepRid (void *p)
 Get "RequestId" from "VerSuccessAcc" packet. More...
 
void setVerSuccessAccRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerSuccessAcc" packet. More...
 
CrPsRid_t getVerFailedAccRepRid (void *p)
 Get "RequestId" from "VerFailedAccRep" packet. More...
 
void setVerFailedAccRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerFailedAccRep" packet. More...
 
CrPsRid_t getVerSuccessStartRepRid (void *p)
 Get "RequestId" from "VerSuccessStartRep" packet. More...
 
void setVerSuccessStartRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerSuccessStartRep" packet. More...
 
CrPsRid_t getVerFailedStartRepRid (void *p)
 Get "RequestId" from "VerFailedStartRep" packet. More...
 
void setVerFailedStartRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerFailedStartRep" packet. More...
 
CrPsRid_t getVerSuccessPrgrRepRid (void *p)
 Get "RequestId" from "VerSuccessPrgrRep" packet. More...
 
void setVerSuccessPrgrRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerSuccessPrgrRep" packet. More...
 
CrPsRid_t getVerFailedPrgrRepRid (void *p)
 Get "RequestId" from "VerFailedPrgrRep" packet. More...
 
void setVerFailedPrgrRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerFailedPrgrRep" packet. More...
 
CrPsRid_t getVerSuccessTermRepRid (void *p)
 Get "RequestId" from "VerSuccessTermRep" packet. More...
 
void setVerSuccessTermRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerSuccessTermRep" packet. More...
 
CrPsRid_t getVerFailedTermRepRid (void *p)
 Get "RequestId" from "VerFailedTermRep" packet. More...
 
void setVerFailedTermRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerFailedTermRep" packet. More...
 
CrPsRid_t getVerFailedRoutingRepRid (void *p)
 Get "RequestId" from "VerFailedRoutingRep" packet. More...
 
void setVerFailedRoutingRepRid (void *p, CrPsRid_t Rid)
 Set "RequestId" in "VerFailedRoutingRep" packet. More...
 

Detailed Description

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

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: 25.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 CrPsPktServReqVerifSupp.h.

Function Documentation

CrPsRid_t getVerFailedAccRepRid ( void *  p)

Get "RequestId" from "VerFailedAccRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 54 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerFailedPrgrRepRid ( void *  p)

Get "RequestId" from "VerFailedPrgrRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 146 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerFailedRoutingRepRid ( void *  p)

Get "RequestId" from "VerFailedRoutingRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 215 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerFailedStartRepRid ( void *  p)

Get "RequestId" from "VerFailedStartRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 100 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerFailedTermRepRid ( void *  p)

Get "RequestId" from "VerFailedTermRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 192 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerSuccessAccRepRid ( void *  p)

Get "RequestId" from "VerSuccessAcc" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 31 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerSuccessPrgrRepRid ( void *  p)

Get "RequestId" from "VerSuccessPrgrRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 123 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerSuccessStartRepRid ( void *  p)

Get "RequestId" from "VerSuccessStartRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 77 of file CrPsPktServReqVerifSupp.c.

CrPsRid_t getVerSuccessTermRepRid ( void *  p)

Get "RequestId" from "VerSuccessTermRep" packet.

Parameters
pPointer to the packet.
Returns
RequestId Item Value.

Definition at line 169 of file CrPsPktServReqVerifSupp.c.

void setVerFailedAccRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerFailedAccRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerFailedAccRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 66 of file CrPsPktServReqVerifSupp.c.

void setVerFailedPrgrRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerFailedPrgrRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerFailedPrgrRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 158 of file CrPsPktServReqVerifSupp.c.

void setVerFailedRoutingRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerFailedRoutingRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerFailedRoutingRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 227 of file CrPsPktServReqVerifSupp.c.

void setVerFailedStartRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerFailedStartRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerFailedStartRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 112 of file CrPsPktServReqVerifSupp.c.

void setVerFailedTermRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerFailedTermRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerFailedTermRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 204 of file CrPsPktServReqVerifSupp.c.

void setVerSuccessAccRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerSuccessAcc" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerSuccessAcc" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 43 of file CrPsPktServReqVerifSupp.c.

void setVerSuccessPrgrRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerSuccessPrgrRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerSuccessPrgrRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 135 of file CrPsPktServReqVerifSupp.c.

void setVerSuccessStartRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerSuccessStartRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerSuccessStartRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 89 of file CrPsPktServReqVerifSupp.c.

void setVerSuccessTermRepRid ( void *  p,
CrPsRid_t  Rid 
)

Set "RequestId" in "VerSuccessTermRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Set "RequestId" in "VerSuccessTermRep" packet.

Parameters
pPointer to the packet.
ridVariable from where RequestId is copied.

Definition at line 181 of file CrPsPktServReqVerifSupp.c.

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