public class ImageMetadata extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
address |
protected int |
cluster |
protected int |
element |
protected int |
format |
protected int |
length |
protected int |
schema |
protected long |
tag |
protected int |
version |
| Constructor and Description |
|---|
ImageMetadata()
Constructors.
|
ImageMetadata(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress()
Gets the REB address.
|
int |
getCluster()
Gets the CPU cluster number.
|
int |
getElement()
Gets the CPU element number.
|
int |
getFormat()
Gets the image format.
|
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 format
protected int schema
protected int version
protected int address
protected int cluster
protected int element
public ImageMetadata()
public ImageMetadata(long tag,
int length,
int format,
int schema,
int version,
int address,
int cluster,
int element)
public long getTag()
public int getLength()
public int getFormat()
public int getSchema()
public int getVersion()
public int getAddress()
public int getCluster()
public int getElement()
Copyright © 2015 LSST. All rights reserved.