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
1
Merge Requests
1
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
nexedi
osie
Commits
a9517ed3
Commit
a9517ed3
authored
May 15, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
parent
14ad036f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
coupler/server.c
coupler/server.c
+9
-0
No files found.
coupler/server.c
View file @
a9517ed3
...
...
@@ -39,7 +39,16 @@ dict_t *SUBSCRIBER_DICT;
// The default port of OPC-UA server
const
int
DEFAULT_OPC_UA_PORT
=
4840
;
// The default operation mode of the coupler where
// 0 - this is normal functional coupler where each request
// will lead to proper write to attached I2C MOD-IO
// 1 - a virtual mode where no write to attached I2C MOD-IO
// will be performed
const
int
DEFAULT_MODE
=
0
;
// The default coupler ID which is used for keep-alive
// Pub / Sub safety network implementation
const
int
DEFAULT_COUPLER_ID
=
0
;
int
OPC_UA_PORT
;
...
...
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