u-RPC (Python API)
1.0.1
The u-RPC Remote Procedure Call framework
|
Namespaces | |
urpc_test.callee | |
Functions | |
def | urpc_test.callee._urpc_test_func_1 (x, y) |
u-RPC integer arguments test function. More... | |
def | urpc_test.callee._urpc_test_func_2 (buf) |
u-RPC variable length data test function. More... | |
def | urpc_test.callee._urpc_test_func_3 (test_case, string) |
u-RPC string type data test function. More... | |
def | urpc_test.callee._urpc_test_func_4 () |
u-RPC zero arguments and multiple return value test function. More... | |
def | urpc_test.callee._urpc_test_func_5 (arg_types, args) |
u-RPC variable signature test function. More... | |
def | urpc_test.callee.set_up_test_functions (test_case, callee) |
Add test functions to callee endpoint. More... | |