Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
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
Esteban Blanc
proview
Commits
5bc8a36a
Commit
5bc8a36a
authored
May 20, 2011
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UDP IO implemented
parent
a5aba434
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
327 additions
and
137 deletions
+327
-137
otherio/lib/rt/src/os_linux/rt_io_m_udp_io.c
otherio/lib/rt/src/os_linux/rt_io_m_udp_io.c
+165
-135
otherio/wbl/mcomp/src/otherio.wb_load
otherio/wbl/mcomp/src/otherio.wb_load
+128
-2
src/msg/rt/src/rt_iom_msg.msg
src/msg/rt/src/rt_iom_msg.msg
+32
-0
src/msg/used_facility_numbers.txt
src/msg/used_facility_numbers.txt
+2
-0
No files found.
otherio/lib/rt/src/os_linux/rt_io_m_udp_io.c
View file @
5bc8a36a
This diff is collapsed.
Click to expand it.
otherio/wbl/mcomp/src/otherio.wb_load
View file @
5bc8a36a
This diff is collapsed.
Click to expand it.
src/msg/rt/src/rt_iom_msg.msg
0 → 100644
View file @
5bc8a36a
!
! Proview $Id$
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! rt_iom_msg.msg -- <short description>
!
.facility IOM,143 /prefix = IOM__ ! IO methods
success <Normal, successful completion> /succ
udp_up <UDP link is up> /succ
udp_init <UDP initalizing> /info
udp_down <UDP link is down> /error
udp_socket <UDP create socket error> /error
udp_bind <UDP bind socket error> /error
udp_remote <UDP unknown remote host> /error
.end
src/msg/used_facility_numbers.txt
View file @
5bc8a36a
...
...
@@ -31,6 +31,8 @@
130 plc
140 io
141 pb
142 mb
143 iom
180 ini
190 mh
191 ph
...
...
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