Macros | |
#define | INTERFACE_MX_NODE_BASIC (1ll << 0) |
Interface basic's flag. More... | |
#define | INTERFACE_MX_NODE_DATA_ACCESS (1ll << 1) |
Interface data access's flag. More... | |
Functions | |
const char * | mx_node_operator_get_version () |
Get node operator's version. More... | |
long long | mx_node_operator_get_supported_interfaces () |
Get supported interfaces. More... | |
MX_NODE_RESULT | mx_node_operator_initialize (MX_NODE_NODE_OPERATOR_HANDLE operator_handle) |
Do node operator's initialize, like create nodes. More... | |
void | mx_node_operator_uninitialize () |
Do node operator's uninitialize. More... | |
void | mx_node_operator_start () |
A notify to inform node operator start with non-blocking. More... | |
void | mx_node_operator_stop () |
A notify to inform node operator stopping. More... | |
#define INTERFACE_MX_NODE_BASIC (1ll << 0) |
Interface basic's flag.
Definition at line 42 of file mx_node_interface_basic.h.
#define INTERFACE_MX_NODE_DATA_ACCESS (1ll << 1) |
Interface data access's flag.
Definition at line 48 of file mx_node_interface_basic.h.
const char* mx_node_operator_get_version | ( | ) |
Get node operator's version.
long long mx_node_operator_get_supported_interfaces | ( | ) |
Get supported interfaces.
MX_NODE_RESULT mx_node_operator_initialize | ( | MX_NODE_NODE_OPERATOR_HANDLE | operator_handle | ) |
Do node operator's initialize, like create nodes.
void mx_node_operator_uninitialize | ( | ) |
Do node operator's uninitialize.
void mx_node_operator_start | ( | ) |
A notify to inform node operator start with non-blocking.
void mx_node_operator_stop | ( | ) |
A notify to inform node operator stopping.