public interface IEDataAddress
Modifier and Type | Method and Description |
---|---|
int |
address()
Returns the SEDAC address to the caller.
|
int |
crate()
Returns the SEDAC crate address to the caller.
|
int |
subaddress()
Returns the SEDAC sub-address to the caller.
|
int crate()
Returns the SEDAC crate address to the caller. If no number was set
before a -1
is returned.
int address()
Returns the SEDAC address to the caller. If no number was set before a
-1
is returned.
int subaddress()
Returns the SEDAC sub-address to the caller. This is calculated from the address argument by the following algorithm:
sub-address = address - address % 16
If no number was set before a -1
is returned.
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft