| Modifier and Type | Class and Description |
|---|---|
class |
AccesDioException |
class |
HeliosException |
| Modifier and Type | Method and Description |
|---|---|
void |
Iocard.attachInt(int id,
int optns,
int cOffset,
int cMask,
int rOffset,
int rValue,
int vOffset,
Object cbObj,
String cbMeth,
Object cbParm)
Attach to interrupts
|
void |
Iocard.detachInt(int id)
Detach from interrupts
|
void |
Iocard.init(int baseAddr,
int size,
int irq)
Initiate access to a card
|
int |
Iocard.readB(int offs)
Read a byte from a register
|
int |
Iocard.readL(int offs)
Read an integer from a register
|
int |
Iocard.readW(int offs)
Read a short integer from a register
|
void |
Iocard.term()
Terminate access to a card
|
void |
Iocard.updateB(int offs,
int mask,
int value)
Update a byte in a register
|
void |
Iocard.updateL(int offs,
int mask,
int value)
Update an integer in a register
|
void |
Iocard.updateW(int offs,
int mask,
int value)
Update a short integer in a register
|
void |
Iocard.writeB(int offs,
int value)
Write a byte to a register
|
void |
Iocard.writeL(int offs,
int value)
Write an integer to a register
|
void |
Iocard.writeW(int offs,
int value)
Write a short integer to a register
|
Copyright © 2016 LSST. All rights reserved.