javax.realtime
Class RawMemoryFloatAccess
java.lang.Object
|
+--javax.realtime.RawMemoryAccess
|
+--javax.realtime.RawMemoryFloatAccess
- public class RawMemoryFloatAccess
- extends RawMemoryAccess
Method Summary |
double |
getDouble(long offset)
|
void |
getDoubles(long offset,
double[] doubles,
int low,
int number)
|
float |
getFloat(long offset)
|
void |
getFloats(long offset,
float[] floats,
int low,
int number)
|
void |
setDouble(long offset,
double value)
|
void |
setDoubles(long offset,
double[] doubles,
int low,
int number)
|
void |
setFloat(long offset,
float value)
|
void |
setFloats(long offset,
float[] floats,
int low,
int number)
|
Methods inherited from class javax.realtime.RawMemoryAccess |
getByte, getBytes, getInt, getInts, getLong, getLongs, getMappedAddress, getShort, getShorts, map, map, map, setByte, setBytes, setInt, setInts, setLong, setLongs, setShort, setShorts, unmap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawMemoryFloatAccess
public RawMemoryFloatAccess(java.lang.Object type,
long size)
throws java.lang.SecurityException,
OffsetOutOfBoundsException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
RawMemoryFloatAccess
public RawMemoryFloatAccess(java.lang.Object type,
long base,
long size)
throws java.lang.SecurityException,
OffsetOutOfBoundsException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
getDouble
public double getDouble(long offset)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
getDoubles
public void getDoubles(long offset,
double[] doubles,
int low,
int number)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
getFloat
public float getFloat(long offset)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
getFloats
public void getFloats(long offset,
float[] floats,
int low,
int number)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
setFloat
public void setFloat(long offset,
float value)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
setFloats
public void setFloats(long offset,
float[] floats,
int low,
int number)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
setDouble
public void setDouble(long offset,
double value)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
setDoubles
public void setDoubles(long offset,
double[] doubles,
int low,
int number)
throws OffsetOutOfBoundsException,
SizeOutOfBoundsException
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.