OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Module IMS_PTC_CoordMsg


Import Declarations:


Data Types Summary
IMS_CellConfiguration_Type
TriggerResult_Type
IPCAN_INFO_Type
IMS_IMS_Coordination_MSG
Port Types Summary
IMS_IMS_CO_ORD_PORT
Templates Summary
cms_IMS_IMS_Trigger
cmr_IMS_IMS_Trigger
Functions Summary
f_IMS_IMS_SendCoOrdMsg
f_IMS_IMS_WaitForTrigger

Details

IMS_CellConfiguration_Type
type enumerated IMS_CellConfiguration_Type {  
SIB2_Normal,                                
SIB2_TC_12_18,                              
SIB2_TC_12_19,                              
SIB2_TC_12_20                               
  };

TriggerResult_Type
type enumerated TriggerResult_Type {NORMAL, ABORT};

IPCAN_INFO_Type
type record IPCAN_INFO_Type {                 
integer        AuthResLength  optional
  }

IMS_IMS_Coordination_MSG
type union IMS_IMS_Coordination_MSG {                 
Null_Type                           TriggerEvent
  }

IMS_IMS_CO_ORD_PORT
type port IMS_IMS_CO_ORD_PORT message {               
out IMS_IMS_Coordination_MSG;
in  IMS_IMS_Coordination_MSG;
  }

cms_IMS_IMS_Trigger
template  (value) IMS_IMS_Coordination_MSG cms_IMS_IMS_Trigger :=
  {
TriggerEvent := true
  };

cmr_IMS_IMS_Trigger
template IMS_IMS_Coordination_MSG cmr_IMS_IMS_Trigger :=
  {
TriggerEvent := true
  };

f_IMS_IMS_SendCoOrdMsg
function f_IMS_IMS_SendCoOrdMsg(IMS_IMS_CO_ORD_PORT p_Port,
                          template (value) IMS_IMS_Coordination_MSG p_Msg := cms_IMS_IMS_Trigger)
  

Returns: void -

Parameters:
f_IMS_IMS_WaitForTrigger
function f_IMS_IMS_WaitForTrigger(IMS_IMS_CO_ORD_PORT p_Port)
  

Returns: void -

Parameters: