All Packages Class Hierarchy This Package Previous Next Index
PhysHdwComm
interface specifies the lowest level
access to the hardware.
float
(32-bit) from the hardware (through
the FIFO).
float
(32-bit) to the hardware (through
the FIFO).
public abstract void resetDsp() throws ArcsInterfaceException
public abstract void bootDsp() throws ArcsInterfaceException
public abstract void resetFifo() throws ArcsInterfaceException
public abstract char getHdwStatus(int regNo) throws ArcsInterfaceException
char
(16-bit word) with the result.
public abstract void setHdwControl(int regNo, char regValue) throws ArcsInterfaceException
public abstract char getHdwControl(int regNo) throws ArcsInterfaceException
char
(16-bit word) with the result.
public abstract byte getFifoStatus() throws ArcsInterfaceException
public abstract char getFifoCntSrcDsp() throws ArcsInterfaceException
char
format).
public abstract char getFifoCntSrcPc() throws ArcsInterfaceException
char
format).
public abstract char rcvWord16() throws ArcsCommException
char
format).
d16">sendWord16public abstract void sendWord16(char word16) throws ArcsCommException
char
format).
public abstract int rcvWord32() throws ArcsCommException
int
.
public abstract void sendWord32(int word32) throws ArcsCommException
int
.
public abstract float rcvFloat() throws ArcsCommException
float
(32-bit) from the hardware (through
32-bit) from the hardware (through
the FIFO).
float
.
public abstract void sendFloat(float value) throws ArcsCommException
floatfloat
(32-bit) to the hardware (through
the FIFO).
float
.
public abstract int getInteger(char cmd, int addr, int offset) throws ArcsCommException
public abstract float getFloat(char cmd, int addr, int offset) throws ArcsCommException
public abstract void setInteger(char cmd, int addr, int offset, int value) throws ArcsCommException
public abstract void setFloat(char cmd, int addr, int offset, float value) throws ArcsCommException
All Packages Class Hierarchy This Package Previous Next Index