open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_EventSource Struct Reference

#include <eventloop.h>

Data Fields

struct UA_EventSourcenext
 
UA_EventSourceType eventSourceType
 
UA_String name
 
UA_EventLoopeventLoop
 
UA_KeyValueMap params
 
UA_EventSourceState state
 
UA_StatusCode(* start )(UA_EventSource *es)
 
void(* stop )(UA_EventSource *es)
 
UA_StatusCode(* free )(UA_EventSource *es)
 

Detailed Description

Definition at line 208 of file eventloop.h.

Field Documentation

◆ eventLoop

UA_EventLoop* UA_EventSource::eventLoop

Definition at line 217 of file eventloop.h.

◆ eventSourceType

UA_EventSourceType UA_EventSource::eventSourceType

Definition at line 212 of file eventloop.h.

◆ free

UA_StatusCode(* UA_EventSource::free) (UA_EventSource *es)

Definition at line 226 of file eventloop.h.

◆ name

UA_String UA_EventSource::name

Definition at line 216 of file eventloop.h.

◆ next

struct UA_EventSource* UA_EventSource::next

Definition at line 209 of file eventloop.h.

◆ params

UA_KeyValueMap UA_EventSource::params

Definition at line 218 of file eventloop.h.

◆ start

UA_StatusCode(* UA_EventSource::start) (UA_EventSource *es)

Definition at line 223 of file eventloop.h.

◆ state

UA_EventSourceState UA_EventSource::state

Definition at line 222 of file eventloop.h.

◆ stop

void(* UA_EventSource::stop) (UA_EventSource *es)

Definition at line 224 of file eventloop.h.


The documentation for this struct was generated from the following file: