|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.devices.gps.garmin.GarminPacket
org.jscience.devices.gps.garmin.ProductDataPacket
public class ProductDataPacket
DOCUMENT ME!
| Field Summary | |
|---|---|
protected java.lang.String |
productDesc
Description of GPS as given by GPS. |
protected int |
productID
Product-ID of GPS. |
protected int |
SWversion
Software version in GPS. |
| Fields inherited from class org.jscience.devices.gps.garmin.GarminPacket |
|---|
Cmnd_Abort_Transfer, Cmnd_Start_Pvt_Data, Cmnd_Stop_Pvt_Data, Cmnd_Transfer_Alm, Cmnd_Transfer_Laps, Cmnd_Transfer_Posn, Cmnd_Transfer_Prx, Cmnd_Transfer_Rte, Cmnd_Transfer_Time, Cmnd_Transfer_Trk, Cmnd_Transfer_Wpt, Cmnd_Turn_Off_Pwr, DLE, ETX, packet, Pid_Ack_Byte, Pid_Command_Data, Pid_Date_Time_Data, Pid_Lap, Pid_Nak_Byte, Pid_Position_Data, Pid_Product_Data, Pid_Product_Rqst, Pid_Protocol_Array, Pid_Prx_Wpt_Data, Pid_Pvt_Data, Pid_Records, Pid_Trk_data, Pid_Trk_Hdr, Pid_Wpt_Data, Pid_Xfer_Cmplt, pointer |
| Constructor Summary | |
|---|---|
ProductDataPacket(GarminPacket p)
This method is a copy-constructor allowing to "upgrade" a GarminPacket to a ProductDataPacket. |
|
ProductDataPacket(int[] p)
Treats the packet p as a packet containing product-data. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the supplied description of the GPS. |
int |
getProductID()
Returns the product ID of the GPS. |
int |
getSWVersion()
Returns the version of the software in the GPS. |
java.lang.String |
toString()
Returns a human-readable version of this packet. |
| Methods inherited from class org.jscience.devices.gps.garmin.GarminPacket |
|---|
calcChecksum, createBasicPacket, createCommandPacket, getByte, getDataLength, getID, getLength, getPacket, getPointer, getRawPacket, idToString, isLegal, readBoolean, readBoolean, readByte, readByte, readDouble, readDouble, readFloat, readFloat, readLong, readLong, readNullTerminatedString, readNullTerminatedString, readPosition, readPosition, readWord, readWord, setPointer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int productID
protected int SWversion
protected java.lang.String productDesc
| Constructor Detail |
|---|
public ProductDataPacket(int[] p)
p - DOCUMENT ME!public ProductDataPacket(GarminPacket p)
p - DOCUMENT ME!| Method Detail |
|---|
public int getProductID()
public int getSWVersion()
public java.lang.String getDescription()
public java.lang.String toString()
toString in class GarminPacket
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||