#include <Integra/integra_port.h>#include <Integra/integra_error.h>#include <Integra/integra_bridge.h>#include "memory.h"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