SCJ_by_AndersP.Ravn_and_HansSøndergaard
A B C D E F G H I J L M N O P R S T U V X Y 

A

AbsoluteTime - Class in javax.realtime
An object that represents a specific point in time given by milliseconds plus nanoseconds past some point in time fixed by the clock.
AbsoluteTime() - Constructor for class javax.realtime.AbsoluteTime
Equivalent to new AbsoluteTime(0,0).
AbsoluteTime(long, int) - Constructor for class javax.realtime.AbsoluteTime
Constructs an AbsoluteTime object with millisecond and nanosecond components past the real-time clock's Epoch.
AbsoluteTime(AbsoluteTime) - Constructor for class javax.realtime.AbsoluteTime
Make a new AbsoluteTime object from the given AbsoluteTime object.
AbsoluteTime(long, int, Clock) - Constructor for class javax.realtime.AbsoluteTime
Constructs an AbsoluteTime object with time millisecond and nanosecond components past the clock's Epoch.
AbsoluteTime(Clock) - Constructor for class javax.realtime.AbsoluteTime
Equivalent to AbsoluteTime(0,0,clock).
add(long, int) - Method in class javax.realtime.AbsoluteTime
Creates a new object representing the result of adding millis and nanos to the values from this and normalizing the result.
add(long, int, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
Returns an object containing the value resulting from adding millis and nanos to the values from this and normalizing the result.
add(RelativeTime) - Method in class javax.realtime.AbsoluteTime
Creates a new instance of AbsoluteTime representing the result of adding time to the value of this and normalizing the result.
add(RelativeTime, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
Returns an object containing the value resulting from adding time to the value of this and normalizing the result.
add(long, int) - Method in class javax.realtime.RelativeTime
Creates a new object representing the result of adding millis and nanos to the values from this and normalizing the result.
add(RelativeTime) - Method in class javax.realtime.RelativeTime
Creates a new object representing the result of adding time to the value of this.
add(long, int, RelativeTime) - Method in class javax.realtime.RelativeTime
Returns an object containing the value resulting from adding millis and nanos to this and normalizing the result.
add(RelativeTime, RelativeTime) - Method in class javax.realtime.RelativeTime
Returns an object containing the value resulting from adding time to this and normalizing the result.
add(int) - Method in class vm.Address
 
add(int) - Method in class vm.Address32Bit
 
add(int) - Method in class vm.Address64Bit
 
Address - Class in vm
 
Address() - Constructor for class vm.Address
 
address - Variable in class vm.Address32Bit
 
address - Variable in class vm.Address64Bit
 
Address32Bit - Class in vm
 
Address32Bit(int) - Constructor for class vm.Address32Bit
 
Address64Bit - Class in vm
 
Address64Bit(long) - Constructor for class vm.Address64Bit
 
allocateBackingStore(int) - Static method in class vm.Memory
 
AllocationContext - Interface in javax.realtime
All memory allocation takes places from within an allocation context.
AperiodicEventHandler - Class in javax.safetycritical
This class permits the explicit release of application code.
AperiodicEventHandler(PriorityParameters, AperiodicParameters, StorageParameters) - Constructor for class javax.safetycritical.AperiodicEventHandler
Constructs an aperiodic event handler that can be explicitly released.
AperiodicParameters - Class in javax.realtime
SCJ supports no detection of minimum inter-arrival time violations, therefore only aperiodic parameters are needed.
AperiodicParameters() - Constructor for class javax.realtime.AperiodicParameters
APR updated Construct a new AperiodicParameters object within the current memory area with no deadline detection facility.
AperiodicParameters(RelativeTime, AperiodicEventHandler) - Constructor for class javax.realtime.AperiodicParameters
Construct a new AperiodicParameters object within the current memory area.
Architecture - Class in vm
 
Architecture() - Constructor for class vm.Architecture
 
architecture - Static variable in class vm.Architecture
 
ATMEGA2560 - Static variable in class vm.Architecture
 
attach(Object) - Method in class vm.Monitor
 
awaitNextTick() - Static method in class vm.RealtimeClock
Delay until next system tick
A B C D E F G H I J L M N O P R S T U V X Y 
SCJ_by_AndersP.Ravn_and_HansSøndergaard