connect.c File Reference
Go to the source code of this file.
Functions |
| DEFINE_ALLOCATOR (mgk_link, 200, l.l2l.nextin) |
unsigned int | mgk_set_default_connection_length (unsigned int newlen) |
static mgk_error_code | do_connect (mgk_nodep src, unsigned int srcport, mgk_nodep dst, unsigned int dstport, unsigned int maxlen, int callremote) |
mgk_error_code | mgk_connect_nodes (mgk_nodep src, unsigned int srcport, mgk_nodep dst, unsigned int dstport) |
mgk_error_code | mgk_connect_nodes_len (mgk_nodep src, unsigned int srcport, mgk_nodep dst, unsigned int dstport, unsigned int maxlen) |
| DEFSVC (connect_nodes) |
static mgk_error_code | do_disconnect (mgk_nodep src, unsigned int srcport, mgk_nodep dst, unsigned int dstport, int callremote) |
mgk_error_code | mgk_disconnect_nodes (mgk_nodep src, unsigned int srcport, mgk_nodep dst, unsigned int dstport) |
| DEFSVC (disconnect_nodes) |
Variables |
static int | dfltlen = 1000 |
Function Documentation
DEFINE_ALLOCATOR |
( |
mgk_link |
, |
|
|
200 |
, |
|
|
l.l2l. |
nextin | |
|
) |
| | |
CONNECT.C ----- dataflow graph node connection stuff
DEFSVC |
( |
disconnect_nodes |
|
) |
|
unsigned int mgk_set_default_connection_length |
( |
unsigned int |
newlen |
) |
|
Variable Documentation