|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.rcm.ImageMetadata
public class ImageMetadata
Image metadata
| Field Summary | |
|---|---|
protected int |
address
|
protected int |
cluster
|
protected int |
element
|
protected int |
length
|
protected int |
schema
|
protected long |
tag
Private data. |
protected int |
version
|
| Constructor Summary | |
|---|---|
ImageMetadata(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getAddress()
Gets the RCM address. |
int |
getCluster()
Gets the CPU cluster number. |
int |
getElement()
Gets the CPU element number. |
int |
getLength()
Gets the image length. |
int |
getSchema()
Gets the firmware schema. |
long |
getTag()
Gets the image tag. |
int |
getVersion()
Gets the firmware version. |
String |
toString()
Gets the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long tag
protected int length
protected int schema
protected int version
protected int address
protected int cluster
protected int element
| Constructor Detail |
|---|
public ImageMetadata(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element)
| Method Detail |
|---|
public long getTag()
public int getLength()
public int getSchema()
public int getVersion()
public int getAddress()
public int getCluster()
public int getElement()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||