#include <Integra/integra_id.h>#include <Integra/integra_value.h>#include <Integra/integra_error.h>Go to the source code of this file.
Data Structures | |
| struct | ntg_port_ |
| Port identifier for data connections. More... | |
Typedefs | |
| typedef struct ntg_port_ | ntg_port |
| Port identifier for data connections. | |
Functions | |
| ntg_port * | ntg_port_new (void) |
| ntg_error_code | ntg_port_free (ntg_port *port) |
| ntg_error_code | ntg_port_disconnect (ntg_port *target, ntg_port *source, void *bridge) |
| ntg_error_code ntg_port_disconnect | ( | ntg_port * | target, | |
| ntg_port * | source, | |||
| void * | bridge | |||
| ) |
References NTG_ERROR, NTG_NO_ERROR, and ntg_print_error().
| ntg_error_code ntg_port_free | ( | ntg_port * | port | ) |
References ntg_port_::attribute_name, NTG_ERROR, ntg_free(), and NTG_NO_ERROR.
Referenced by ntg_connection_free(), ntg_server_delete_orphaned_connections(), and ntg_server_update_connection().
| ntg_port* ntg_port_new | ( | void | ) |
References ntg_port_::attribute_name, ntg_port_::module_id, and ntg_malloc().
Referenced by ntg_server_update_connection().
1.6.1