|
open62541 1.4.15
Open source implementation of OPC UA
|
Go to the source code of this file.
Typedefs | |
| typedef struct SortContext | SortContext |
| typedef void(* | Sort_SortedNodeCallback) (struct Nodeset *nodeset, struct NL_Node *node) |
Functions | |
| SortContext * | Sort_init (void) |
| void | Sort_cleanup (SortContext *ctx) |
| bool | Sort_addNode (SortContext *ctx, struct NL_Node *node) |
| bool | Sort_start (SortContext *ctx, struct Nodeset *nodeset, Sort_SortedNodeCallback callback, struct NodesetLoader_Logger *logger) |
| typedef struct SortContext SortContext |
| bool Sort_addNode | ( | SortContext * | ctx, |
| struct NL_Node * | node | ||
| ) |
| void Sort_cleanup | ( | SortContext * | ctx | ) |
| SortContext * Sort_init | ( | void | ) |
| bool Sort_start | ( | SortContext * | ctx, |
| struct Nodeset * | nodeset, | ||
| Sort_SortedNodeCallback | callback, | ||
| struct NodesetLoader_Logger * | logger | ||
| ) |