OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| 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)
|
template charstring m_MMICmd(charstring p_str) := p_str;
template MMIMessage mr_MMI_ok := {mmiMessage := "OK"};
function blockingMessage(in charstring p_message, in charstring p_caption) runs on SUPLComponent return boolean
function showMessage(charstring p_mmiString) runs on SUPLComponent
function askUserConfirm(charstring p_mmiString) runs on SUPLComponent return boolean
function askUserVerdict(in charstring p_message, in charstring p_caption) runs on SUPLComponent return UserVerdictResult
function stop_GPS() runs on SUPLComponent
function ts_gps_action(in MMIMessage p_mmiMessage) runs on SUPLComponent
function ts_gps_action_withtimer(in MMIMessage p_mmiMessage, in float p_timer) runs on SUPLComponent