-- get the left hand-side start point and opening angle public getAperture: () ==> GLOBAL`Angle * GLOBAL`Angle
getAperture () == return mk_ (aperture, SENSOR_APERTURE);
-- trip is called asynchronously from the environment to -- signal an event. the sensor triggers if the event is -- in the field of view. the event is stored in the -- missile detector for further processing asyncpublic trip: EventId * MissileType * Angle ==> ()
trip (evid, pmt, pa) == -- log and time stamp the observed threat
detector.addThreat(evid,pmt,pa,time) pre canObserve(pa, aperture, SENSOR_APERTURE)
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.