|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | NL_ReferenceService |
Typedefs | |
| typedef bool(* | RefService_isRefHierachical) (void *context, const struct NL_Reference *ref) |
| typedef bool(* | RefService_isRefNonHierachical) (void *context, const struct NL_Reference *ref) |
| typedef bool(* | RefService_isHasTypeDefRef) (void *context, const struct NL_Reference *ref) |
| typedef void(* | RefService_addNewReferenceType) (void *context, const struct NL_ReferenceTypeNode *node) |
| typedef struct NL_ReferenceService | NL_ReferenceService |
| typedef struct NL_ReferenceService NL_ReferenceService |
Definition at line 26 of file ReferenceService.h.
| typedef void(* RefService_addNewReferenceType) (void *context, const struct NL_ReferenceTypeNode *node) |
Definition at line 17 of file ReferenceService.h.
| typedef bool(* RefService_isHasTypeDefRef) (void *context, const struct NL_Reference *ref) |
Definition at line 16 of file ReferenceService.h.
| typedef bool(* RefService_isRefHierachical) (void *context, const struct NL_Reference *ref) |
Definition at line 14 of file ReferenceService.h.
| typedef bool(* RefService_isRefNonHierachical) (void *context, const struct NL_Reference *ref) |
Definition at line 15 of file ReferenceService.h.