Public Member Functions | |
def | __init__ |
def | client_callback1 |
def | client_callback2 |
def | client_callback3 |
def | run |
def | service1 |
def | service2 |
def | service3 |
Data Fields | |
clients | |
name | |
svc1 | |
svc2 | |
svc3 | |
updates | |
Static Public Attributes | |
float | DELAY = 0.03 |
string | SRV1FORMAT = 'F:1;I:1;D:2;C:10;C' |
string | SRV1NAME = 'Test_Serv1_' |
string | SRV2FORMAT = 'D' |
string | SRV2NAME = 'Test_Serv2_' |
string | SRV3FORMAT = 'C' |
string | SRV3NAME = 'Test_Serv3_' |
Can be run in multiple instances. The class will update "UPDATES" times the services.
Definition at line 31 of file test_dimc_service.py.
Definition at line 41 of file test_dimc_service.py.
string SRV1NAME = 'Test_Serv1_' [static] |
Definition at line 32 of file test_dimc_service.py.