data.c File Reference
Go to the source code of this file.
Functions |
| mgk_error_code | mgk_write_node_input_port (void *data, mgk_data_type type, mgk_nodep node, unsigned int port) |
| | DEFSVC (write_node_input_port) |
| mgk_error_code | mgk_write_node_output_port (void *data, mgk_data_type type, mgk_nodep node, unsigned int port, unsigned int whichconn) |
| | DEFSVC (write_node_output_port) |
| mgk_error_code | mgk_clear_node_input_port (mgk_nodep node, unsigned int port, unsigned int count) |
| | DEFSVC (clear_node_input_port) |
| mgk_error_code | mgk_clear_node_output_port (mgk_nodep node, unsigned int port, unsigned int whichconn, unsigned int count) |
| | DEFSVC (clear_node_output_port) |
| unsigned int | mgk_node_input_port_length (mgk_nodep node, unsigned int port) |
| | DEFSVC (node_input_port_length) |
| unsigned int | mgk_node_output_port_length (mgk_nodep node, unsigned int port, unsigned int whichconn) |
| | DEFSVC (node_output_port_length) |
| void * | mgk_peek_node_input_port (mgk_nodep node, unsigned int port, unsigned int streampos, mgk_data_type *typep) |
| | DEFSVC (peek_node_input_port) |
| void * | mgk_peek_node_output_port (mgk_nodep node, unsigned int port, unsigned int whichconn, unsigned int streampos, mgk_data_type *typep) |
| | DEFSVC (peek_node_output_port) |
Variables |
| static mgk_value * | last_peek_value = NULL |
Function Documentation
| DEFSVC |
( |
peek_node_output_port |
|
) |
|
| DEFSVC |
( |
peek_node_input_port |
|
) |
|
| DEFSVC |
( |
node_output_port_length |
|
) |
|
| DEFSVC |
( |
node_input_port_length |
|
) |
|
| DEFSVC |
( |
clear_node_output_port |
|
) |
|
| DEFSVC |
( |
clear_node_input_port |
|
) |
|
| DEFSVC |
( |
write_node_output_port |
|
) |
|
| DEFSVC |
( |
write_node_input_port |
|
) |
|
| mgk_error_code mgk_clear_node_output_port |
( |
mgk_nodep |
node, |
|
|
unsigned int |
port, |
|
|
unsigned int |
whichconn, |
|
|
unsigned int |
count | |
|
) |
| | |
| unsigned int mgk_node_input_port_length |
( |
mgk_nodep |
node, |
|
|
unsigned int |
port | |
|
) |
| | |
| unsigned int mgk_node_output_port_length |
( |
mgk_nodep |
node, |
|
|
unsigned int |
port, |
|
|
unsigned int |
whichconn | |
|
) |
| | |
| void* mgk_peek_node_input_port |
( |
mgk_nodep |
node, |
|
|
unsigned int |
port, |
|
|
unsigned int |
streampos, |
|
|
mgk_data_type * |
typep | |
|
) |
| | |
| void* mgk_peek_node_output_port |
( |
mgk_nodep |
node, |
|
|
unsigned int |
port, |
|
|
unsigned int |
whichconn, |
|
|
unsigned int |
streampos, |
|
|
mgk_data_type * |
typep | |
|
) |
| | |
Variable Documentation
DATA.C ---- data insertion/removal routines
Definition at line 8 of file data.c.