Issue 11314: fix in the description of parameter (evot-ftf) Source: SELEX SI (Mr. Fabrizio Morciano, fmorciano@selex-si.com) Nature: Uncategorized Issue Severity: Summary: General some fix in the description of parameter (changed names with clash with type e.g. Clock clock -> Clock aClock) Resolution: To change the names of the attributes as, for example: Clock clock -> Clock aClock Revised Text: In Section 8.8, to substitute the operation register_handler with void register_handler(in Clock aClock, in MonotonicityViolation violation, in MonotonicityViolationHandler handler); In Section 8.8, to substitute the operation handle_monotonicity_violation with: void handle_monotonicity_violation(in Clock aClock, in MonotonicityViolation violation); In Section 8.11 and in Appendix at page 55, to substitute the operations on_set,on_set_rate, on_pause, on_terminate, on_resume in module “PeriodicExecution” with: void on_set(in Controller aController); void on_set_rate(in Controller aController); void on_pause(in Controller aController); void on_terminate(in Controller aController); void on_resume(in Controller aController); Actions taken: August 29, 2007: received issue April 15, 2008: closed issue Discussion: End of Annotations:===== s is issue # 11314 fix in the description of parameter General some fix in the description of parameter (changed names with clash with type e.g. Clock clock -> Clock aClock)