cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Functions | |
def | send (cFcluster cluster, node_id, data_obj, proto='udp', port=CF_DEFAULT_PORT) |
def | recv (cFcluster cluster, node_id, data_obj, proto='udp', port=CF_DEFAULT_PORT) |
Variables | |
int | CF_DEFAULT_PORT = 2718 |
def cFSPlib.comm.recv | ( | cFcluster | cluster, |
node_id, | |||
data_obj, | |||
proto = 'udp' , |
|||
port = CF_DEFAULT_PORT |
|||
) |
Definition at line 46 of file comm.py.
def cFSPlib.comm.send | ( | cFcluster | cluster, |
node_id, | |||
data_obj, | |||
proto = 'udp' , |
|||
port = CF_DEFAULT_PORT |
|||
) |
Definition at line 41 of file comm.py.