#include <Integra/integra_port.h>
Go to the source code of this file.
Data Structures | |
struct | ntg_bridge_interface |
Interface giving functions to be supplied by an Integra bridge. More... | |
Typedefs | |
typedef void(* | bridge_send_callback )(const ntg_port *, const ntg_value *) |
typedef const ntg_bridge_interface *(* | ntg_bridge_interface_generator )(void) |
Functions | |
const ntg_bridge_interface * | ntg_bridge_interface_new (void) |
Function to return a pointer to a bridge interface for use by the bridge host. |
Integra bridge API
typedef void(* bridge_send_callback)(const ntg_port *, const ntg_value *) |
typedef const ntg_bridge_interface*(* ntg_bridge_interface_generator)(void) |
const ntg_bridge_interface* ntg_bridge_interface_new | ( | void | ) |
Function to return a pointer to a bridge interface for use by the bridge host.