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
4e53f19d
Commit
4e53f19d
authored
Apr 05, 2024
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update name and doc.
parent
d487bc74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
coupler/cli.h
coupler/cli.h
+2
-2
No files found.
coupler/cli.h
View file @
4e53f19d
/*
/*
* Command Line Interface handling.
* Command Line Interface handling.
*/
*/
const
char
*
argp_program_version
=
"
OSIE OPC-UA coupler 0.0.1
"
;
const
char
*
argp_program_version
=
"
rPLC coupler 0.0.1 (http://rplc.nexedi.com)
"
;
const
char
*
argp_program_bug_address
=
"info@nexedi.com"
;
const
char
*
argp_program_bug_address
=
"info@nexedi.com"
;
static
char
doc
[]
=
"
OPC-UA
server which controls MOD-IO's relays' state over OPC-UA protocol."
;
static
char
doc
[]
=
"
rPLC coupler
server which controls MOD-IO's relays' state over OPC-UA protocol."
;
static
char
args_doc
[]
=
"..."
;
static
char
args_doc
[]
=
"..."
;
static
struct
argp_option
options
[]
=
{
static
struct
argp_option
options
[]
=
{
{
"port"
,
'p'
,
"4840"
,
0
,
"Port to bind to."
},
{
"port"
,
'p'
,
"4840"
,
0
,
"Port to bind to."
},
...
...
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