6 #ifndef __TEST_DISPLAY_IDL__
7 #define __TEST_DISPLAY_IDL__
Type-independent display test interface.
Definition: TestDisplay.idl:15
Orientation
Display orientation.
Definition: TestDisplay.idl:18
@ LEFT
Left side down.
Definition: TestDisplay.idl:21
@ NORMAL
Normal orientation.
Definition: TestDisplay.idl:19
@ FLIPPED
Upside-down.
Definition: TestDisplay.idl:20
TestStatus
Status of interactive test.
Definition: TestDisplay.idl:49
@ TEST_IDLE
Test has not been started.
Definition: TestDisplay.idl:50
@ TEST_PASSED
The test finished successfully.
Definition: TestDisplay.idl:52
@ TEST_BUSY
Test is in progress.
Definition: TestDisplay.idl:51
Info getInfo()
Retrieve display's meta information.
void testSequence(in int cycleTime_ms)
Execute a test sequence that is a bit more elaborate than just on and off all.
void enterTestMode(in boolean showColorNames)
Start an interactive test on units which support it.
TestStatus getTestStatus()
Get the current status of the interactive test.
Test Interfaces.
Definition: TestDisplay.idl:12
Collected display meta information.
Definition: TestDisplay.idl:26
string type
Display type.
Definition: TestDisplay.idl:27
Orientation orientation
Display orientation.
Definition: TestDisplay.idl:30
map< string, string > options
Display options.
Definition: TestDisplay.idl:29
string address
Display address.
Definition: TestDisplay.idl:28