public class ImageMetadata extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
address |
protected int |
cluster |
protected int |
element |
protected int |
length |
protected int |
schema |
protected long |
tag
Private data.
|
protected int |
version |
| Constructor and Description |
|---|
ImageMetadata(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected long tag
protected int length
protected int schema
protected int version
protected int address
protected int cluster
protected int element
public ImageMetadata(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element)
public long getTag()
public int getLength()
public int getSchema()
public int getVersion()
public int getAddress()
public int getCluster()
public int getElement()
Copyright © 2013 LSST. All Rights Reserved.