Syntax
GenerateAlarmStamp (LPCTSTR alarmId, LPCTSTR fr, LPCTSTR refID, COR_STAMP timestamp );
Parameters
alarmId |
The Alarm ID for the alarm. |
fr |
The Resource ID for the alarm. |
refId |
The optional Reference ID for the alarm. If you have no Reference ID, enter "" in this argument. |
timestamp |
The date and time to be used for the alarm generation time. |
Remarks
This method sends an alarm generation message to the CIMPLICITY Alarm Manager. Included in the message will be any alarm message parameters created by calls to AddField() or AddSeverity() since initialization or the last ResetField() call. The Alarm Manager uses the timestamp given by this method for the alarm generation timestamp.
AlarmGen methods. |