Commit 68320858 authored by claes's avatar claes

*** empty log message ***

parent 6ecd5549
/* /*
* 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. * Copyright (C) 2005 SSAB Oxelösund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -113,7 +113,7 @@ mh_ApplConnect ( ...@@ -113,7 +113,7 @@ mh_ApplConnect (
of the messages. In this way a restarted application can find of the messages. In this way a restarted application can find
out if it has any active messages. */ out if it has any active messages. */
mh_mApplFlags flags, /**< see mh_mApplFlags N.B.! Ignored for this release */ 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> with this text as the event name will be generated.<br>
N.B.! Ignored for this release */ N.B.! Ignored for this release */
mh_eEvent abortEventType, /**< ZZZ */ mh_eEvent abortEventType, /**< ZZZ */
...@@ -123,7 +123,7 @@ mh_ApplConnect ( ...@@ -123,7 +123,7 @@ mh_ApplConnect (
mh_mEventFlags abortEventFlags,/**< If the application terminates abnormally, an alarm message mh_mEventFlags abortEventFlags,/**< If the application terminates abnormally, an alarm message
with this priority will be generated.<br> with this priority will be generated.<br>
N.B.! Ignored for this release */ 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 with this arbitrary text as the event text will be
generated.<br> generated.<br>
N.B.! Ignored for this release */ N.B.! Ignored for this release */
......
/* /*
* 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. * Copyright (C) 2005 SSAB Oxelösund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -137,11 +137,11 @@ pwr_tStatus mh_ApplCancel ( ...@@ -137,11 +137,11 @@ pwr_tStatus mh_ApplCancel (
pwr_tStatus mh_ApplConnect ( pwr_tStatus mh_ApplConnect (
pwr_tObjid ApplObject, pwr_tObjid ApplObject,
mh_mApplFlags Flags, mh_mApplFlags Flags,
pwr_tString80 AbortEventName, const pwr_tString80 AbortEventName,
mh_eEvent AbortEventType, mh_eEvent AbortEventType,
mh_eEventPrio AbortEventPrio, mh_eEventPrio AbortEventPrio,
mh_mEventFlags AbortEventFlags, mh_mEventFlags AbortEventFlags,
pwr_tString80 AbortEventText, const pwr_tString80 AbortEventText,
pwr_tUInt32 *NoOfActMessages pwr_tUInt32 *NoOfActMessages
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment