event.mark 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .//============================================================================
  2. .// File: event.mark
  3. .//
  4. .// Description:
  5. .// This marking file is used to indicate event related xtUML
  6. .// specialization(s) to the model compiler's translation engine.
  7. .//
  8. .// Notice:
  9. .// (C) Copyright 1999-2013 Mentor Graphics Corporation
  10. .// All rights reserved.
  11. .//============================================================================
  12. .// Notes:
  13. .// (1) Marking is specified via archetype function invocation(s) in this file.
  14. .// A function invocation statement MUST be specified on a single line.
  15. .// All indicated function input parameters must be supplied.
  16. .// (2) All quoted string parameters are case sensitive.
  17. .// (3) Comments in this file start with ".//".
  18. .// (4) Do not leave any blank lines in this file.
  19. .//============================================================================
  20. .//
  21. .//
  22. .//============================================================================
  23. .// Mark Priority Event(s):
  24. .//
  25. .// To indicate to the model compiler that an event is to be given
  26. .// higher priority, use the following invocation (one for each
  27. .// priority event):
  28. .//
  29. .// MarkPriorityEvent( "component", "event_label", value )
  30. .//
  31. .// Where the input parameter(s) are:
  32. .// component = name of component (domain) containing class having event
  33. .// to be marked
  34. .// event_label = label of event to be tagged
  35. .// value = priority of event (0-255, 0 is lowest and default)
  36. .//
  37. .// Example:
  38. .// .invoke MarkPriorityEvent( "autosampler", "CAR1", 4 )
  39. .// .invoke MarkPriorityEvent( "*", "SP2", 10 )
  40. .//============================================================================
  41. .//
  42. .//
  43. .//============================================================================
  44. .// Do not add anything at the end of this file!
  45. .//============================================================================