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

From Second Life Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
|
|
{|
{|
{{LSL DefineRow|Coordinator|Configuration|}}
{{LSL DefineRow|Coordinator|TestGroupsDialogResponce|[[string]] group}}
{{LSL DefineRow|Coordinator|ChatProxy|}}
{{LSL DefineRow|Coordinator|TestDialogResponce|[[string]] test}}
{{LSL DefineRow|Coordinator|Configuration|[[list]] config}}
{{LSL DefineRow|Coordinator|ChatProxy|[[string]] msg}}
|}
|}
|
|
{|
{|
{{LSL DefineRow|Coordinator|TestGroupsDialog|}}
{{LSL DefineRow|Coordinator|TestGroupsDialog|[[integer]] offset}}
{{LSL DefineRow|Coordinator|TestDialog|}}
{{LSL DefineRow|Coordinator|TestDialog|[[string]] group, [[integer]] offset}}
{{LSL DefineRow|Coordinator|StartGroup|}}
{{LSL DefineRow|Coordinator|StartGroup|}}
{{LSL DefineRow|Coordinator|StartTest|}}
{{LSL DefineRow|Coordinator|StartTest|}}
Line 29: Line 31:
|
|
{|
{|
{{LSL DefineRow|Test Unit|Announce|}}
{{LSL DefineRow|Test Unit|Announce|[[string]] name}}
{{LSL DefineRow|Test Unit|Leave|}}
{{LSL DefineRow|Test Unit|Leave|[[string]] group}}
{{LSL DefineRow|Test Unit|Message|}}
{{LSL DefineRow|Test Unit|Message|[[integer]] level, [[string]] message}}
{{LSL DefineRow|Test Unit|Crashed|}}
{{LSL DefineRow|Test Unit|Crashed|[[string]] message}}
{{LSL DefineRow|Test Unit|Timeout|}}
{{LSL DefineRow|Test Unit|Timeout|}}
{{LSL DefineRow|Controller|TestGroupsDialog|}}
{{LSL DefineRow|Controller|TestGroupsDialog|[[integer]] offset}}
{{LSL DefineRow|Controller|TestDialog|}}
{{LSL DefineRow|Controller|TestDialog|[[string]] group, [[integer]] offset}}
{{LSL DefineRow|Controller|StartGroup|}}
{{LSL DefineRow|Controller|StartGroup|[[string]] group}}
{{LSL DefineRow|Controller|StartTest|}}
{{LSL DefineRow|Controller|StartTest|[[string]] test}}
{{LSL DefineRow|Controller|StopTests|}}
{{LSL DefineRow|Controller|StopTests|}}
{{LSL DefineRow|Controller|Configure|}}
{{LSL DefineRow|Controller|Configure|[[list]] config_updates}}
|}
|}
|
|
{|
{|
{{LSL DefineRow|Test Unit|Capture|}}
{{LSL DefineRow|Test Unit|Capture|}}
{{LSL DefineRow|Test Unit|StartTest|}}
{{LSL DefineRow|Test Unit|StartTest|[[list]] tests}}
{{LSL DefineRow|Test Unit|StopTest|}}
{{LSL DefineRow|Test Unit|StopTest|[[list]] tests}}
{{LSL DefineRow|Test Unit|Configure|}}
{{LSL DefineRow|Test Unit|Configure|[[list]] config_updates}}
{{LSL DefineRow|Controller|Configuration|}}
{{LSL DefineRow|Controller|Configuration|[[list]] config}}
{{LSL DefineRow|Controller|ChatProxy|}}
{{LSL DefineRow|Controller|ChatProxy|[[string]] msg}}
{{LSL DefineRow|Controller|TestGroupsDialogResponce|[[string]] group}}
{{LSL DefineRow|Controller|TestDialogResponce|[[string]] test}}
|}
|}
|}
|}
Line 61: Line 65:
{|
{|
{{LSL DefineRow|Coordinator|Capture|}}
{{LSL DefineRow|Coordinator|Capture|}}
{{LSL DefineRow|Coordinator|StartTest|}}
{{LSL DefineRow|Coordinator|StartTests|[[list]] tests}}
{{LSL DefineRow|Coordinator|StopTest|}}
{{LSL DefineRow|Coordinator|StopTest|[[list]] tests}}
{{LSL DefineRow|Coordinator|Configure|}}
{{LSL DefineRow|Coordinator|Configure|[[list]] config_updates}}
|}
|}
|
|
{|
{|
{{LSL DefineRow|Coordinator|Announce|}}
{{LSL DefineRow|Coordinator|Announce|[[string]] name}}
{{LSL DefineRow|Coordinator|Leave|}}
{{LSL DefineRow|Coordinator|Leave|[[string]] group}}
{{LSL DefineRow|Coordinator|Message|}}
{{LSL DefineRow|Coordinator|Message|[[integer]] level, [[string]] message}}
{{LSL DefineRow|Coordinator|Crashed|}}
{{LSL DefineRow|Coordinator|Crashed|[[string]] message}}
{{LSL DefineRow|Coordinator|Timeout|}}
{{LSL DefineRow|Coordinator|Timeout|}}
|}
|}
|}
|}

Latest revision as of 05:10, 8 March 2007

Chat Communications

Controller

Input Output
• Coordinator TestGroupsDialogResponce string group
• Coordinator TestDialogResponce string test
• Coordinator Configuration list config
• Coordinator ChatProxy string msg
• Coordinator TestGroupsDialog integer offset
• Coordinator TestDialog string group, integer offset
• Coordinator StartGroup
• Coordinator StartTest
• Coordinator StopTests
• Coordinator Configure

Coordinator

Input Output
• Test Unit Announce string name
• Test Unit Leave string group
• Test Unit Message integer level, string message
• Test Unit Crashed string message
• Test Unit Timeout
• Controller TestGroupsDialog integer offset
• Controller TestDialog string group, integer offset
• Controller StartGroup string group
• Controller StartTest string test
• Controller StopTests
• Controller Configure list config_updates
• Test Unit Capture
• Test Unit StartTest list tests
• Test Unit StopTest list tests
• Test Unit Configure list config_updates
• Controller Configuration list config
• Controller ChatProxy string msg
• Controller TestGroupsDialogResponce string group
• Controller TestDialogResponce string test

Test Unit

Input Output
• Coordinator Capture
• Coordinator StartTests list tests
• Coordinator StopTest list tests
• Coordinator Configure list config_updates
• Coordinator Announce string name
• Coordinator Leave string group
• Coordinator Message integer level, string message
• Coordinator Crashed string message
• Coordinator Timeout