Data Structures | |
| class | MyClass |
Functions | |
| def | client_callback |
| def | dummy |
| def | server_create_command_services |
Variables | |
| string | CMND1FORMAT = "C" |
| string | CMND2FORMAT = "F:2;D:2;I:1;S:1;C" |
| string | CMND3FORMAT = "I" |
| int | COMMAND_DELAY = 1 |
| int | counter = 0 |
| tuple | list_args = range(counter, counter+5) |
| tuple | res = pydim.dic_cmnd_callback('test3', list_args, CMND3FORMAT, client_callback, 3) |
| tuple | res = pydim.dic_cmnd_callback('test2', tuple_args, CMND2FORMAT, client_callback, 2) |
| tuple | res = pydim.dic_cmnd_callback('test1', tuple_args, CMND1FORMAT, client_callback, 1) |
| tuple | tuple_args = (counter, counter+1, counter*9, counter*1.9, counter, counter-1, 'ABRACADABRA') |
| tuple | tuple_args = ('Test call no. %03d' %counter, ) |
| def test_dimc_cmnd_callback::client_callback | ( | tag, | ||
| ret | ||||
| ) |
Definition at line 22 of file test_dimc_cmnd_callback.py.
| def test_dimc_cmnd_callback::dummy | ( | args | ) |
Definition at line 13 of file test_dimc_cmnd_callback.py.
| def test_dimc_cmnd_callback::server_create_command_services | ( | ) |
Definition at line 26 of file test_dimc_cmnd_callback.py.
string CMND1FORMAT = "C" [static] |
Definition at line 8 of file test_dimc_cmnd_callback.py.
string CMND2FORMAT = "F:2;D:2;I:1;S:1;C" [static] |
Definition at line 9 of file test_dimc_cmnd_callback.py.
string CMND3FORMAT = "I" [static] |
Definition at line 10 of file test_dimc_cmnd_callback.py.
int COMMAND_DELAY = 1 [static] |
Definition at line 11 of file test_dimc_cmnd_callback.py.
int counter = 0 [static] |
Definition at line 45 of file test_dimc_cmnd_callback.py.
Definition at line 71 of file test_dimc_cmnd_callback.py.
tuple res = pydim.dic_cmnd_callback('test3', list_args, CMND3FORMAT, client_callback, 3) [static] |
Definition at line 72 of file test_dimc_cmnd_callback.py.
tuple res = pydim.dic_cmnd_callback('test2', tuple_args, CMND2FORMAT, client_callback, 2) [static] |
Definition at line 62 of file test_dimc_cmnd_callback.py.
tuple res = pydim.dic_cmnd_callback('test1', tuple_args, CMND1FORMAT, client_callback, 1) [static] |
Definition at line 52 of file test_dimc_cmnd_callback.py.
tuple tuple_args = (counter, counter+1, counter*9, counter*1.9, counter, counter-1, 'ABRACADABRA') [static] |
Definition at line 61 of file test_dimc_cmnd_callback.py.
tuple tuple_args = ('Test call no. %03d' %counter, ) [static] |
Definition at line 51 of file test_dimc_cmnd_callback.py.
1.4.7