open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
pubsub.h File Reference

Go to the source code of this file.

Data Structures

struct  UA_PubSubChannel
 
struct  UA_PubSubTransportLayer
 

Typedefs

typedef struct UA_PubSubConnectionConfig UA_PubSubConnectionConfig
 
typedef struct UA_PubSubChannel UA_PubSubChannel
 
typedef UA_StatusCode(* UA_PubSubReceiveCallback) (UA_PubSubChannel *channel, void *callbackContext, const UA_ByteString *buffer)
 

Enumerations

enum  UA_PubSubChannelState
 

Typedef Documentation

◆ UA_PubSubConnectionConfig

typedef struct UA_PubSubConnectionConfig UA_PubSubConnectionConfig

Definition at line 21 of file pubsub.h.

◆ UA_PubSubChannel

typedef struct UA_PubSubChannel UA_PubSubChannel

Definition at line 24 of file pubsub.h.

◆ UA_PubSubReceiveCallback

typedef UA_StatusCode(* UA_PubSubReceiveCallback) (UA_PubSubChannel *channel, void *callbackContext, const UA_ByteString *buffer)

Definition at line 35 of file pubsub.h.

Enumeration Type Documentation

◆ UA_PubSubChannelState

Enumerator
UA_PUBSUB_CHANNEL_RDY 
UA_PUBSUB_CHANNEL_PUB 
UA_PUBSUB_CHANNEL_SUB 
UA_PUBSUB_CHANNEL_PUB_SUB 
UA_PUBSUB_CHANNEL_ERROR 
UA_PUBSUB_CHANNEL_CLOSED 

Definition at line 26 of file pubsub.h.