📄 wdp_ul.ifc
字号:
/*
* Copyright (C) Ericsson Mobile Communications AB, 2001.
* Licensed to AU-System AB.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and AU-System AB, and may be used and copied
* only in accordance with the terms of the said agreement.
*
* Neither Ericsson Mobile Communications AB nor AU-System AB
* assumes any responsibility or liability for any errors or inaccuracies in
* this software, or any consequential, incidental or indirect damage arising
* out of the use of the Generic WAP Client software.
*/
#ifndef X_IFC_z_WDP_UpperLayer__WDP_UpperLayer
#define X_IFC_z_WDP_UpperLayer__WDP_UpperLayer
#define XMK_IFC_TIME 992930570
/* *************** DECLARATIONS IN PACKAGE WDP_UpperLayer *************** */
/*---------------------------- INCLUDE FILES ----------------------------*/
#include "buffmgt.ifc"
#include "glbldecl.ifc"
/*------------------------------- SORTS ---------------------------------*/
/*****
* NEWTYPE TDUnitdataReqType (TYPE section)
* <<PACKAGE WDP_UpperLayer>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\wdp_upperLayer.sun(1),173(55,25),3)
******/
typedef struct TDUnitdataReqType_s {
AddressType SourceAddress;
AddressType DestinationAddress;
pdubuf_ptr UserData;
} TDUnitdataReqType;
/*****
* NEWTYPE TDUnitDataIndType (TYPE section)
* <<PACKAGE WDP_UpperLayer>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\wdp_upperLayer.sun(1),164(20,60),3)
******/
typedef struct TDUnitdataIndType_s {
AddressType SourceAddress;
AddressType DestinationAddress;
pdubuf_ptr UserData;
} TDUnitdataIndType;
/*****
* NEWTYPE TDUnitdataReqType (HEADING section)
* <<PACKAGE WDP_UpperLayer>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\wdp_upperLayer.sun(1),173(55,25),3)
******/
#define yAssF_TDUnitdataReqType(V,E,A) V = E
extern void yDef_TDUnitdataReqType XPP(( TDUnitdataReqType * ));
extern SDL_Boolean yEq_TDUnitdataReqType XPP(( TDUnitdataReqType,
TDUnitdataReqType ));
#define yEqF_TDUnitdataReqType(Expr1,Expr2) yEq_TDUnitdataReqType(Expr1,Expr2)
#define yNEqF_TDUnitdataReqType(Expr1,Expr2) ( ! yEq_TDUnitdataReqType(Expr1,Expr2) )
extern TDUnitdataReqType yMake_TDUnitdataReqType XPP(( AddressType,
AddressType, pdubuf_ptr ));
#ifndef ANY_TDUnitdataReqType
#define ANY_TDUnitdataReqType yMake_TDUnitdataReqType(ANY_AddressType, \
ANY_AddressType, ANY_pdubuf_ptr)
#endif
#define z_WDP_UpperLayer_33_copy(P) P
/*****
* NEWTYPE TDUnitDataIndType (HEADING section)
* <<PACKAGE WDP_UpperLayer>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\wdp_upperLayer.sun(1),164(20,60),3)
******/
#define yAssF_TDUnitdataIndType(V,E,A) V = E
extern void yDef_TDUnitdataIndType XPP(( TDUnitdataIndType * ));
extern SDL_Boolean yEq_TDUnitdataIndType XPP(( TDUnitdataIndType,
TDUnitdataIndType ));
#define yEqF_TDUnitdataIndType(Expr1,Expr2) yEq_TDUnitdataIndType(Expr1,Expr2)
#define yNEqF_TDUnitdataIndType(Expr1,Expr2) ( ! yEq_TDUnitdataIndType(Expr1,Expr2) )
extern TDUnitdataIndType yMake_TDUnitdataIndType XPP(( AddressType,
AddressType, pdubuf_ptr ));
#ifndef ANY_TDUnitdataIndType
#define ANY_TDUnitdataIndType yMake_TDUnitdataIndType(ANY_AddressType, \
ANY_AddressType, ANY_pdubuf_ptr)
#endif
#define z_WDP_UpperLayer_43_copy(P) P
#endif
/* X_IFC_z_WDP_UpperLayer__WDP_UpperLayer */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -