Software Engineering Project from SENG302 in University of Canterbury
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fjc40
6f2c5d6c40
Mock.VMG:
...
made speed and bearing members private - had accidentally forget the visibility specifier.
Mock.Polars:
Added linear interpolation between speed values (e.g., if the wind speed is 15.9kn, it will interpolate between the 12kn and 16kn data). This allows for wind speeds less than 4kn (the lowest wind speed in the data file). It does not extrapolate anything for wind speeds larger than 30kn (the largest wind speed in the data file).
Also refactored some of the code into some interpolation functions.
#story[873]
9 years ago
.idea/ copyright
Added Classes to help Visualiser
9 years ago
mock
Mock.VMG:
9 years ago
network
Now reads course wind direction from the live stream, so the wind arrow now changes when the wind changes. #story[882]
9 years ago
sharedModel
Fixed velocity issues with mock data
9 years ago
visualiser
Removed some unneccessary code and comments from PolarParser.parse(...).
9 years ago
.gitignore
Just trying to fix my ide
9 years ago
.gitlab-ci.yml
initial commit
10 years ago
.mailmap
Added myself to the .mailmap file.
9 years ago
README.md
Moved CI runner set-up instructions to student guide.
9 years ago
pom.xml
Moved several classes from seng302.model to its own module - sharedModel (this is supposed to contain any shared data model code between mock and visualiser). Specifically, Regatta, Boat, BoatInRace, Constants, GPSCoordinate, Leg, Marker.
9 years ago
SENG302 Project Template
Basic Maven project with required Maven reporting setup and basic GitLab CI.
It is a requirement that your product should be completely built to a deliverable form using the Maven package goal.
Remember to set up your GitLab CI server (refer to the student guide for instructions).
Basic Project Structure
src/ Your application source
doc/ User and design documentation
doc/examples/ Demo example files for use with your application