Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
osie
Commits
cd0df529
Commit
cd0df529
authored
Apr 15, 2022
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup.
parent
2be1630e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
33 deletions
+1
-33
coupler/opc-ua-server/server.c
coupler/opc-ua-server/server.c
+1
-1
coupler/opc-ua-server/server_subscribe.c
coupler/opc-ua-server/server_subscribe.c
+0
-32
No files found.
coupler/opc-ua-server/server.c
View file @
cd0df529
...
...
@@ -237,7 +237,7 @@ int main(int argc, char **argv)
.
description
=
"Heart beat"
,
.
pdefaultValue
=
&
defaultInt64
,
.
type
=
UA_TYPES
[
UA_TYPES_INT64
],
}
,
}
};
UA_String
transportProfile
=
...
...
coupler/opc-ua-server/server_subscribe.c
View file @
cd0df529
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
*
* Copyright (c) 2019 Kalycito Infotech Private Limited
*/
/**
* .. _pubsub-subscribe-tutorial:
*
* **IMPORTANT ANNOUNCEMENT**
*
* The PubSub Subscriber API is currently not finished. This Tutorial will be
* continuously extended during the next PubSub batches. More details about the
* PubSub extension and corresponding open62541 API are located here: :ref:`pubsub`.
*
* Subscribing Fields
* ^^^^^^^^^^^^^^^^^^
* The PubSub subscribe example demonstrates the simplest way to receive
* information over two transport layers such as UDP and Ethernet, that are
* published by tutorial_pubsub_publish example and update values in the
* TargetVariables of Subscriber Information Model.
*
* Run step of the application is as mentioned below:
*
* ./bin/examples/tutorial_pubsub_subscribe
*
* **Connection handling**
*
* PubSubConnections can be created and deleted on runtime. More details about
* the system preconfiguration and connection can be found in
* ``tutorial_pubsub_connection.c``. */
#include <open62541/plugin/log_stdout.h>
#include <open62541/plugin/pubsub_udp.h>
#include <open62541/server.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment