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
1fbdd09d70
Refactored BoatLocation message, encoders, decoders. It now exposes datatypes that we actually use in the program (double knots, bearings, etc..), instead of the bits-on-the-wire packed units (like int mmPerSec). Also documented it, and updated test.
issue #35 #36
#story[1095]
|
8 years ago |
|
.idea/copyright
|
Added functionality for more than one visualiser to connect to the mock.
|
9 years ago |
|
mock
|
Moved mock.model and mock.dataInput tests into the racevisionGame.tests.mock package.
|
9 years ago |
|
network
|
shared.dataInput:
|
9 years ago |
|
racevisionGame
|
Refactored BoatLocation message, encoders, decoders. It now exposes datatypes that we actually use in the program (double knots, bearings, etc..), instead of the bits-on-the-wire packed units (like int mmPerSec). Also documented it, and updated test.
|
8 years ago |
|
visualiser
|
merged in the changes from the master branch so that latter mergers can run smoothly
|
9 years ago |
|
.gitignore
|
Just trying to fix my ide
|
9 years ago |
|
.gitlab-ci.yml
|
Revert "Added travis_wait to test CI build order."
|
9 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
|
Reordered modules in the main pom.xml file. Dunno :(
|
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