Update documentation, improve readability of code

No functional changes have been made, new build not required
This commit is contained in:
Blizzard Finnegan 2023-03-21 09:54:42 -04:00
parent 24be910f7a
commit f7e71e7163
No known key found for this signature in database
GPG key ID: DE547EDF547DDA49
6 changed files with 889 additions and 750 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 347 KiB

View file

@ -7,7 +7,6 @@ import java.util.List;
import java.util.Map;
import java.util.Scanner;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;
/**
* CLI for the Fixture.

View file

@ -76,8 +76,6 @@ public class Cycle
* @param cameraName Name of the camera associated with the image and value
* @param image File object denoting the location of the image from the camera
* @param parsedValue Double of the value generated by Tesseract from the image
*
* @return true if saved successfully, else false.
*/
public void addCamera(String cameraName, File image, Double parsedValue)
{ this.cycleValues.put(cameraName,new Pair<File,Double>(image, parsedValue)); }

File diff suppressed because it is too large Load diff