Difference between revisions of "User:Strife Onizuka/Projects/TestHost/Communications"
< User:Strife Onizuka | Projects | TestHost
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= | = Chat Communications = | ||
== Controller == | |||
{|{{prettytable}} | |||
|-{{Hl2}} | |||
!Input | |||
!Output | |||
|-valign="top" | |||
| | |||
{| | {| | ||
{{LSL DefineRow||Configuration|}} | {{LSL DefineRow|Coordinator|TestGroupsDialogResponce|[[string]] group}} | ||
{{LSL DefineRow||ChatProxy|}} | {{LSL DefineRow|Coordinator|TestDialogResponce|[[string]] test}} | ||
{{LSL DefineRow|Coordinator|Configuration|[[list]] config}} | |||
{{LSL DefineRow|Coordinator|ChatProxy|[[string]] msg}} | |||
|} | |} | ||
| | |||
{| | {| | ||
{{LSL DefineRow||TestGroupsDialog|}} | {{LSL DefineRow|Coordinator|TestGroupsDialog|[[integer]] offset}} | ||
{{LSL DefineRow||TestDialog|}} | {{LSL DefineRow|Coordinator|TestDialog|[[string]] group, [[integer]] offset}} | ||
{{LSL DefineRow||StartGroup|}} | {{LSL DefineRow|Coordinator|StartGroup|}} | ||
{{LSL DefineRow||StartTest|}} | {{LSL DefineRow|Coordinator|StartTest|}} | ||
{{LSL DefineRow||StopTests|}} | {{LSL DefineRow|Coordinator|StopTests|}} | ||
{{LSL DefineRow||Configure|}} | {{LSL DefineRow|Coordinator|Configure|}} | ||
|} | |} | ||
= Coordinator | |} | ||
== Coordinator == | |||
{|{{prettytable}} | |||
|-{{Hl2}} | |||
!Input | |||
!Output | |||
|-valign="top" | |||
| | |||
{| | |||
{{LSL DefineRow|Test Unit|Announce|[[string]] name}} | |||
{{LSL DefineRow|Test Unit|Leave|[[string]] group}} | |||
{{LSL DefineRow|Test Unit|Message|[[integer]] level, [[string]] message}} | |||
{{LSL DefineRow|Test Unit|Crashed|[[string]] message}} | |||
{{LSL DefineRow|Test Unit|Timeout|}} | |||
{{LSL DefineRow|Controller|TestGroupsDialog|[[integer]] offset}} | |||
{{LSL DefineRow|Controller|TestDialog|[[string]] group, [[integer]] offset}} | |||
{{LSL DefineRow|Controller|StartGroup|[[string]] group}} | |||
{{LSL DefineRow|Controller|StartTest|[[string]] test}} | |||
{{LSL DefineRow|Controller|StopTests|}} | |||
{{LSL DefineRow|Controller|Configure|[[list]] config_updates}} | |||
|} | |||
| | |||
{| | {| | ||
{{LSL DefineRow||Capture|}} | {{LSL DefineRow|Test Unit|Capture|}} | ||
{{LSL DefineRow||StartTest|}} | {{LSL DefineRow|Test Unit|StartTest|[[list]] tests}} | ||
{{LSL DefineRow||StopTest|}} | {{LSL DefineRow|Test Unit|StopTest|[[list]] tests}} | ||
{{LSL DefineRow||Configure|}} | {{LSL DefineRow|Test Unit|Configure|[[list]] config_updates}} | ||
{{LSL DefineRow|Controller|Configuration|[[list]] config}} | |||
{{LSL DefineRow|Controller|ChatProxy|[[string]] msg}} | |||
{{LSL DefineRow|Controller|TestGroupsDialogResponce|[[string]] group}} | |||
{{LSL DefineRow|Controller|TestDialogResponce|[[string]] test}} | |||
|} | |} | ||
= Test Unit | |} | ||
== Test Unit == | |||
{|{{prettytable}} | |||
|-{{Hl2}} | |||
!Input | |||
!Output | |||
|-valign="top" | |||
| | |||
{| | {| | ||
{{LSL DefineRow|| | {{LSL DefineRow|Coordinator|Capture|}} | ||
{{LSL DefineRow|| | {{LSL DefineRow|Coordinator|StartTests|[[list]] tests}} | ||
{{LSL DefineRow|| | {{LSL DefineRow|Coordinator|StopTest|[[list]] tests}} | ||
{{LSL DefineRow|| | {{LSL DefineRow|Coordinator|Configure|[[list]] config_updates}} | ||
{{LSL DefineRow|| | |} | ||
{{LSL DefineRow|| | | | ||
{| | |||
{{LSL DefineRow|Coordinator|Announce|[[string]] name}} | |||
{{LSL DefineRow|Coordinator|Leave|[[string]] group}} | |||
{{LSL DefineRow|Coordinator|Message|[[integer]] level, [[string]] message}} | |||
{{LSL DefineRow|Coordinator|Crashed|[[string]] message}} | |||
{{LSL DefineRow|Coordinator|Timeout|}} | |||
|} | |||
|} | |} |
Latest revision as of 04:10, 8 March 2007
Chat Communications
Controller
Input | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Coordinator
Input | Output | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Test Unit
Input | Output | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|