
Public Member Functions | |
| __init__ (self, data=None) | |
| get_data (self, wait=False) | |
| write (self, data) | |
Protected Attributes | |
| _data | |
Definition at line 16 of file test_aoSim.py.
| test_aoSim.DummyImage.__init__ | ( | self, | |
data = None |
|||
| ) |
Definition at line 17 of file test_aoSim.py.
| test_aoSim.DummyImage.get_data | ( | self, | |
wait = False |
|||
| ) |
Definition at line 20 of file test_aoSim.py.
References test_aoSim.DummyImage._data.
| test_aoSim.DummyImage.write | ( | self, | |
| data | |||
| ) |
Definition at line 25 of file test_aoSim.py.
References test_aoSim.DummyImage._data.
|
protected |
Definition at line 18 of file test_aoSim.py.
Referenced by test_aoSim.DummyImage.get_data(), and test_aoSim.DummyImage.write().