A B C D E F G H I J K L M N O P R S T U V W X Y

A

abs(int) - Static method in class java.lang.Math
 
abs(long) - Static method in class java.lang.Math
 
abs(float) - Static method in class java.lang.Math
 
abs(double) - Static method in class java.lang.Math
 
acos(double) - Static method in class java.lang.Math
 
activate(Thread) - Static method in class keso.core.TaskService
The task is transferred from the suspended state into the ready state.
activeCount() - Static method in class java.lang.Thread
 
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
adjustMemory(Memory, int, Memory, int) - Static method in class keso.core.MemoryService
This function changes the memory address and range of a Memory object to a subarea of another Memory object.
advanceCounter(int) - Static method in class keso.core.CounterService
Advance by one from task level.
Alarm - Class in keso.core
System object class for OSEK alarms.
AlarmBase - Class in keso.core
Represents the OSEK AlarmBaseType.
AlarmBase() - Constructor for class keso.core.AlarmBase
 
AlarmService - Class in keso.core
Provides access to Counter/Alarm related OSEK system services.
AlarmService() - Constructor for class keso.core.AlarmService
 
allocDynamicDeviceMemory(int, int) - Static method in class keso.core.MemoryService
Provides access to a raw device memory area using a dynamically allocated Memory object.
allocMemory(int) - Static method in class keso.core.MemoryService
This function allocates a memory block that can be used like physical memory.
allocReceiveBuffer(int, short, int) - Method in interface keso.core.io.PacketStream
Allocates a memory block for receiving packets from ID.
allocStaticDeviceMemory(int, int) - Static method in class keso.core.MemoryService
Provides access to a raw device memory area using a statically allocated Memory object.
allocStaticMemory(int) - Static method in class keso.core.MemoryService
This function will allocate an immortal memory block that can be used like physical memory and an immortal Memory object to access the area.
allocStaticMemoryHandle() - Static method in class keso.core.MemoryService
This function creates a Memory object for a empty memory range.
allocTransmitBuffer(short, int) - Method in interface keso.core.io.PacketStream
Allocate a memory block for transmitting packets.
and(int) - Method in class keso.core.MT_U16
Computes the bitwise AND of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
and(int) - Method in class keso.core.MT_U32
Computes the bitwise AND of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
and(int) - Method in class keso.core.MT_U8
Computes the bitwise AND of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
and16(int, int) - Method in class keso.core.Memory
Performs the logical AND on a 16-bit value in the area using the given mask and overwrites the original value with the result.
and32(int, int) - Method in class keso.core.Memory
Performs the logical AND on a 32-bit value in the area using the given mask and overwrites the original value with the result.
and8(int, int) - Method in class keso.core.Memory
Performs the logical AND on a byte value in the area using the given mask and overwrites the original value with the result.
append(char) - Method in class java.lang.StringBuffer
 
append(char[], int, int) - Method in class java.lang.StringBuffer
 
append(char[]) - Method in class java.lang.StringBuffer
 
append(Object) - Method in class java.lang.StringBuffer
 
append(String) - Method in class java.lang.StringBuffer
 
append(StringBuffer) - Method in class java.lang.StringBuffer
 
append(boolean) - Method in class java.lang.StringBuffer
 
append(int) - Method in class java.lang.StringBuffer
 
append(long) - Method in class java.lang.StringBuffer
 
append(float) - Method in class java.lang.StringBuffer
 
append(double) - Method in class java.lang.StringBuffer
 
append(char) - Method in class java.lang.StringBuilder
 
append(char[], int, int) - Method in class java.lang.StringBuilder
 
append(char[]) - Method in class java.lang.StringBuilder
 
append(Object) - Method in class java.lang.StringBuilder
 
append(String) - Method in class java.lang.StringBuilder
 
append(StringBuilder) - Method in class java.lang.StringBuilder
 
append(boolean) - Method in class java.lang.StringBuilder
 
append(int) - Method in class java.lang.StringBuilder
 
append(long) - Method in class java.lang.StringBuilder
 
append(float) - Method in class java.lang.StringBuilder
 
append(double) - Method in class java.lang.StringBuilder
 
Appmodes - Class in keso.core
This class contains the Appmode identifiers for all defined application modes plus the special application mode OSDEFAULTAPPMODE.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
 
ArrayIndexOutOfBoundsException - Exception in java.lang
 
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
 
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
 
asin(double) - Static method in class java.lang.Math
 
atan(double) - Static method in class java.lang.Math
 
atan2(double, double) - Static method in class java.lang.Math
 
availableProcessors() - Method in class java.lang.Runtime
Returns the number of processors available to the Java virtual machine.

B

Boolean - Class in java.lang
Instances of class Boolean represent primitive boolean values.
Boolean(boolean) - Constructor for class java.lang.Boolean
Create a Boolean object representing the value of the argument value.
Boolean(String) - Constructor for class java.lang.Boolean
Creates a Boolean object representing the primitive true if and only if s matches the string "true" ignoring case, otherwise the object will represent the primitive false.
booleanValue() - Method in class java.lang.Boolean
Return the primitive boolean value of this Boolean object.
Byte - Class in java.lang
Instances of class Byte represent primitive byte values.
Byte(byte) - Constructor for class java.lang.Byte
Create a Byte object representing the value of the byte argument.
Byte(String) - Constructor for class java.lang.Byte
Create a Byte object representing the value specified by the String argument
byteValue() - Method in class java.lang.Byte
Return the value of this Byte.
byteValue() - Method in class java.lang.Double
 
byteValue() - Method in class java.lang.Float
 
byteValue() - Method in class java.lang.Integer
 
byteValue() - Method in class java.lang.Number
 
byteValue() - Method in class java.lang.Short
Return the value of this Short as a byte.

C

cancelAlarm(Alarm) - Static method in class keso.core.AlarmService
Cancels the Alarm specified by alarmID.
capacity() - Method in class java.lang.StringBuffer
 
capacity() - Method in class java.lang.StringBuilder
 
ceil(double) - Static method in class java.lang.Math
 
chain(Thread) - Static method in class keso.core.TaskService
This service causes the termination of the calling task.
Character - Class in java.lang
 
Character(char) - Constructor for class java.lang.Character
 
charAt(int) - Method in class java.lang.String
 
charAt(int) - Method in class java.lang.StringBuffer
 
charAt(int) - Method in class java.lang.StringBuilder
 
charValue() - Method in class java.lang.Character
 
checkError() - Method in class java.io.PrintStream
 
checkError() - Method in class keso.io.DebugOutPrintStream
 
checkError() - Method in class keso.io.NullPrintStream
 
Class<T> - Class in java.lang
 
Class() - Constructor for class java.lang.Class
 
clearBit(int) - Method in class keso.core.MT_U16
Clears the given bit in the mapped value.
clearBit(int) - Method in class keso.core.MT_U32
Clears the given bit in the mapped value.
clearBit(int) - Method in class keso.core.MT_U8
Clears the given bit in the mapped value.
clearEvent(int) - Static method in class keso.core.EventService
Events of the calling extended task are cleared according to .
clone() - Method in class java.lang.Enum
 
clone() - Method in class java.lang.Object
 
Cloneable - Interface in java.lang
 
CloneNotSupportedException - Exception in java.lang
 
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
 
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
 
close() - Method in class java.io.OutputStream
 
close() - Method in class java.io.PrintStream
 
compare(double, double) - Static method in class java.lang.Double
 
compare(float, float) - Static method in class java.lang.Float
 
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean to another.
compareTo(Byte) - Method in class java.lang.Byte
Compare two Bytes numerically by comparing their byte values.
compareTo(Object) - Method in class java.lang.Enum
 
compareTo(Short) - Method in class java.lang.Short
Compare two Shorts numerically by comparing their short values.
compareTo(String) - Method in class java.lang.String
 
concat(String) - Method in class java.lang.String
 
Config - Class in keso.core
The Config class allows Java applications to get values specified in the kesorc configuration file.
Config() - Constructor for class keso.core.Config
 
copy(Memory, int, Memory, int, int) - Static method in class keso.core.MemoryService
Copy data from one raw memory area to another one.
copyValueOf(char[]) - Static method in class java.lang.String
 
copyValueOf(char[], int, int) - Static method in class java.lang.String
 
cos(double) - Static method in class java.lang.Math
 
Counters - Class in keso.core
This class contains the OSEK counter constants.
CounterService - Class in keso.core
This class contains ProOSEK services (these are not defined in the OSEK spec) to deal with counters.
CounterService() - Constructor for class keso.core.CounterService
 
currentThread() - Static method in class java.lang.Thread
 
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

D

DebugOut - Class in keso.io
Small class for buffered debug output.
DebugOut() - Constructor for class keso.io.DebugOut
 
DebugOutOutputStream - Class in keso.io
 
DebugOutOutputStream() - Constructor for class keso.io.DebugOutOutputStream
 
DebugOutPrintStream - Class in keso.io
 
DebugOutPrintStream() - Constructor for class keso.io.DebugOutPrintStream
 
decode(String) - Static method in class java.lang.Byte
Convert the specified String into a Byte.
decode(String) - Static method in class java.lang.Short
Convert the specified String into a Short.
delete(int, int) - Method in class java.lang.StringBuffer
 
delete(int, int) - Method in class java.lang.StringBuilder
 
deleteCharAt(int) - Method in class java.lang.StringBuffer
 
deleteCharAt(int) - Method in class java.lang.StringBuilder
 
digit(char, int) - Static method in class java.lang.Character
 
disableAll() - Static method in class keso.core.InterruptService
This service disables all interrupts for which the hardware supports disabling.
Double - Class in java.lang
 
Double(double) - Constructor for class java.lang.Double
 
Double(String) - Constructor for class java.lang.Double
 
doubleToLongBits(double) - Static method in class java.lang.Double
 
doubleValue() - Method in class java.lang.Byte
Return the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
 
doubleValue() - Method in class java.lang.Float
 
doubleValue() - Method in class java.lang.Integer
 
doubleValue() - Method in class java.lang.Long
 
doubleValue() - Method in class java.lang.Short
Return the value of this Short as a double.

E

E - Static variable in class java.lang.Math
 
E_OK - Static variable in class keso.core.TaskService
 
E_OS_ACCESS - Static variable in class keso.core.TaskService
 
E_OS_CALLEVEL - Static variable in class keso.core.TaskService
 
E_OS_ID - Static variable in class keso.core.TaskService
 
E_OS_LIMIT - Static variable in class keso.core.TaskService
 
E_OS_NOFUNC - Static variable in class keso.core.TaskService
 
E_OS_RESOURCE - Static variable in class keso.core.TaskService
 
E_OS_STATE - Static variable in class keso.core.TaskService
 
E_OS_VALUE - Static variable in class keso.core.TaskService
 
enableAll() - Static method in class keso.core.InterruptService
This service restores the state saved by DisableAllInterrupts.
endsWith(String) - Method in class java.lang.String
 
ensureCapacity(int) - Method in class java.lang.StringBuffer
 
ensureCapacity(int) - Method in class java.lang.StringBuilder
 
Enum - Class in java.lang
 
Enum(String, int) - Constructor for class java.lang.Enum
 
equals(Object) - Method in class java.lang.Boolean
If the obj is an instance of Boolean and has the same primitive value as this object then true is returned.
equals(Object) - Method in class java.lang.Byte
Returns true if obj is an instance of Byte and represents the same byte value.
equals(Object) - Method in class java.lang.Character
 
equals(Object) - Method in class java.lang.Double
 
equals(Object) - Method in class java.lang.Enum
 
equals(Object) - Method in class java.lang.Float
 
equals(Object) - Method in class java.lang.Integer
 
equals(Object) - Method in class java.lang.Long
 
equals(Object) - Method in class java.lang.Object
 
equals(Object) - Method in class java.lang.Short
Returns true if obj is an instance of Short and represents the same short value.
equals(Object) - Method in class java.lang.String
 
equals(Object) - Method in class keso.core.MT_BOOLEAN
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_FLOAT
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_SPACE32
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_U16
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_U32
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_U32RO
Returns true if both mapped fields are mapped to the same address.
equals(Object) - Method in class keso.core.MT_U8
Returns true if both mapped fields are mapped to the same address.
equalsIgnoreCase(String) - Method in class java.lang.String
 
err - Static variable in class java.lang.System
 
Error - Error in java.lang
 
Error() - Constructor for error java.lang.Error
 
Error(String) - Constructor for error java.lang.Error
 
Error(Throwable) - Constructor for error java.lang.Error
 
Events - Class in keso.core
This class only contains definitions of the masks for every event that may be used in the Java application just as they would be used in C programs.
EventService - Class in keso.core
 
EventService() - Constructor for class keso.core.EventService
 
Exception - Exception in java.lang
 
Exception() - Constructor for exception java.lang.Exception
 
Exception(String) - Constructor for exception java.lang.Exception
 
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.System
 
exp(double) - Static method in class java.lang.Math
 

F

FALSE - Static variable in class java.lang.Boolean
This field is a Boolean object representing the primitive value false.
FilterOutputStream - Class in java.io
 
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
 
finalize() - Method in class java.lang.Object
 
Float - Class in java.lang
 
Float(float) - Constructor for class java.lang.Float
 
Float(double) - Constructor for class java.lang.Float
 
Float(String) - Constructor for class java.lang.Float
 
floatToIntBits(float) - Static method in class java.lang.Float
 
floatValue() - Method in class java.lang.Byte
Return the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
 
floatValue() - Method in class java.lang.Float
 
floatValue() - Method in class java.lang.Integer
 
floatValue() - Method in class java.lang.Long
 
floatValue() - Method in class java.lang.Short
Return the value of this Short as a float.
floor(double) - Static method in class java.lang.Math
 
flush() - Method in class java.io.OutputStream
 
flush() - Method in class java.io.PrintStream
 
flush() - Static method in class keso.io.DebugOut
 
forDigit(int, int) - Static method in class java.lang.Character
 
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
 
get() - Method in class keso.core.MT_BOOLEAN
Reads the value from the target location of the mapping.
get() - Method in class keso.core.MT_FLOAT
Reads the value from the target location of the mapping.
get() - Method in class keso.core.MT_U16
Reads the value from the target location of the mapping.
get() - Method in class keso.core.MT_U32
Reads the value from the target location of the mapping.
get() - Method in class keso.core.MT_U32RO
Reads the value from the target location of the mapping.
get() - Method in class keso.core.MT_U8
Reads the value from the target location of the mapping.
get16(int) - Method in class keso.core.Memory
Read a 16-bit value at the specified offset from the beginning of the represented memory block.
get32(int) - Method in class keso.core.Memory
Read a 32-bit value at the specified offset from the beginning of the represented memory block.
get8(int) - Method in class keso.core.Memory
Read a byte at the specified offset from the beginning of the represented memory block.
getActiveApplicationMode() - Static method in class keso.core.OSService
Returns the current application mode.
getAlarm(Alarm) - Static method in class keso.core.AlarmService
Query relative value in ticks before the Alarm expires.
getAlarmBase(Alarm, AlarmBase) - Static method in class keso.core.AlarmService
Read the AlarmBase characteristics of an Alarm.
getAlarmByName(String) - Static method in class keso.core.AlarmService
Get a reference to an Alarm object by specifying its name as it was defined in KESORC.
getBoolean(String) - Static method in class java.lang.Boolean
If the value of the system property name matches "true" ignoring case then the function returns true.
getByte(String, byte) - Static method in class keso.core.Config
Insert a byte value form the config file.
getBytes() - Method in class java.lang.String
 
getBytes(String) - Method in class java.lang.String
 
getBytes(int, int, byte[], int) - Method in class java.lang.String
 
getChar(String, char) - Static method in class keso.core.Config
 
getChars(int, int, char[], int) - Method in class java.lang.String
 
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
 
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
 
getClass() - Method in class java.lang.Object
 
getComponentType() - Method in class java.lang.Class
 
getDouble(String, double) - Static method in class keso.core.Config
 
getEvent(Thread) - Static method in class keso.core.EventService
Query the events of a task specified by .
getFloat(String, float) - Static method in class keso.core.Config
 
getFloat(int) - Method in class keso.core.Memory
Read a 32-bit floating point value at the specified offset from the beginning of the represented memory block.
getInt(String, int) - Static method in class keso.core.Config
 
getIntArray(String) - Static method in class keso.core.Config
 
getInteger(String) - Static method in class java.lang.Integer
 
getInteger(String, int) - Static method in class java.lang.Integer
 
getInteger(String, Integer) - Static method in class java.lang.Integer
 
getIRQLevel(String) - Static method in class keso.core.InterruptService
Provides the IRQ level (priority) of an ISR.
getLong(String) - Static method in class java.lang.Long
 
getLong(String, long) - Static method in class java.lang.Long
 
getLong(String, Long) - Static method in class java.lang.Long
 
getLong(String, long) - Static method in class keso.core.Config
 
getMessage() - Method in class java.lang.Throwable
 
getName() - Method in class java.lang.Class
 
getName() - Method in class java.lang.Thread
 
getPacketID() - Method in interface keso.core.io.PacketStream
Returns the ID of the packet.
getPacketLength() - Method in interface keso.core.io.PacketStream
Returns the length of the packet.
getPart(int, int) - Method in class keso.core.Memory
Creates a new Memory object that references a subarea of the current Memory object.
getPrimitiveClass(String) - Static method in class java.lang.Class
 
getPriority() - Method in class java.lang.Thread
 
getProperty(String, String) - Static method in class java.lang.System
 
getProperty(String) - Static method in class java.lang.System
 
getResource(Resource) - Static method in class keso.core.ResourceService
This call serves to enter critical sections in the code that are assigned to the resource referenced by ResID.
getResourceByName(String) - Static method in class keso.core.ResourceService
Get a reference to a Resource object by specifying its name as it was defined in KESORC.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScheduler() - Static method in class keso.core.ResourceService
Occupy the special Scheduler Resource.
getService(String, String) - Static method in class keso.core.PortalService
return the domain local service object.
getShort(String, short) - Static method in class keso.core.Config
 
getShortArray(String) - Static method in class keso.core.Config
 
getSize() - Method in class keso.core.Memory
Provides the size of the memory area referenced by the Memory object.
getString(String, String) - Static method in class keso.core.Config
 
getTaskByName(String) - Static method in class keso.core.TaskService
Fetch the Task object of another Task determined by its name.
getTaskID() - Static method in class keso.core.TaskService
GetTaskID returns the information about the TaskID of the task which is currently running.
getTaskState(Thread) - Static method in class keso.core.TaskService
Returns the state of a task (running, ready, waiting, suspended) at the time of calling GetTaskState.

H

halt(int) - Method in class java.lang.Runtime
Forcibly terminates the currently running Java virtual machine.
handlePackets(String, String) - Static method in class keso.core.PortalService
call the packet handler of a remote service
hashCode() - Method in class java.lang.Boolean
Returns the integer 1231 if this object represents the primitive true and the integer 1237 otherwise.
hashCode() - Method in class java.lang.Byte
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.Character
 
hashCode() - Method in class java.lang.Double
 
hashCode() - Method in class java.lang.Enum
 
hashCode() - Method in class java.lang.Float
 
hashCode() - Method in class java.lang.Integer
 
hashCode() - Method in class java.lang.Long
 
hashCode() - Method in class java.lang.Object
 
hashCode() - Method in class java.lang.Short
Return a hashcode representing this Object.
hashCode() - Method in class java.lang.String
 
hashCode() - Method in class keso.core.MT_BOOLEAN
hashCode() - Method in class keso.core.MT_FLOAT
hashCode() - Method in class keso.core.MT_SPACE32
hashCode() - Method in class keso.core.MT_U16
hashCode() - Method in class keso.core.MT_U32
hashCode() - Method in class keso.core.MT_U32RO
hashCode() - Method in class keso.core.MT_U8
HookService - Class in keso.core
The HookService provides constants and services for use by HookRoutines, notably the ErrorHook.
HookService() - Constructor for class keso.core.HookService
 

I

iAdvanceCounter(int) - Static method in class keso.core.CounterService
Advance by one from an ISR.
identityHashCode(Object) - Static method in class java.lang.System
 
IEEEremainder(double, double) - Static method in class java.lang.Math
 
IllegalArgumentException - Exception in java.lang
 
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
 
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
 
IllegalStateException - Exception in java.lang
 
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
 
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
 
in - Static variable in class java.lang.System
 
indexOf(int, int) - Method in class java.lang.String
 
indexOf(int) - Method in class java.lang.String
 
indexOf(String, int) - Method in class java.lang.String
 
indexOf(String) - Method in class java.lang.String
 
indexOf(int, int) - Method in class java.lang.StringBuffer
 
indexOf(int) - Method in class java.lang.StringBuffer
 
indexOf(String, int) - Method in class java.lang.StringBuffer
 
indexOf(String) - Method in class java.lang.StringBuffer
 
IndexOutOfBoundsException - Exception in java.lang
 
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
 
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
 
insert(int, char) - Method in class java.lang.StringBuffer
 
insert(int, char[]) - Method in class java.lang.StringBuffer
 
insert(int, String) - Method in class java.lang.StringBuffer
 
insert(int, boolean) - Method in class java.lang.StringBuffer
 
insert(int, int) - Method in class java.lang.StringBuffer
 
insert(int, long) - Method in class java.lang.StringBuffer
 
insert(int, float) - Method in class java.lang.StringBuffer
 
insert(int, double) - Method in class java.lang.StringBuffer
 
insert(int, Object) - Method in class java.lang.StringBuffer
 
insert(int, char) - Method in class java.lang.StringBuilder
 
insert(int, char[]) - Method in class java.lang.StringBuilder
 
insert(int, String) - Method in class java.lang.StringBuilder
 
insert(int, boolean) - Method in class java.lang.StringBuilder
 
insert(int, int) - Method in class java.lang.StringBuilder
 
insert(int, long) - Method in class java.lang.StringBuilder
 
insert(int, float) - Method in class java.lang.StringBuilder
 
insert(int, double) - Method in class java.lang.StringBuilder
 
insert(int, Object) - Method in class java.lang.StringBuilder
 
intBitsToFloat(int) - Static method in class java.lang.Float
 
Integer - Class in java.lang
 
Integer(int) - Constructor for class java.lang.Integer
 
Integer(String) - Constructor for class java.lang.Integer
 
intern() - Method in class java.lang.String
 
interrupt() - Method in class java.lang.Thread
 
InterruptService - Class in keso.core
Provides access to interrupt-handling related OSEK system services.
InterruptService() - Constructor for class keso.core.InterruptService
 
intValue() - Method in class java.lang.Byte
Return the value of this Byte as an int.
intValue() - Method in class java.lang.Double
 
intValue() - Method in class java.lang.Float
 
intValue() - Method in class java.lang.Integer
 
intValue() - Method in class java.lang.Long
 
intValue() - Method in class java.lang.Number
 
intValue() - Method in class java.lang.Short
Return the value of this Short as an int.
INVALID_TASK - Static variable in class keso.core.Task
Java pendant of the OSEK INVALID_TASK value.
IOException - Exception in java.io
 
IOException() - Constructor for exception java.io.IOException
 
IOException(String) - Constructor for exception java.io.IOException
 
isAlive() - Method in class java.lang.Thread
 
isBitClear(int) - Method in class keso.core.MT_U16
Checks if a given bit of the mapped value is cleared
isBitClear(int) - Method in class keso.core.MT_U32
Checks if a given bit of the mapped value is cleared
isBitClear(int) - Method in class keso.core.MT_U32RO
Checks if a given bit of the mapped value is cleared
isBitClear(int) - Method in class keso.core.MT_U8
Checks if a given bit of the mapped value is cleared
isBitSet(int) - Method in class keso.core.MT_U16
Checks if a given bit of the mapped value is set
isBitSet(int) - Method in class keso.core.MT_U32
Checks if a given bit of the mapped value is set
isBitSet(int) - Method in class keso.core.MT_U32RO
Checks if a given bit of the mapped value is set
isBitSet(int) - Method in class keso.core.MT_U8
Checks if a given bit of the mapped value is set
isDefined(char) - Static method in class java.lang.Character
 
isDigit(char) - Static method in class java.lang.Character
 
isInfinite() - Method in class java.lang.Double
 
isInfinite(double) - Static method in class java.lang.Double
 
isInfinite() - Method in class java.lang.Float
 
isInfinite(float) - Static method in class java.lang.Float
 
isInterface() - Method in class java.lang.Class
 
isJavaLetter(char) - Static method in class java.lang.Character
 
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
 
isLetter(char) - Static method in class java.lang.Character
 
isLetterOrDigit(char) - Static method in class java.lang.Character
 
isLowerCase(char) - Static method in class java.lang.Character
 
isNaN() - Method in class java.lang.Double
 
isNaN(double) - Static method in class java.lang.Double
 
isNaN() - Method in class java.lang.Float
 
isNaN(float) - Static method in class java.lang.Float
 
isSpace(char) - Static method in class java.lang.Character
 
isTitleCase(char) - Static method in class java.lang.Character
 
isUpperCase(char) - Static method in class java.lang.Character
 
isWhitespace(char) - Static method in class java.lang.Character
 

J

java.io - package java.io
 
java.lang - package java.lang
 
join() - Method in class java.lang.Thread
 

K

keso.core - package keso.core
 
keso.core.io - package keso.core.io
 
keso.io - package keso.io
 

L

lastIndexOf(int, int) - Method in class java.lang.String
 
lastIndexOf(int) - Method in class java.lang.String
 
lastIndexOf(String, int) - Method in class java.lang.String
 
lastIndexOf(String) - Method in class java.lang.String
 
length() - Method in class java.lang.String
 
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.lang.StringBuilder
 
load(String) - Static method in class java.lang.System
 
loadLibrary(String) - Static method in class java.lang.System
 
log(double) - Static method in class java.lang.Math
 
Long - Class in java.lang
 
Long(long) - Constructor for class java.lang.Long
 
Long(String) - Constructor for class java.lang.Long
 
longBitsToDouble(long) - Static method in class java.lang.Double
 
longValue() - Method in class java.lang.Byte
Return the value of this Byte as a long.
longValue() - Method in class java.lang.Double
 
longValue() - Method in class java.lang.Float
 
longValue() - Method in class java.lang.Integer
 
longValue() - Method in class java.lang.Long
 
longValue() - Method in class java.lang.Number
 
longValue() - Method in class java.lang.Short
Return the value of this Short as a long.
lookup(String) - Static method in class keso.core.PortalService
return a proxy object for the remote service.

M

mapMemoryToStaticObject(Memory, int, String) - Static method in class keso.core.MemoryService
This function allocates a static and immortal MemoryMappedObject.
mapStaticDeviceMemory(int, String) - Static method in class keso.core.MemoryService
Establishes a new mapping of a memory mapped class to a given address using a statically allocated mapped object.
Math - Class in java.lang
 
Math() - Constructor for class java.lang.Math
 
max(int, int) - Static method in class java.lang.Math
 
max(long, long) - Static method in class java.lang.Math
 
max(float, float) - Static method in class java.lang.Math
 
max(double, double) - Static method in class java.lang.Math
 
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
 
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a byte can represent is 127 (or 27 - 1).
MAX_VALUE - Static variable in class java.lang.Character
 
MAX_VALUE - Static variable in class java.lang.Double
 
MAX_VALUE - Static variable in class java.lang.Float
 
MAX_VALUE - Static variable in class java.lang.Integer
 
MAX_VALUE - Static variable in class java.lang.Long
 
MAX_VALUE - Static variable in class java.lang.Short
The minimum value a short can represent is 32767 (or 215).
maxallowedvalue - Variable in class keso.core.AlarmBase
Maximum allowed value before the counter rolls over
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
Memory - Class in keso.core
Memory objects provide a low level, untyped interface to access memory areas outside the managed memory regions.
MemoryMappedObject - Interface in keso.core
Marker interface to be implemented by classes intended to use a the memory layout template for creating memory mapped objects.
MemoryService - Class in keso.core
The MemoryService provides services to access physical raw memory areas at specific addresses, allocation of new raw memory areas for use in shared memory, and methods to create memory mapped objects.
MemoryService() - Constructor for class keso.core.MemoryService
 
min(int, int) - Static method in class java.lang.Math
 
min(long, long) - Static method in class java.lang.Math
 
min(float, float) - Static method in class java.lang.Math
 
min(double, double) - Static method in class java.lang.Math
 
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
 
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a byte can represent is -128 (or -27).
MIN_VALUE - Static variable in class java.lang.Character
 
MIN_VALUE - Static variable in class java.lang.Double
 
MIN_VALUE - Static variable in class java.lang.Float
 
MIN_VALUE - Static variable in class java.lang.Integer
 
MIN_VALUE - Static variable in class java.lang.Long
 
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a short can represent is -32768 (or -215).
mincycle - Variable in class keso.core.AlarmBase
Minimum number of ticks required for a cyclic alarm (extended mode only)
MT_BOOLEAN - Class in keso.core
This memory type allows to define a mapped C++ bool value.
MT_FLOAT - Class in keso.core
This memory type allows to define a mapped single precision float value (32 bits).
MT_SPACE32 - Class in keso.core
This memory type allows to define a 32-bit gap in a memory-mapped class definition.
MT_U16 - Class in keso.core
This memory type allows to an unsigned 16-bit value.
MT_U32 - Class in keso.core
This memory type allows to an unsigned 32-bit value.
MT_U32RO - Class in keso.core
This memory type allows to read-only map an unsigned 32-bit value.
MT_U8 - Class in keso.core
This memory type allows to an unsigned 8-bit value.

N

name() - Method in class java.lang.Enum
 
NaN - Static variable in class java.lang.Double
 
NaN - Static variable in class java.lang.Float
 
nanoTime() - Static method in class java.lang.System
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
 
NEGATIVE_INFINITY - Static variable in class java.lang.Float
 
newInstance() - Method in class java.lang.Class
 
NO_TIMEOUT - Static variable in interface keso.core.io.PacketStream
 
NonCopyable - Interface in keso.core
Marker interface to specify classes whose instances are NOT copied through portal calls but nullified instead.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
notify() - Method in class java.lang.Object
 
notifyAll() - Method in class java.lang.Object
 
NullPointerException - Exception in java.lang
 
NullPointerException() - Constructor for exception java.lang.NullPointerException
 
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
 
NullPrintStream - Class in keso.io
 
NullPrintStream() - Constructor for class keso.io.NullPrintStream
 
Number - Class in java.lang
 
Number() - Constructor for class java.lang.Number
 
NumberFormatException - Exception in java.lang
 
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
 
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
 

O

Object - Class in java.lang
 
Object() - Constructor for class java.lang.Object
 
or(int) - Method in class keso.core.MT_U16
Computes the bitwise OR of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
or(int) - Method in class keso.core.MT_U32
Computes the bitwise OR of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
or(int) - Method in class keso.core.MT_U8
Computes the bitwise OR of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
or16(int, int) - Method in class keso.core.Memory
Performs the logical OR on a 16-bit value in the area using the given mask and overwrites the original value with the result.
or32(int, int) - Method in class keso.core.Memory
Performs the logical OR on a 32-bit value in the area using the given mask and overwrites the original value with the result.
or8(int, int) - Method in class keso.core.Memory
Performs the logical OR on a byte value in the area using the given mask and overwrites the original value with the result.
ordinal() - Method in class java.lang.Enum
 
OSDEFAULTAPPMODE - Static variable in class keso.core.Appmodes
 
OSError_int(String, String) - Static method in class keso.core.HookService
Allows access to parameters of the system service which called ErrorHook.
OSError_obj(String, String) - Static method in class keso.core.HookService
Allows access to parameters of the system service which called ErrorHook.
OSErrorGetServiceId() - Static method in class keso.core.HookService
Provides the Service identifier of the service where an error has been risen
OSMAXALLOWEDVALUE - Static variable in class keso.core.Counters
 
OSMAXALLOWEDVALUE_counter1 - Static variable in class keso.core.Counters
 
OSMINCYCLE - Static variable in class keso.core.Counters
 
OSMINCYCLE_counter1 - Static variable in class keso.core.Counters
 
OSService - Class in keso.core
 
OSService() - Constructor for class keso.core.OSService
 
OSServiceId_ActivateTask - Static variable in class keso.core.HookService
The OSServiceId_ constants provide unique identifiers for each OSEK service.
OSServiceId_AdvanceCounter - Static variable in class keso.core.HookService
 
OSServiceId_CancelAlarm - Static variable in class keso.core.HookService
 
OSServiceId_ChainTask - Static variable in class keso.core.HookService
 
OSServiceId_ClearEvent - Static variable in class keso.core.HookService
 
OSServiceId_DisableAllInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_EnableAllInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_GetAlarm - Static variable in class keso.core.HookService
 
OSServiceId_GetAlarmBase - Static variable in class keso.core.HookService
 
OSServiceId_GetEvent - Static variable in class keso.core.HookService
 
OSServiceId_GetResource - Static variable in class keso.core.HookService
 
OSServiceId_GetTaskID - Static variable in class keso.core.HookService
 
OSServiceId_GetTaskState - Static variable in class keso.core.HookService
 
OSServiceId_IAdvanceCounter - Static variable in class keso.core.HookService
 
OSServiceId_ReleaseResource - Static variable in class keso.core.HookService
 
OSServiceId_ResumeAllInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_ResumeOSInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_Schedule - Static variable in class keso.core.HookService
 
OSServiceId_SetAbsAlarm - Static variable in class keso.core.HookService
 
OSServiceId_SetEvent - Static variable in class keso.core.HookService
 
OSServiceId_SetRelAlarm - Static variable in class keso.core.HookService
 
OSServiceId_SuspendAllInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_SuspendOSInterrupts - Static variable in class keso.core.HookService
 
OSServiceId_TerminateTask - Static variable in class keso.core.HookService
 
OSServiceId_WaitEvent - Static variable in class keso.core.HookService
 
OSTICKDURATION - Static variable in class keso.core.Counters
 
OSTICKSPERBASE - Static variable in class keso.core.Counters
 
OSTICKSPERBASE_counter1 - Static variable in class keso.core.Counters
 
out - Variable in class java.io.FilterOutputStream
 
out - Static variable in class java.lang.System
 
OutputStream - Class in java.io
 
OutputStream() - Constructor for class java.io.OutputStream
 

P

PacketHandler - Interface in keso.core.io
 
packetReceived(PacketStream) - Method in interface keso.core.io.PacketHandler
This method must be implemented by a custom packet handler.
PacketStream - Interface in keso.core.io
PacketStream sends packets with unique ID's and can receive packets within a range of ID's.
parseBoolean(String) - Static method in class java.lang.Boolean
If the String argument is "true", ignoring case, return true.
parseByte(String) - Static method in class java.lang.Byte
Converts the specified String into a byte.
parseByte(String, int) - Static method in class java.lang.Byte
Converts the specified String into an int using the specified radix (base).
parseDouble(String) - Static method in class java.lang.Double
 
parseFloat(String) - Static method in class java.lang.Float
 
parseInt(String) - Static method in class java.lang.Integer
 
parseInt(String, int) - Static method in class java.lang.Integer
 
parseLong(String) - Static method in class java.lang.Long
 
parseLong(String, int) - Static method in class java.lang.Long
 
parseShort(String) - Static method in class java.lang.Short
Converts the specified String into a short.
parseShort(String, int) - Static method in class java.lang.Short
Converts the specified String into a short using the specified radix (base).
PI - Static variable in class java.lang.Math
 
Portal - Interface in keso.core
This is the marker interface for portals.
PortalProxy - Class in keso.core
 
PortalProxy() - Constructor for class keso.core.PortalProxy
 
PortalService - Class in keso.core
This class provides the global name service for the inter-domain-communication.
PortalService() - Constructor for class keso.core.PortalService
 
POSITIVE_INFINITY - Static variable in class java.lang.Double
 
POSITIVE_INFINITY - Static variable in class java.lang.Float
 
pow(double, double) - Static method in class java.lang.Math
 
print(char[]) - Method in class java.io.PrintStream
 
print(String) - Method in class java.io.PrintStream
 
print(boolean) - Method in class java.io.PrintStream
 
print(char) - Method in class java.io.PrintStream
 
print(float) - Method in class java.io.PrintStream
 
print(double) - Method in class java.io.PrintStream
 
print(int) - Method in class java.io.PrintStream
 
print(long) - Method in class java.io.PrintStream
 
print(Object) - Method in class java.io.PrintStream
 
print(double) - Static method in class keso.io.DebugOut
 
print(float) - Static method in class keso.io.DebugOut
 
print(long) - Static method in class keso.io.DebugOut
 
print(int) - Static method in class keso.io.DebugOut
 
print(char) - Static method in class keso.io.DebugOut
 
print(String) - Static method in class keso.io.DebugOut
 
print(StringBuffer) - Static method in class keso.io.DebugOut
 
print(char[]) - Static method in class keso.io.DebugOut
 
print(Object) - Static method in class keso.io.DebugOut
 
print(char[]) - Method in class keso.io.DebugOutPrintStream
 
print(String) - Method in class keso.io.DebugOutPrintStream
 
print(boolean) - Method in class keso.io.DebugOutPrintStream
 
print(char) - Method in class keso.io.DebugOutPrintStream
 
print(float) - Method in class keso.io.DebugOutPrintStream
 
print(double) - Method in class keso.io.DebugOutPrintStream
 
print(int) - Method in class keso.io.DebugOutPrintStream
 
print(long) - Method in class keso.io.DebugOutPrintStream
 
print(Object) - Method in class keso.io.DebugOutPrintStream
 
print(char[]) - Method in class keso.io.NullPrintStream
 
print(String) - Method in class keso.io.NullPrintStream
 
print(boolean) - Method in class keso.io.NullPrintStream
 
print(char) - Method in class keso.io.NullPrintStream
 
print(float) - Method in class keso.io.NullPrintStream
 
print(double) - Method in class keso.io.NullPrintStream
 
print(int) - Method in class keso.io.NullPrintStream
 
print(long) - Method in class keso.io.NullPrintStream
 
print(Object) - Method in class keso.io.NullPrintStream
 
println() - Method in class java.io.PrintStream
 
println(char[]) - Method in class java.io.PrintStream
 
println(String) - Method in class java.io.PrintStream
 
println(boolean) - Method in class java.io.PrintStream
 
println(char) - Method in class java.io.PrintStream
 
println(int) - Method in class java.io.PrintStream
 
println(long) - Method in class java.io.PrintStream
 
println(float) - Method in class java.io.PrintStream
 
println(double) - Method in class java.io.PrintStream
 
println(Object) - Method in class java.io.PrintStream
 
println(double) - Static method in class keso.io.DebugOut
 
println(float) - Static method in class keso.io.DebugOut
 
println(long) - Static method in class keso.io.DebugOut
 
println(int) - Static method in class keso.io.DebugOut
 
println(char) - Static method in class keso.io.DebugOut
 
println(String) - Static method in class keso.io.DebugOut
 
println(Object) - Static method in class keso.io.DebugOut
 
println(StringBuffer) - Static method in class keso.io.DebugOut
 
println(char[]) - Static method in class keso.io.DebugOut
 
println() - Static method in class keso.io.DebugOut
 
println() - Method in class keso.io.DebugOutPrintStream
 
println(char[]) - Method in class keso.io.DebugOutPrintStream
 
println(String) - Method in class keso.io.DebugOutPrintStream
 
println(boolean) - Method in class keso.io.DebugOutPrintStream
 
println(char) - Method in class keso.io.DebugOutPrintStream
 
println(int) - Method in class keso.io.DebugOutPrintStream
 
println(long) - Method in class keso.io.DebugOutPrintStream
 
println(float) - Method in class keso.io.DebugOutPrintStream
 
println(double) - Method in class keso.io.DebugOutPrintStream
 
println(Object) - Method in class keso.io.DebugOutPrintStream
 
println() - Method in class keso.io.NullPrintStream
 
println(char[]) - Method in class keso.io.NullPrintStream
 
println(String) - Method in class keso.io.NullPrintStream
 
println(boolean) - Method in class keso.io.NullPrintStream
 
println(char) - Method in class keso.io.NullPrintStream
 
println(int) - Method in class keso.io.NullPrintStream
 
println(long) - Method in class keso.io.NullPrintStream
 
println(float) - Method in class keso.io.NullPrintStream
 
println(double) - Method in class keso.io.NullPrintStream
 
println(Object) - Method in class keso.io.NullPrintStream
 
printStackTrace() - Method in exception java.lang.Exception
 
printStackTrace() - Method in class java.lang.Throwable
 
PrintStream - Class in java.io
 
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
 

R

read(int) - Method in interface keso.core.io.PacketStream
Returns the data of the next packet.
readCounter() - Static method in class keso.core.TimeStamp
timeStampCounter()
READY - Static variable in class keso.core.Task
ProOSEK constant for the READY task state.
readyState() - Static method in class keso.core.Task
Returns the OSEK implementation specific constant for the READY task state.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
 
regionMatches(int, String, int, int) - Method in class java.lang.String
 
releaseMemory(Memory) - Static method in class keso.core.MemoryService
Release the memory range.
releaseReceiveBuffer() - Method in interface keso.core.io.PacketStream
Unlocks the receive buffer that was locked when calling read().
releaseResource(Resource) - Static method in class keso.core.ResourceService
releaseResource is the counterpart of getResource and serves to leave critical sections in the code that are assigned to the resource referenced by ResID.
releaseScheduler() - Static method in class keso.core.ResourceService
Release the special Scheduler Resource.
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
replace(char, char) - Method in class java.lang.String
 
replace(int, int, String) - Method in class java.lang.StringBuffer
 
replace(int, int, String) - Method in class java.lang.StringBuilder
 
Resource - Class in keso.core
System object class for OSEK resources.
ResourceService - Class in keso.core
Provides access to Resource related OSEK system services.
ResourceService() - Constructor for class keso.core.ResourceService
 
resumeAll() - Static method in class keso.core.InterruptService
This service restores the recognition status of all interrupts saved by the suspendAll service.
resumeOS() - Static method in class keso.core.InterruptService
This service restores the recognition status of interrupts saved by the suspendOS service.
reverse() - Method in class java.lang.StringBuffer
 
reverse() - Method in class java.lang.StringBuilder
 
reverseBytes(short) - Static method in class java.lang.Short
Reverse the bytes in val.
rint(double) - Static method in class java.lang.Math
 
round(float) - Static method in class java.lang.Math
 
round(double) - Static method in class java.lang.Math
 
run() - Method in interface java.lang.Runnable
This method will be called by whoever wishes to run your class implementing Runnable.
run() - Method in class java.lang.Thread
 
Runnable - Interface in java.lang
Runnable is an interface you implement to indicate that your class can be executed as the main part of a Thread, among other places.
RUNNING - Static variable in class keso.core.Task
ProOSEK constant for the RUNNING task state.
runningState() - Static method in class keso.core.Task
Returns the OSEK implementation specific constant for the RUNNING task state.
Runtime - Class in java.lang
 
RuntimeException - Exception in java.lang
 
RuntimeException() - Constructor for exception java.lang.RuntimeException
 
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
 

S

schedule() - Static method in class keso.core.TaskService
If a higher-priority task is ready, the internal resource of the task is released, the current task is put into the ready state, its context is saved and the higher-priority task is executed.
Serializable - Interface in java.io
 
Service - Interface in keso.core
This is the marker interface for service classes.
set(boolean) - Method in class keso.core.MT_BOOLEAN
Stores a value to the target location of the mapping.
set(float) - Method in class keso.core.MT_FLOAT
Stores a value to the target location of the mapping.
set(int) - Method in class keso.core.MT_U16
Stores a value to the target location of the mapping.
set(int) - Method in class keso.core.MT_U32
Stores a value to the target location of the mapping.
set(int) - Method in class keso.core.MT_U8
Stores a value to the target location of the mapping.
set16(int, short) - Method in class keso.core.Memory
Write a 16-bit value at the specified offset from the beginning of the represented memory block.
set32(int, int) - Method in class keso.core.Memory
Write a 32-bit value at the specified offset from the beginning of the represented memory block.
set8(int, byte) - Method in class keso.core.Memory
Write a byte at the specified offset from the beginning of the represented memory block.
setAbsAlarm(Alarm, int, int) - Static method in class keso.core.AlarmService
Winds up the Alarm specified by alarmID using an absolute counter value.
setBit(int) - Method in class keso.core.MT_U16
Sets the given bit in the mapped value.
setBit(int) - Method in class keso.core.MT_U32
Sets the given bit in the mapped value.
setBit(int) - Method in class keso.core.MT_U8
Sets the given bit in the mapped value.
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setCharAt(int, char) - Method in class java.lang.StringBuilder
 
setDaemon(boolean) - Method in class java.lang.Thread
 
setEvent(Thread, int) - Static method in class keso.core.EventService
Sets one or more events specified in for the extended task specified by .
setFloat(int, float) - Method in class keso.core.Memory
Write a 32-bit floating point value at the specified offset from the beginning of the represented memory block.
setIn(InputStream) - Static method in class java.lang.System
 
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.lang.StringBuilder
 
setPriority(int) - Method in class java.lang.Thread
 
setRelAlarm(Alarm, int, int) - Static method in class keso.core.AlarmService
Winds up the Alarm specified by alarmID relative to the current counter value.
Short - Class in java.lang
Instances of class Short represent primitive short values.
Short(short) - Constructor for class java.lang.Short
Create a Short object representing the value of the short argument.
Short(String) - Constructor for class java.lang.Short
Create a Short object representing the value of the argument after conversion to a short.
shortValue() - Method in class java.lang.Byte
Return the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
 
shortValue() - Method in class java.lang.Float
 
shortValue() - Method in class java.lang.Integer
 
shortValue() - Method in class java.lang.Number
 
shortValue() - Method in class java.lang.Short
Return the value of this Short.
shutdownOS(int) - Static method in class keso.core.OSService
This service may be called to abort the whole system (emergency off).
sin(double) - Static method in class java.lang.Math
 
SIZE - Static variable in class java.lang.Byte
The number of bits needed to represent a byte.
SIZE - Static variable in class java.lang.Short
The number of bits needed to represent a short.
sleep(long) - Static method in class java.lang.Thread
 
split(String) - Method in class java.lang.String
 
sqrt(double) - Static method in class java.lang.Math
 
start() - Method in class java.lang.Thread
 
startOS(int) - Static method in class keso.core.OSService
The user may use this call to start the OS in a specific application mode.
startsWith(String) - Method in class java.lang.String
 
startsWith(String, int) - Method in class java.lang.String
 
String - Class in java.lang
 
String() - Constructor for class java.lang.String
 
String(char[], int, int) - Constructor for class java.lang.String
 
String(byte[], int, int) - Constructor for class java.lang.String
 
String(char[]) - Constructor for class java.lang.String
 
String(byte[], int, int, int) - Constructor for class java.lang.String
 
String(byte[], int) - Constructor for class java.lang.String
 
String(byte[]) - Constructor for class java.lang.String
 
String(byte[], String) - Constructor for class java.lang.String
 
String(String) - Constructor for class java.lang.String
 
String(StringBuffer) - Constructor for class java.lang.String
 
String(byte[], int, int, String) - Constructor for class java.lang.String
 
StringBuffer - Class in java.lang
 
StringBuffer(int) - Constructor for class java.lang.StringBuffer
 
StringBuffer(String) - Constructor for class java.lang.StringBuffer
 
StringBuffer() - Constructor for class java.lang.StringBuffer
 
StringBuilder - Class in java.lang
 
StringBuilder(int) - Constructor for class java.lang.StringBuilder
 
StringBuilder(String) - Constructor for class java.lang.StringBuilder
 
StringBuilder() - Constructor for class java.lang.StringBuilder
 
StringIndexOutOfBoundsException - Exception in java.lang
 
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
 
substring(int) - Method in class java.lang.String
 
substring(int, int) - Method in class java.lang.String
 
suspendAll() - Static method in class keso.core.InterruptService
This service saves the recognition status of all interrupts and disables all interrupts for which the hardware supports disabling.
SUSPENDED - Static variable in class keso.core.Task
ProOSEK constant for the SUSPENDED task state.
suspendedState() - Static method in class keso.core.Task
Returns the OSEK implementation specific constant for the SUSPENDED task state.
suspendOS() - Static method in class keso.core.InterruptService
This service saves the recognition status of interrupts of category 2 and disables the recognition of these interrupts.
System - Class in java.lang
 
System() - Constructor for class java.lang.System
 

T

tan(double) - Static method in class java.lang.Math
 
Task - Class in keso.core
Contains the OSEK constants representing the different task states.
TaskService - Class in keso.core
 
TaskService() - Constructor for class keso.core.TaskService
 
terminate() - Static method in class keso.core.TaskService
This service causes the termination of the calling task.
Thread - Class in java.lang
 
Throwable - Class in java.lang
 
Throwable() - Constructor for class java.lang.Throwable
 
Throwable(String) - Constructor for class java.lang.Throwable
 
Throwable(Throwable) - Constructor for class java.lang.Throwable
 
ticksperbase - Variable in class keso.core.AlarmBase
Number of ticks required to reach a counter specific unit
TimeStamp - Class in keso.core
 
TimeStamp() - Constructor for class keso.core.TimeStamp
 
toBinaryString(int) - Static method in class java.lang.Integer
 
toBinaryString(long) - Static method in class java.lang.Long
 
toCharArray() - Method in class java.lang.String
 
toHexString(int) - Static method in class java.lang.Integer
 
toHexString(long) - Static method in class java.lang.Long
 
toLowerCase(char) - Static method in class java.lang.Character
 
toLowerCase() - Method in class java.lang.String
 
toMicros(long) - Static method in class keso.core.TimeStamp
counterToMicros()
toOctalString(int) - Static method in class java.lang.Integer
 
toOctalString(long) - Static method in class java.lang.Long
 
toString(boolean) - Static method in class java.lang.Boolean
Returns "true" if the value of the give boolean is true and returns "false" if the value of the given boolean is false.
toString() - Method in class java.lang.Boolean
Returns "true" if the value of this object is true and returns "false" if the value of this object is false.
toString(byte) - Static method in class java.lang.Byte
Converts the byte to a String and assumes a radix of 10.
toString() - Method in class java.lang.Byte
Converts the Byte value to a String and assumes a radix of 10.
toString() - Method in class java.lang.Character
 
toString() - Method in class java.lang.Class
 
toString() - Method in class java.lang.Double
 
toString(double) - Static method in class java.lang.Double
 
toString() - Method in class java.lang.Enum
 
toString() - Method in class java.lang.Float
 
toString(float) - Static method in class java.lang.Float
 
toString() - Method in class java.lang.Integer
 
toString(int) - Static method in class java.lang.Integer
 
toString(int, int) - Static method in class java.lang.Integer
 
toString() - Method in class java.lang.Long
 
toString(long) - Static method in class java.lang.Long
 
toString(long, int) - Static method in class java.lang.Long
 
toString() - Method in class java.lang.Object
 
toString(short) - Static method in class java.lang.Short
Converts the short to a String and assumes a radix of 10.
toString() - Method in class java.lang.Short
Converts the Short value to a String and assumes a radix of 10.
toString() - Method in class java.lang.String
 
toString() - Method in class java.lang.StringBuffer
 
toString() - Method in class java.lang.StringBuilder
 
toString() - Method in class java.lang.Thread
 
toString() - Method in class keso.core.MT_BOOLEAN
Returns "true" if the value is true and returns "false" if the value is false.
toString() - Method in class keso.core.MT_FLOAT
Returns "true" if the value is true and returns "false" if the value is false.
toString() - Method in class keso.core.MT_SPACE32
 
toString() - Method in class keso.core.MT_U16
 
toString() - Method in class keso.core.MT_U32
 
toString() - Method in class keso.core.MT_U32RO
 
toString() - Method in class keso.core.MT_U8
 
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java virtual machine.
toTitleCase(char) - Static method in class java.lang.Character
 
toUpperCase(char) - Static method in class java.lang.Character
 
toUpperCase() - Method in class java.lang.String
 
trim() - Method in class java.lang.String
 
TRUE - Static variable in class java.lang.Boolean
This field is a Boolean object representing the primitive value true.
TYPE - Static variable in class java.lang.Double
 
TYPE - Static variable in class java.lang.Float
 
TYPE - Static variable in class java.lang.Integer
 
TYPE - Static variable in class java.lang.Long
 

U

UnsupportedOperationException - Exception in java.lang
 
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
 
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
 

V

valueOf(boolean) - Static method in class java.lang.Boolean
Returns the Boolean TRUE if the given boolean is true, otherwise it will return the Boolean FALSE.
valueOf(String) - Static method in class java.lang.Boolean
Returns the Boolean TRUE if and only if the given String is equal, ignoring case, to the the String "true", otherwise it will return the Boolean FALSE.
valueOf(String, int) - Static method in class java.lang.Byte
Creates a new Byte object using the String and specified radix (base).
valueOf(String) - Static method in class java.lang.Byte
Creates a new Byte object using the String, assuming a radix of 10.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte object wrapping the value.
valueOf(String) - Static method in class java.lang.Double
 
valueOf(String) - Static method in class java.lang.Float
 
valueOf(String) - Static method in class java.lang.Integer
 
valueOf(String, int) - Static method in class java.lang.Integer
 
valueOf(String) - Static method in class java.lang.Long
 
valueOf(String, int) - Static method in class java.lang.Long
 
valueOf(String, int) - Static method in class java.lang.Short
Creates a new Short object using the String and specified radix (base).
valueOf(String) - Static method in class java.lang.Short
Creates a new Short object using the String, assuming a radix of 10.
valueOf(short) - Static method in class java.lang.Short
Returns a Short object wrapping the value.
valueOf(boolean) - Static method in class java.lang.String
 
valueOf(char) - Static method in class java.lang.String
 
valueOf(char[]) - Static method in class java.lang.String
 
valueOf(char[], int, int) - Static method in class java.lang.String
 
valueOf(double) - Static method in class java.lang.String
 
valueOf(float) - Static method in class java.lang.String
 
valueOf(int) - Static method in class java.lang.String
 
valueOf(long) - Static method in class java.lang.String
 
valueOf(Object) - Static method in class java.lang.String
 

W

wait() - Method in class java.lang.Object
 
wait(long) - Method in class java.lang.Object
 
waitEvent(int) - Static method in class keso.core.EventService
Wait until at least one of the events specified by are set for the calling extended Task.
WAITING - Static variable in class keso.core.Task
ProOSEK constant for the WAITING task state.
waitingState() - Static method in class keso.core.Task
Returns the OSEK implementation specific constant for the WAITING task state.
write(int) - Method in class java.io.FilterOutputStream
 
write(int) - Method in class java.io.OutputStream
 
write(byte[], int, int) - Method in class java.io.OutputStream
 
write(byte[]) - Method in class java.io.OutputStream
 
write(int) - Method in class java.io.PrintStream
 
write(byte[], int, int) - Method in class java.io.PrintStream
 
write(int, short, int) - Method in interface keso.core.io.PacketStream
Write a packet to the output stream.
write(int) - Method in class keso.io.DebugOutOutputStream
 
write(int) - Method in class keso.io.NullPrintStream
 

X

xor(int) - Method in class keso.core.MT_U16
Computes the bitwise exclusive OR (XOR) of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
xor(int) - Method in class keso.core.MT_U32
Computes the bitwise exclusive OR (XOR) of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
xor(int) - Method in class keso.core.MT_U8
Computes the bitwise exclusive OR (XOR) of the mapped value and the given mask, and overwrites the mapped value with the result of this computation.
xor16(int, int) - Method in class keso.core.Memory
Performs the logical exclusive OR (XOR) on a 16-bit value in the area using the given mask and overwrites the original value with the result.
xor32(int, int) - Method in class keso.core.Memory
Performs the logical exclusive OR (XOR) on a 32-bit value in the area using the given mask and overwrites the original value with the result.
xor8(int, int) - Method in class keso.core.Memory
Performs the logical exclusive OR (XOR) on a byte value in the area using the given mask and overwrites the original value with the result.

Y

yield() - Static method in class java.lang.Thread
 

A B C D E F G H I J K L M N O P R S T U V W X Y