Package | Description |
---|---|
org.llrp.ltk.generated.custom.parameters | |
org.llrp.ltk.types |
Modifier and Type | Field and Description |
---|---|
protected SignedInteger |
ImpinjPlacementConfiguration.facilityXLocationCm |
protected SignedInteger |
ImpinjPlacementConfiguration.facilityYLocationCm |
protected SignedInteger |
ImpinjGPSCoordinates.latitude |
protected SignedInteger |
ImpinjLocationReportData.locXCentimeters |
protected SignedInteger |
ImpinjLocationReportData.locYCentimeters |
protected SignedInteger |
ImpinjGPSCoordinates.longitude |
protected SignedInteger |
ImpinjTiltConfiguration.xAxis |
protected SignedInteger |
ImpinjTiltConfiguration.yAxis |
protected SignedInteger |
ImpinjTiltConfiguration.zAxis |
Modifier and Type | Method and Description |
---|---|
SignedInteger |
ImpinjPlacementConfiguration.getFacilityXLocationCm()
get facilityXLocationCm of type SignedInteger.
|
SignedInteger |
ImpinjPlacementConfiguration.getFacilityYLocationCm()
get facilityYLocationCm of type SignedInteger.
|
SignedInteger |
ImpinjGPSCoordinates.getLatitude()
get latitude of type SignedInteger.
|
SignedInteger |
ImpinjLocationReportData.getLocXCentimeters()
get locXCentimeters of type SignedInteger.
|
SignedInteger |
ImpinjLocationReportData.getLocYCentimeters()
get locYCentimeters of type SignedInteger.
|
SignedInteger |
ImpinjGPSCoordinates.getLongitude()
get longitude of type SignedInteger.
|
SignedInteger |
ImpinjTiltConfiguration.getXAxis()
get xAxis of type SignedInteger.
|
SignedInteger |
ImpinjTiltConfiguration.getYAxis()
get yAxis of type SignedInteger.
|
SignedInteger |
ImpinjTiltConfiguration.getZAxis()
get zAxis of type SignedInteger.
|
Modifier and Type | Method and Description |
---|---|
void |
ImpinjPlacementConfiguration.setFacilityXLocationCm(SignedInteger facilityXLocationCm)
set facilityXLocationCm of type SignedInteger .
|
void |
ImpinjPlacementConfiguration.setFacilityYLocationCm(SignedInteger facilityYLocationCm)
set facilityYLocationCm of type SignedInteger .
|
void |
ImpinjGPSCoordinates.setLatitude(SignedInteger latitude)
set latitude of type SignedInteger .
|
void |
ImpinjLocationReportData.setLocXCentimeters(SignedInteger locXCentimeters)
set locXCentimeters of type SignedInteger .
|
void |
ImpinjLocationReportData.setLocYCentimeters(SignedInteger locYCentimeters)
set locYCentimeters of type SignedInteger .
|
void |
ImpinjGPSCoordinates.setLongitude(SignedInteger longitude)
set longitude of type SignedInteger .
|
void |
ImpinjTiltConfiguration.setXAxis(SignedInteger xAxis)
set xAxis of type SignedInteger .
|
void |
ImpinjTiltConfiguration.setYAxis(SignedInteger yAxis)
set yAxis of type SignedInteger .
|
void |
ImpinjTiltConfiguration.setZAxis(SignedInteger zAxis)
set zAxis of type SignedInteger .
|
Modifier and Type | Method and Description |
---|---|
SignedInteger |
SignedIntegerArray.get(int i)
get SignedInteger at specified position
|
Modifier and Type | Method and Description |
---|---|
void |
SignedIntegerArray.add(SignedInteger aInteger) |
void |
SignedIntegerArray.set(int i,
SignedInteger b)
set SignedInteger at i to b
|
Constructor and Description |
---|
SignedIntegerArray(SignedInteger[] ints)
Creates a new SignedIntegerArray object.
|
Copyright © 2007 ETH Zurich.