OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group functions.aux

Declared in module SUPL_CommonSteps
Subgroups: GPS_Control_Functions

Templates Summary
m_MMICmd
mr_MMI_ok
Functions Summary
blockingMessage
showMessage Send a user request either to the screen or via the MMI port to an external entity
askUserConfirm Send a user request for confirmation either to the screen or via the MMI port to an external entity
askUserVerdict
stop_GPS Sends a Stop-Request to the GPS simulator as a upper tester commands (MMIMessage)
ts_gps_action Sends a given request to the GPS simulator as upper tester command (MMIMessage)
ts_gps_action_withtimer Sends a given request to the GPS simulator with a given timer as upper tester commands (MMIMessage)

Details

m_MMICmd
template charstring m_MMICmd(charstring p_str) := p_str;

Declared in group functions.aux

Returns: charstring -

Parameters:
mr_MMI_ok
template MMIMessage mr_MMI_ok := {mmiMessage := "OK"};

Declared in group functions.aux

blockingMessage
function blockingMessage(in charstring p_message, in charstring p_caption) runs on SUPLComponent return boolean 

Declared in group functions.aux

Runs On: SUPLComponent

Returns: boolean -

Parameters:
showMessage
function showMessage(charstring p_mmiString) runs on SUPLComponent 

Declared in group functions.aux

Send a user request either to the screen or via the MMI port to an external entity

Runs On: SUPLComponent

Returns: void -

Parameters:
askUserConfirm
function askUserConfirm(charstring p_mmiString) runs on SUPLComponent return boolean 

Declared in group functions.aux

Send a user request for confirmation either to the screen or via the MMI port to an external entity

Runs On: SUPLComponent

Returns: boolean -

Parameters:
askUserVerdict
function askUserVerdict(in charstring p_message, in charstring p_caption) runs on SUPLComponent return UserVerdictResult 

Declared in group functions.aux

Runs On: SUPLComponent

Returns: UserVerdictResult -

Parameters:
stop_GPS
function stop_GPS() runs on SUPLComponent 

Declared in group functions.aux.GPS_Control_Functions

Sends a Stop-Request to the GPS simulator as a upper tester commands (MMIMessage)

Runs On: SUPLComponent

Returns: void -

ts_gps_action
function ts_gps_action(in MMIMessage p_mmiMessage) runs on SUPLComponent 

Declared in group functions.aux.GPS_Control_Functions

Sends a given request to the GPS simulator as upper tester command (MMIMessage)

Runs On: SUPLComponent

Returns: void -

Parameters:
ts_gps_action_withtimer
function ts_gps_action_withtimer(in MMIMessage p_mmiMessage, in float p_timer) runs on SUPLComponent 

Declared in group functions.aux.GPS_Control_Functions

Sends a given request to the GPS simulator with a given timer as upper tester commands (MMIMessage)

Runs On: SUPLComponent

Returns: void -

Parameters: