127 Commits (93c11993928dd3fd11f41e20297f3c34e0be63d2)

Author SHA1 Message Date
Erika Savell 19224ba840 Refactored RegattaData
9 years ago
Erika Savell d05d7271fc Removed output stream, started refactoring BoatDataClass
9 years ago
Erika Savell 744caf0d29 Merge branch 'isolatingMock' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
David Wu d14446a12e Added extra constructor in Race.
9 years ago
Erika Savell 0719720585 Moved boat xml creation from Event class to BoatData class
9 years ago
Erika Savell 721fb5f28a Removed regatta xml creation from Event class into RegattaData class
9 years ago
Erika Savell 7f2d8107b8 Merge branch 'splitIntoTwoModules' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into splitIntoTwoModules
9 years ago
fjc40 2876eec1e4 Added some exception classes to encapsulate the internal exceptions that can occur when sending Boat/race/regatta data.
9 years ago
fjc40 bf5ea193af Mock App now passes an OutputStream into the "Event" class. This is where data is written to (i.e., writing data over tcp socket).
9 years ago
fjc40 091ee4735b Race.simulateRace() function now generates a BoatLocationMessage after updating the position of each boat. Currently we just print the message to stdout.
9 years ago
zwu18 c5df90d276 Created RegattaDataSource and regattaTest.xml.
9 years ago
Erika Savell 5304f7df7d removed problematic import
9 years ago
Erika Savell a7913a16f9 Merge branch 'isolatingMock' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
Erika Savell 9764f448eb Added participants field to xml generator
9 years ago
Erika Savell c365d5a344 Merge branch 'isolatingMock' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
David Wu 1d9b098f2b Create XML Object for regatta data.
9 years ago
Erika Savell fdba50f9d2 Added course limit, course and marker seq field to xml fiule of race info
9 years ago
David Wu 5397d14d3c Added sourceID to boats in race.
9 years ago
Erika Savell 737755def6 Merge branch 'isolatingMock' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
Erika Savell 94ba18cf0c Began xml creator for race info message
9 years ago
David Wu 687ffb41e6 Create XML object of boat data.
9 years ago
David Wu 265bece9ed Added a heartbeat value to the race.
9 years ago
Erika Savell 97c5c9662b Wrapped race in an event which sends out starting xml files
9 years ago
Erika Savell 231a1824d1 Condensed Race and ConstantVelocityRace into one class
9 years ago
Erika Savell 34c0aec0b9 Mock race runs without an fx component
9 years ago
Erika Savell 3326da4f5d Started removing fx component from mock module.
9 years ago
Erika Savell a584400e24 Actually added sub modules this time
9 years ago