open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Structures | Typedefs
ReferenceService.h File Reference
#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 Documentation

◆ NL_ReferenceService

Definition at line 26 of file ReferenceService.h.

◆ RefService_addNewReferenceType

typedef void(* RefService_addNewReferenceType) (void *context, const struct NL_ReferenceTypeNode *node)

Definition at line 17 of file ReferenceService.h.

◆ RefService_isHasTypeDefRef

typedef bool(* RefService_isHasTypeDefRef) (void *context, const struct NL_Reference *ref)

Definition at line 16 of file ReferenceService.h.

◆ RefService_isRefHierachical

typedef bool(* RefService_isRefHierachical) (void *context, const struct NL_Reference *ref)

Definition at line 14 of file ReferenceService.h.

◆ RefService_isRefNonHierachical

typedef bool(* RefService_isRefNonHierachical) (void *context, const struct NL_Reference *ref)

Definition at line 15 of file ReferenceService.h.