MX_NODE_NODE 's correlative types. More...
#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | _MX_NODE_FOLDER |
| Folder node's attributes, it is an empty sturcture. More... | |
| struct | _MX_NODE_OBJECT |
| Object node's attributes, it is an empty sturcture. More... | |
| struct | _MX_NODE_VARIANT |
| A variant structure is used to store different type's data. More... | |
| struct | _MX_NODE_VARIABLE |
| Variable node's attributes. More... | |
| struct | _MX_NODE_PROPERTY |
| Property node's attributes. More... | |
| struct | _MX_NODE_NODE |
| A node's sturcture contain name, description, node type and attribute. More... | |
Macros | |
| #define | MAX_NODE_NAME_LEN 30 |
| #define | MAX_NODE_DESC_LEN 256 |
Typedefs | |
| typedef enum _MX_NODE_NODE_TYPE | MX_NODE_NODE_TYPE |
| Type of OPC UA node. More... | |
| typedef struct _MX_NODE_FOLDER | MX_NODE_FOLDER |
| Folder node's attributes, it is an empty sturcture. More... | |
| typedef struct _MX_NODE_OBJECT | MX_NODE_OBJECT |
| Object node's attributes, it is an empty sturcture. More... | |
| typedef enum _MX_NODE_VALUE_TYPE | MX_NODE_VALUE_TYPE |
| Variable node's data type. More... | |
| typedef enum _MX_NODE_ACCESS_RIGHT | MX_NODE_ACCESS_RIGHT |
| Variable node's access right. More... | |
| typedef struct _MX_NODE_VARIANT | MX_NODE_VARIANT |
| A variant structure is used to store different type's data. More... | |
| typedef struct _MX_NODE_VARIABLE | MX_NODE_VARIABLE |
| Variable node's attributes. More... | |
| typedef struct _MX_NODE_PROPERTY | MX_NODE_PROPERTY |
| Property node's attributes. More... | |
| typedef struct _MX_NODE_NODE | MX_NODE_NODE |
| A node's sturcture contain name, description, node type and attribute. More... | |
| typedef enum _MX_NODE_RESULT | MX_NODE_RESULT |
| A result enumeration represents success or not. More... | |
MX_NODE_NODE 's correlative types.
Definition in file mx_node_node_def.h.