- RealtimeClock - Class in javax.realtime
-
A RealtimeClock implementation.
- RealtimeClock - Class in vm
-
- register() - Method in class javax.safetycritical.AperiodicEventHandler
-
- register() - Method in class javax.safetycritical.ManagedEventHandler
-
Registers this event handler with the current mission.
- register() - Method in interface javax.safetycritical.ManagedSchedulable
-
Registers this schedulable object with the current mission.
- register() - Method in class javax.safetycritical.MissionSequencer
-
- register() - Method in class javax.safetycritical.OneShotEventHandler
-
- register() - Method in class javax.safetycritical.PeriodicEventHandler
-
- register() - Method in class vm.ClockInterruptHandler
-
- register() - Method in interface vm.InterruptHandler
-
- registerHandler(InterruptHandler, byte) - Static method in class vm.InterruptDispatcher
-
- RelativeTime - Class in javax.realtime
-
An object that represents a duration in milliseconds and nanoseconds.
- RelativeTime() - Constructor for class javax.realtime.RelativeTime
-
Equivalent to RelativeTime(0,0).
- RelativeTime(long, int) - Constructor for class javax.realtime.RelativeTime
-
Construct a RelativeTime object representing a duration based on the parameter millis
plus the parameter nanos.
- RelativeTime(Clock) - Constructor for class javax.realtime.RelativeTime
-
Constructs a duration of zero milliseconds and zero nanoseconds.
- RelativeTime(long, int, Clock) - Constructor for class javax.realtime.RelativeTime
-
Constructs a RelativeTime object representing a duration based on the parameters.
- RelativeTime(RelativeTime) - Constructor for class javax.realtime.RelativeTime
-
Makes a new RelativeTime object from the given RelativeTime object.
- release() - Method in class javax.safetycritical.AperiodicEventHandler
-
Release this aperiodic event handler
- ReleaseParameters - Class in javax.realtime
-
All schedulability analysis of safety critical software is performed off line.
- requestSequenceTermination() - Method in class javax.safetycritical.MissionSequencer
-
Invokes the currently running Mission's
requestTermination method.
- requestTermination() - Method in class javax.safetycritical.Mission
-
This method provides a standard interface for requesting termination of a mission.
- reset(int) - Method in class vm.Memory
-
Resets the memory by setting free to the new free value
newFree = 0 means, that the whole memory is reset
Precondition: 0 <= newFree < size
- run() - Method in class javax.safetycritical.Launcher
-