-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#27 - Added support for creating goal specifications to the UI interface
definition and one function for creating a set of goal specs. Also added reset support for goals. Tested with Verifier and basic goal capaiblities appear to work fine. A few things to consider include: 1. Goal min/max/disposition/indicator is weird for pace because a lower number means a faster (higher) speed. Need to decide whether to change the way this works. 2. Add a behavioral model of the user with some functions that allow his speed and heart rate to be manipulated. 3. Convert Display from class-based state model to instance-based singleton state model, eliminating assignment of interface signals to transitions, replacing them with port OAL that generates the appropriate event.
- Loading branch information
John Wolfe
committed
Jul 11, 2014
1 parent
aa57013
commit 6de35ab
Showing
12 changed files
with
658 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.