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
68320858
Commit
68320858
authored
Nov 03, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
6ecd5549
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/lib/rt/src/rt_mh_appl.c
src/lib/rt/src/rt_mh_appl.c
+3
-3
src/lib/rt/src/rt_mh_appl.h
src/lib/rt/src/rt_mh_appl.h
+3
-3
No files found.
src/lib/rt/src/rt_mh_appl.c
View file @
68320858
/*
* Proview $Id: rt_mh_appl.c,v 1.
7 2006-02-14 05:27:43
claes Exp $
* Proview $Id: rt_mh_appl.c,v 1.
8 2008-11-03 08:58:28
claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -113,7 +113,7 @@ mh_ApplConnect (
of the messages. In this way a restarted application can find
out if it has any active messages. */
mh_mApplFlags
flags
,
/**< see mh_mApplFlags N.B.! Ignored for this release */
pwr_tString80
abortEventName
,
/**< If the application terminates abnormally, an alarm message
const
pwr_tString80
abortEventName
,
/**< If the application terminates abnormally, an alarm message
with this text as the event name will be generated.<br>
N.B.! Ignored for this release */
mh_eEvent
abortEventType
,
/**< ZZZ */
...
...
@@ -123,7 +123,7 @@ mh_ApplConnect (
mh_mEventFlags
abortEventFlags
,
/**< If the application terminates abnormally, an alarm message
with this priority will be generated.<br>
N.B.! Ignored for this release */
pwr_tString80
abortEventText
,
/**< If the application terminates abnormally, an alarm message
const
pwr_tString80
abortEventText
,
/**< If the application terminates abnormally, an alarm message
with this arbitrary text as the event text will be
generated.<br>
N.B.! Ignored for this release */
...
...
src/lib/rt/src/rt_mh_appl.h
View file @
68320858
/*
* Proview $Id: rt_mh_appl.h,v 1.
6 2008-01-24 09:58:41
claes Exp $
* Proview $Id: rt_mh_appl.h,v 1.
7 2008-11-03 08:58:28
claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -137,11 +137,11 @@ pwr_tStatus mh_ApplCancel (
pwr_tStatus
mh_ApplConnect
(
pwr_tObjid
ApplObject
,
mh_mApplFlags
Flags
,
pwr_tString80
AbortEventName
,
const
pwr_tString80
AbortEventName
,
mh_eEvent
AbortEventType
,
mh_eEventPrio
AbortEventPrio
,
mh_mEventFlags
AbortEventFlags
,
pwr_tString80
AbortEventText
,
const
pwr_tString80
AbortEventText
,
pwr_tUInt32
*
NoOfActMessages
);
...
...
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