The Lead models a Pacemaker lead that read and write pulse valuesfrom andto the heart. Each lead its attached to a specific chamber and this is captured using the instance variable chamber.
The following operation discharges a pulse to the heart.
\begin{vdm_al} public
addLeadPace : Pulse * Time ==> ()
addLeadPace (p,t) == if t <= time then dischargePulse(p,chamber) else (scheduledPulse := mk_(t,p); return);
\end{vdm_al}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.