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
29e6e8b2
Commit
29e6e8b2
authored
Jul 18, 2013
by
pwrp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Powerlink new stall action logic
parent
ba690633
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
45 deletions
+98
-45
otherio/lib/rt/src/os_linux/rt_io_m_epl.h
otherio/lib/rt/src/os_linux/rt_io_m_epl.h
+8
-1
otherio/lib/rt/src/os_linux/rt_io_m_epl_mn.c
otherio/lib/rt/src/os_linux/rt_io_m_epl_mn.c
+90
-44
No files found.
otherio/lib/rt/src/os_linux/rt_io_m_epl.h
View file @
29e6e8b2
...
...
@@ -39,23 +39,30 @@
#define rt_io_m_epl_h
typedef
struct
{
short
init
;
short
timeoutStatus
;
int
prevState
;
int
input_area_size
;
int
output_area_size
;
void
*
input_area
;
void
*
output_area
;
void
*
tmp_area
;
struct
timespec
tpe
,
tps
;
struct
timespec
tpe
,
tps
,
boot
;
short
inputResetEnabled
;
}
io_sLocalEpl_MN
;
typedef
struct
{
int
prevState
;
short
timeoutStatus
;
int
byte_ordering
;
int
float_representation
;
struct
timespec
tpe
,
tps
;
}
io_sLocalEpl_CN
;
typedef
struct
{
int
prevState
;
short
timeoutStatus
;
int
byte_ordering
;
int
float_representation
;
struct
timespec
tpe
,
tps
;
...
...
otherio/lib/rt/src/os_linux/rt_io_m_epl_mn.c
View file @
29e6e8b2
This diff is collapsed.
Click to expand it.
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