Package | Description |
---|---|
javax.realtime.device |
JamaicaVM's implementation of the RTSJ Device Module.
|
Modifier and Type | Field and Description |
---|---|
static RawMemoryRegion |
RawMemoryFactory.IO_PORT_MAPPED_REGION
This raw memory region is predefined for access to I/O
device space implemented by processor instructions, such as the x86
in and out instructions. |
static RawMemoryRegion |
RawMemoryFactory.MEMORY_MAPPED_REGION
This raw memory region is predefined for requesting access to
memory mapped I/O devices.
|
Modifier and Type | Method and Description |
---|---|
RawMemoryRegion |
RawMemoryRegionFactory.getRegion()
Determines for what region this factory creates raw memory objects.
|
static RawMemoryRegion |
RawMemoryRegion.getRegion(String name)
Get the raw memory region with given name.
|
Modifier and Type | Method and Description |
---|---|
RawByte |
RawMemoryFactory.createRawByte(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawByte and
accesses memory of region in the address range described by
base , stride , and count . |
RawByteReader |
RawMemoryFactory.createRawByteReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawByteReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawByteWriter |
RawMemoryFactory.createRawByteWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawByteWriter and
accesses memory of region in the address range described by
base , stride , and count . |
RawDouble |
RawMemoryFactory.createRawDouble(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawDouble and
accesses memory of region in the address range described by
base , stride , and count . |
RawDoubleReader |
RawMemoryFactory.createRawDoubleReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawDoubleReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawDoubleWriter |
RawMemoryFactory.createRawDoubleWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawDoubleWriter and
accesses memory of region in the address range described by
base , stride , and count . |
RawFloat |
RawMemoryFactory.createRawFloat(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawFloat and
accesses memory of region in the address range described by
base , stride , and count . |
RawFloatReader |
RawMemoryFactory.createRawFloatReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawFloatReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawFloatWriter |
RawMemoryFactory.createRawFloatWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawFloatWriter and
accesses memory of region in the address range described by
base , stride , and count . |
RawInt |
RawMemoryFactory.createRawInt(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawInt and
accesses memory of region in the address range described by
base , stride , and count . |
RawIntReader |
RawMemoryFactory.createRawIntReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawIntReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawIntWriter |
RawMemoryFactory.createRawIntWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawIntWriter and
accesses memory of region in the address range described by
base , stride , and count . |
RawLong |
RawMemoryFactory.createRawLong(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawLong and
accesses memory of region in the address range described by
base , stride , and count . |
RawLongReader |
RawMemoryFactory.createRawLongReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawLongReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawLongWriter |
RawMemoryFactory.createRawLongWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawLongWriter and
accesses memory of region in the address range described by
base , stride , and count . |
RawShort |
RawMemoryFactory.createRawShort(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawShort and
accesses memory of region in the address range described by
base , stride , and count . |
RawShortReader |
RawMemoryFactory.createRawShortReader(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawShortReader and
accesses memory of region in the address range described by
base , stride , and count . |
RawShortWriter |
RawMemoryFactory.createRawShortWriter(RawMemoryRegion region,
long base,
int count,
int stride)
Creates an instance of a class that implements
RawShortWriter and
accesses memory of region in the address range described by
base , stride , and count . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.