18 Commits (1bd9fdd93106fc8e2cf882af00969053efb0fccd)

Author SHA1 Message Date
cbt24 2126c44db9 Last minute changes to get ready for DoD
9 years ago
cbt24 b58c3b98ed Integrated changes from story33-estimateTime branch
9 years ago
Fan-Wu Yang 671d62aeb1 Added Important and Partial Annotations and other refactors and documentation.
9 years ago
fjc40 b247244665 Did some large tidy ups, refactoring, and documenting.
9 years ago
fjc40 466e22437b Visualiser. The nullptr issues relating to the XML data files appears to be fixed. Essentially, the StartController.startRaceNoScaling() function was being called as soon possible, before it was even ready - setRaceClock either hadn't been called or hadn't finished executing yet, so the StartController.raceClock member was null, causing crashes.
9 years ago
fjc40 83ce9b99d2 Mockoutput's main loop now pops messages off the message queue, rather than iterating over it like an array, and clearing it (this could have threading issues where the iteration starts (with e.g., 5 messages), as it is sending the messages another one is added, and then it ends up clearing the sent messages, and the unsent message.
9 years ago
fjc40 01224c509a Added some comments to MockOutput. Also removed instance of RaceVisionByteEncoder, as it has no state, and the functions used are all static.
9 years ago
David Wu a95a0c2543 Added documentation for multiple classes.
9 years ago
hba56 62ecd40967 fixed all java doc errors
9 years ago
Erika Savell b9901a252a Moved speed conversion to BoatMessage class
9 years ago
Erika Savell d2e08fa8e1 Added boat velocity to information provided by mock
9 years ago
Erika Savell 42ad1f78fc Added heading to boatlocation messages
9 years ago
Erika Savell f2e0eec212 Fixed date time parsing problem
9 years ago
Erika Savell 7d1f4209e4 Got mock data being used by visualiser.
9 years ago
Erika Savell 63ee51d938 Fixed compoundMarkID typo that was causing a parse int exception
9 years ago
Erika Savell 060db182a8 Minor tweaks to get streaming from mock working
9 years ago
Erika Savell 185c65e54d Editing MockOutput to send actual generated boat/race/regatta xmls
9 years ago
hba56 8bbea28cab refactored the boat message to not use boats
9 years ago