% SafetySwitch.vdmrt
\subsubsection{Observing the safety switch -- the \texttt{SafetySwitch} class}
The \texttt{SafetySwitch} class obtains the status from the environment and returns
a Boolean value.
\begin{vdm_al}
class SafetySwitch
instance variables
-- link back to the controller managing this resource
private mController : Controller;
operations
public SafetySwitch: Controller ==> SafetySwitch
SafetySwitch (pController) == mController := pController;
public getStatus: () ==> bool
getStatus () ==
duration (0)
return mController.getValue("SAFETY") > 0;
end SafetySwitch
\end{vdm_al}
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
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.
|