Difference between revisions of "User:Strife Onizuka/Projects/TestHost/Communications"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Coordinator to Controller =
= Chat Communications =
== Controller ==
{|{{prettytable}}
|-{{Hl2}}
!Input
!Output
|-valign="top"
|
{|
{{LSL DefineRow|Coordinator|Configuration|}}
{{LSL DefineRow|Coordinator|ChatProxy|}}
|}
|
{|
{{LSL DefineRow|Coordinator|TestGroupsDialog|}}
{{LSL DefineRow|Coordinator|TestDialog|}}
{{LSL DefineRow|Coordinator|StartGroup|}}
{{LSL DefineRow|Coordinator|StartTest|}}
{{LSL DefineRow|Coordinator|StopTests|}}
{{LSL DefineRow|Coordinator|Configure|}}
|}
|}
== Coordinator ==
{|{{prettytable}}
|-{{Hl2}}
!Input
!Output
|-valign="top"
|
{|
{|
{{LSL DefineRow||Configuration|}}
{{LSL DefineRow|Test Unit|Announce|}}
{{LSL DefineRow||ChatProxy|}}
{{LSL DefineRow|Test Unit|Leave|}}
{{LSL DefineRow|Test Unit|Message|}}
{{LSL DefineRow|Test Unit|Crashed|}}
{{LSL DefineRow|Test Unit|Timeout|}}
{{LSL DefineRow|Controller|TestGroupsDialog|}}
{{LSL DefineRow|Controller|TestDialog|}}
{{LSL DefineRow|Controller|StartGroup|}}
{{LSL DefineRow|Controller|StartTest|}}
{{LSL DefineRow|Controller|StopTests|}}
{{LSL DefineRow|Controller|Configure|}}
|}
|}
= Controller to Coordinator =
|
{|
{|
{{LSL DefineRow||TestGroupsDialog|}}
{{LSL DefineRow|Test Unit|Capture|}}
{{LSL DefineRow||TestDialog|}}
{{LSL DefineRow|Test Unit|StartTest|}}
{{LSL DefineRow||StartGroup|}}
{{LSL DefineRow|Test Unit|StopTest|}}
{{LSL DefineRow||StartTest|}}
{{LSL DefineRow|Test Unit|Configure|}}
{{LSL DefineRow||StopTests|}}
{{LSL DefineRow|Controller|Configuration|}}
{{LSL DefineRow||Configure|}}
{{LSL DefineRow|Controller|ChatProxy|}}
|}
|}
|}
= Test Unit =
 
== Test Unit ==
{|{{prettytable}}
{|{{prettytable}}
|-{{Hl2}}
|-{{Hl2}}
Line 21: Line 60:
|
|
{|
{|
{{LSL DefineRow||Capture|}}
{{LSL DefineRow|Coordinator|Capture|}}
{{LSL DefineRow||StartTest|}}
{{LSL DefineRow|Coordinator|StartTest|}}
{{LSL DefineRow||StopTest|}}
{{LSL DefineRow|Coordinator|StopTest|}}
{{LSL DefineRow||Configure|}}
{{LSL DefineRow|Coordinator|Configure|}}
|}
|}
|
|
{|
{|
{{LSL DefineRow||Announce|}}
{{LSL DefineRow|Coordinator|Announce|}}
{{LSL DefineRow||Leave|}}
{{LSL DefineRow|Coordinator|Leave|}}
{{LSL DefineRow||Message|}}
{{LSL DefineRow|Coordinator|Message|}}
{{LSL DefineRow||Crashed|}}
{{LSL DefineRow|Coordinator|Crashed|}}
{{LSL DefineRow||Timeout|}}
{{LSL DefineRow|Coordinator|Timeout|}}
|}
|}
|}
|}

Revision as of 04:53, 8 March 2007

Chat Communications

Controller

Input Output
• Coordinator Configuration
• Coordinator ChatProxy
• Coordinator TestGroupsDialog
• Coordinator TestDialog
• Coordinator StartGroup
• Coordinator StartTest
• Coordinator StopTests
• Coordinator Configure

Coordinator

Input Output
• Test Unit Announce
• Test Unit Leave
• Test Unit Message
• Test Unit Crashed
• Test Unit Timeout
• Controller TestGroupsDialog
• Controller TestDialog
• Controller StartGroup
• Controller StartTest
• Controller StopTests
• Controller Configure
• Test Unit Capture
• Test Unit StartTest
• Test Unit StopTest
• Test Unit Configure
• Controller Configuration
• Controller ChatProxy

Test Unit

Input Output
• Coordinator Capture
• Coordinator StartTest
• Coordinator StopTest
• Coordinator Configure
• Coordinator Announce
• Coordinator Leave
• Coordinator Message
• Coordinator Crashed
• Coordinator Timeout