Module alarm

Module alarm 

Source
Expand description

TX-2 alarms.

Structs§

Alarm
Describes an alarm which is active.
UnknownAlarmName
UnmaskedAlarm
Describes an alarm which is active and is not masked (meaning that it is actually firing).

Enums§

AlarmDetails
AlarmsDetails variant names are from User’s Handbook section 5-2.2; full names are taken from section 10-2.5.1 (vol 2) of the Technical Manual.
AlarmKind
Describes the kinds of alarm that exist in the TX-2.
AlarmMaskability
Describes whether a particular kind of alarm can be masked.
BadMemOp
A memory read or write failure.
BugActivity
Indicates what the emulator was doing when a bug was discovered.

Traits§

Alarmer
A trait for objects which implement the firing of alarms.