Skip to content

Commit

Permalink
#27 - Replace Display class-based state machine with instance-based one.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wolfe committed Jul 15, 2014
1 parent 3e1e30e commit 5e91382
Show file tree
Hide file tree
Showing 10 changed files with 1,960 additions and 1,916 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,15 @@ INSERT INTO SPR_RS
VALUES ("63de814e-aedc-4524-85e5-c9491e2163ee",
'modePressed',
'',
'',
'// Notify the display to change modes.

// Find the display related to the singleton instance of
// workout session (if it exists), and notify it.
select any session from instances of WorkoutSession;
if ( not empty session )
select one display related by session->Display[R7.''current status indicated on''];
generate Display1:modeChange to display;
end if;',
1);
INSERT INTO C_EP_PROXY
VALUES ("ee5ab291-e2a1-4940-9017-d4eb26f24014",
Expand Down
Loading

0 comments on commit 5e91382

Please sign in to comment.