ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Classes | |
class | SimpleServer |
Functions | |
def | now () |
Variables | |
ctx = zmq.Context() | |
sock = ctx.socket(zmq.SERVER) | |
string | addr = "tcp://127.0.0.1:5678" |
node = pyre.Pyre("testflows") | |
string | portname = "recver" |
ss = SimpleServer(sock); | |
bool | I_quit = False |
ok = ss.recv_dat() | |
def test_ugly.now | ( | ) |
Definition at line 10 of file test_ugly.py.
string test_ugly.addr = "tcp://127.0.0.1:5678" |
Definition at line 160 of file test_ugly.py.
test_ugly.ctx = zmq.Context() |
Definition at line 158 of file test_ugly.py.
bool test_ugly.I_quit = False |
Definition at line 173 of file test_ugly.py.
test_ugly.node = pyre.Pyre("testflows") |
Definition at line 163 of file test_ugly.py.
test_ugly.ok = ss.recv_dat() |
Definition at line 179 of file test_ugly.py.
string test_ugly.portname = "recver" |
Definition at line 164 of file test_ugly.py.
test_ugly.sock = ctx.socket(zmq.SERVER) |
Definition at line 159 of file test_ugly.py.
test_ugly.ss = SimpleServer(sock); |
Definition at line 171 of file test_ugly.py.