Package | Description |
---|---|
net.studioblueplanet.tomtomwatch | |
net.studioblueplanet.ttbin | |
net.studioblueplanet.usb |
Modifier and Type | Field and Description |
---|---|
UsbFile |
ActivityData.file
The ttbin file read from the device
|
Modifier and Type | Method and Description |
---|---|
UsbFile |
HistorySummary.getHistorySummaryFile()
Returns the UsbFile instance representing the HistorySummary.
|
UsbFile |
CommunicationProcess.getRouteFile(int index)
Returns route from array at given index.
|
Modifier and Type | Method and Description |
---|---|
boolean |
History.addHistoryItemFromFile(UsbFile file)
Adds a history item as encoded in the file
|
boolean |
TtbinFileWriter.verifyTtbinFile(String fileName,
UsbFile file)
This method verifies the written file against the file data in file
|
boolean |
TtbinFileWriter.writeTtbinFile(String fileName,
UsbFile file)
Writes the UsbFile data to a ttbin file.
|
Modifier and Type | Method and Description |
---|---|
void |
TomTomWatchView.addRoutesToListBox(ArrayList<UsbFile> routes,
int index)
This method displays the route info in the Route list box
|
void |
TomTomWatchView.addRoutesToListBoxLater(ArrayList<UsbFile> routes,
int index)
Call the update of the route list box in the EDT of Swing
|
Constructor and Description |
---|
HistoryItem(UsbFile file)
Cosntructor.
|
HistorySummary(UsbFile usbFile)
Constructor.
|
Race(UsbFile file)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Activity |
TomTomReader.readTtbinFile(UsbFile file)
Reads the ttbin file as stored in the UsbFile passed
|
Modifier and Type | Field and Description |
---|---|
protected UsbFile |
WatchInterface.preferenceFile
The preference file of the watch
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<UsbFile> |
WatchInterface.fileList |
Modifier and Type | Method and Description |
---|---|
UsbFile |
WatchInterface.readPreferences()
This method reads and returns the preferences from the watch.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<UsbFile> |
UsbInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
ArrayList<UsbFile> |
UsbTestInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
abstract ArrayList<UsbFile> |
WatchInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
Modifier and Type | Method and Description |
---|---|
boolean |
UsbInterface.deleteFile(UsbFile file)
Deletes the file on the watch indicated by the ID in the file
passed.
|
boolean |
UsbTestInterface.deleteFile(UsbFile file)
Deletes the file on the watch indicated by the ID in the file
passed.
|
abstract boolean |
WatchInterface.deleteFile(UsbFile file)
Deletes the file on the watch indicated by the ID in the file
passed.
|
boolean |
WatchInterface.isFileType(UsbFile file,
WatchInterface.FileType type)
THis method evaluates the file and indicates whether it is a file
of indicated file type
|
boolean |
UsbInterface.readFile(UsbFile file)
This method reads the file with file ID defined in the file
instance passed from the watch
|
boolean |
UsbTestInterface.readFile(UsbFile file)
This method reads the file with file ID defined in the file
instance passed from the watch
|
abstract boolean |
WatchInterface.readFile(UsbFile file)
This method reads the file with file ID defined in the file
instance passed from the watch
|
boolean |
UsbInterface.writeFile(UsbFile file)
Write file to the watch.
|
boolean |
UsbTestInterface.writeFile(UsbFile file)
Write file to the watch.
|
abstract boolean |
WatchInterface.writeFile(UsbFile file)
Write file to the watch.
|
boolean |
WatchInterface.writeVerifyFile(UsbFile file)
This method writes the file, reads it back and verifies it
|
Copyright © 2020. All rights reserved.